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.FactorizationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic interface ILowRankMatrixFactorization
The ILowRankMatrixFactorization type exposes the following members.
Methods| | Name | Description |
|---|
 | Factorize |
Factorizes the input matrix X into a product of two matrices with the specified rank.
|
Top
See Also