public class SingularValueDecomposer extends Object implements MatrixDecomposer
| Constructor and Description |
|---|
SingularValueDecomposer() |
| Modifier and Type | Method and Description |
|---|---|
DecompositionSolver |
decompose(RealMatrix a)
Get a solver for finding the A × X = B solution in least square sense.
|
public DecompositionSolver decompose(RealMatrix a)
decompose in interface MatrixDecomposera - coefficient matrix A to decomposeCopyright © 2016-2021 CS GROUP. All rights reserved.