Uses of Interface
org.apache.commons.math.linear.CholeskyDecomposition
-
Packages that use CholeskyDecomposition Package Description org.apache.commons.math.linear Linear algebra support. -
-
Uses of CholeskyDecomposition in org.apache.commons.math.linear
Classes in org.apache.commons.math.linear that implement CholeskyDecomposition Modifier and Type Class Description class
CholeskyDecompositionImpl
Calculates the Cholesky decomposition of a matrix.
-