Click or drag to resize

ILowRankMatrixFactorization Interface

Defines a low-rank matrix factorization that approximates an input matrix A by a product of two lower-rank matrices.

Namespace: Altaxo.Calc.LinearAlgebra.Double.Factorization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface ILowRankMatrixFactorization

The ILowRankMatrixFactorization type exposes the following members.

Methods
 NameDescription
Public methodFactorize Factorizes the input matrix X into a product of two matrices with the specified rank.
Top
See Also