public interface ISeedingStrategy
Modifier and Type | Method and Description |
---|---|
void |
seed(DoubleMatrix2D A,
DoubleMatrix2D U,
DoubleMatrix2D V)
Initializes values of the provided U and V matrices.
|
void seed(DoubleMatrix2D A, DoubleMatrix2D U, DoubleMatrix2D V)
A
- matrix to be factorizedU
- left factorized matrix to be seededV
- right factorized matrix to be seeded