Low Rank Approximation Error Methods

Abstract Types

RLinearAlgebra.RangeFinderErrorType
RangeFinderError <: ApproxErrorMethod

Abstract supertype for error methods for Random Rangefinder techniques such as the random svd decomposition random qr decomposition, and the random eigen decompositions.

source

Approximate Function

RLinearAlgebra.error_approximate!Method
error_approximate!(error:T where T<: ApproxErrorMethod, LinApprox::ApproxMethod, A::AbstractMatrix)

Function that computes the error of an low rank approximation using a ApproxErrorMethod.

source