Uses of Interface
org.ojalgo.matrix.decomposition.Cholesky.Factory
-
Packages that use Cholesky.Factory Package Description org.ojalgo.matrix.decomposition -
-
Uses of Cholesky.Factory in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as Cholesky.Factory Modifier and Type Field Description static Cholesky.Factory<ComplexNumber>
Cholesky. C128
static Cholesky.Factory<Quaternion>
Cholesky. H256
static Cholesky.Factory<RationalNumber>
Cholesky. Q128
static Cholesky.Factory<java.lang.Double>
Cholesky. R064
static Cholesky.Factory<Quadruple>
Cholesky. R128
-