Uses of Interface
org.ojalgo.matrix.decomposition.Cholesky
Packages that use Cholesky
-
Uses of Cholesky in org.ojalgo.matrix
Methods in org.ojalgo.matrix that return CholeskyModifier and TypeMethodDescriptionBasicMatrix.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) MatrixR032.newCholesky
(Structure2D typical) MatrixR064.newCholesky
(Structure2D typical) MatrixR128.newCholesky
(Structure2D typical) -
Uses of Cholesky in org.ojalgo.matrix.decomposition
Classes in org.ojalgo.matrix.decomposition that implement CholeskyModifier and TypeClassDescription(package private) class
CholeskyDecomposition<N extends Comparable<N>>
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) static final class
(package private) final class
Fields in org.ojalgo.matrix.decomposition declared as CholeskyMethods in org.ojalgo.matrix.decomposition with parameters of type CholeskyModifier and TypeMethodDescriptionstatic <N extends Comparable<N>>
booleanCholesky.equals
(MatrixStore<N> matrix, Cholesky<N> decomposition, NumberContext context) Constructors in org.ojalgo.matrix.decomposition with parameters of type CholeskyModifierConstructorDescription(package private)
GeneralisedEvD
(PhysicalStore.Factory<N, ? extends DecompositionStore<N>> factory, Cholesky<N> cholesky, Eigenvalue<N> eigenvalue, Eigenvalue.Generalisation type)