| Package | Description |
|---|---|
| org.apache.commons.math.linear |
Linear algebra support.
|
| Constructor and Description |
|---|
CholeskyDecompositionImpl(RealMatrix matrix)
Calculates the Cholesky decomposition of the given matrix.
|
CholeskyDecompositionImpl(RealMatrix matrix,
double relativeSymmetryThreshold,
double absolutePositivityThreshold)
Calculates the Cholesky decomposition of the given matrix.
|
Copyright © 2003–2015. All rights reserved.