Package org.ujmp.jblas.calculation
Class Chol
- java.lang.Object
-
- org.ujmp.jblas.calculation.Chol
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Chol
Chol.CholMatrix
-
-
Field Summary
Fields Modifier and Type Field Description static Chol
INSTANCE
-
Fields inherited from interface org.ujmp.core.doublematrix.calculation.general.decomposition.Chol
MATRIX, MATRIXLARGEMULTITHREADED, MATRIXLARGESINGLETHREADED, MATRIXSMALLMULTITHREADED, MATRIXSMALLSINGLETHREADED, THRESHOLD, UJMP
-
-
Constructor Summary
Constructors Constructor Description Chol()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Matrix
calc(Matrix source)
Matrix
solve(Matrix a, Matrix b)
-