public interface IMatrixFactorizationFactory
IMatrixFactorization
s.Modifier and Type | Method and Description |
---|---|
IMatrixFactorization |
factorize(DoubleMatrix2D A)
Factorizes matrix
A . |
IMatrixFactorization factorize(DoubleMatrix2D A)
A
.A
- matrix to be factorized.