Uses of Interface
org.ojalgo.matrix.decomposition.Cholesky
-
Packages that use Cholesky Package Description org.ojalgo.matrix org.ojalgo.matrix.decomposition -
-
Uses of Cholesky in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return Cholesky Modifier and Type Method Description (package private) abstract Cholesky<N>
BasicMatrix. newCholesky(Structure2D typical)
(package private) Cholesky<ComplexNumber>
MatrixC128. newCholesky(Structure2D typical)
(package private) Cholesky<Quaternion>
MatrixH256. newCholesky(Structure2D typical)
(package private) Cholesky<RationalNumber>
MatrixQ128. newCholesky(Structure2D typical)
(package private) Cholesky<java.lang.Double>
MatrixR032. newCholesky(Structure2D typical)
(package private) Cholesky<java.lang.Double>
MatrixR064. newCholesky(Structure2D typical)
(package private) Cholesky<Quadruple>
MatrixR128. newCholesky(Structure2D typical)
-
Uses of Cholesky in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement Cholesky Modifier and Type Class Description (package private) class
CholeskyDecomposition<N extends java.lang.Comparable<N>>
(package private) static class
CholeskyDecomposition.C128
(package private) static class
CholeskyDecomposition.H256
(package private) static class
CholeskyDecomposition.Q128
(package private) static class
CholeskyDecomposition.R064
(package private) static class
CholeskyDecomposition.R128
(package private) class
RawCholesky
Fields in org.ojalgo.matrix.decomposition declared as Cholesky Modifier and Type Field Description private Cholesky<N>
GeneralisedEvD. myCholesky
Methods in org.ojalgo.matrix.decomposition with parameters of type Cholesky Modifier and Type Method Description static <N extends java.lang.Comparable<N>>
booleanCholesky. equals(MatrixStore<N> matrix, Cholesky<N> decomposition, NumberContext context)
Constructors in org.ojalgo.matrix.decomposition with parameters of type Cholesky Constructor Description GeneralisedEvD(PhysicalStore.Factory<N,? extends DecompositionStore<N>> factory, Cholesky<N> cholesky, Eigenvalue<N> eigenvalue, Eigenvalue.Generalisation type)
-