CholeskyDecomposer
, LUDecomposer
, QRDecomposer
, SingularValueDecomposer
public interface MatrixDecomposer
Modifier and Type | Method | Description |
---|---|---|
DecompositionSolver |
decompose(RealMatrix a) |
Get a solver for finding the A × X = B solution in least square sense.
|
DecompositionSolver decompose(RealMatrix a) throws MathIllegalArgumentException
a
- coefficient matrix A to decomposeMathIllegalArgumentException
- if decomposition failsCopyright © 2016–2018 Hipparchus.org. All rights reserved.