Low Rank Approximations

Abstract Types

RLinearAlgebra.RangeFinderMethodType
RangeFinderMethod <: ApproxMethod

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

source

RangeFinder Methods

Interpretlatory Decomposition Methods

Nystrom Methods

Approximate Function

RLinearAlgebra.rapproximateMethod
rapproximate(type::T where T<:ApproxMethod,

            A::AbstractArray
           )

A common interface for specifying different strategies for forming low rank approximations of matrices using randomized techniques. This function edits the method data structure in place but will also return the decomposition as well as an error metric representing the decompositions quality, if an error technique is specified.

source