Uses of Class
jebl.math.MatrixCalcException.PositiveDefiniteException
Packages that use MatrixCalcException.PositiveDefiniteException
-
Uses of MatrixCalcException.PositiveDefiniteException in jebl.math
Methods in jebl.math that throw MatrixCalcException.PositiveDefiniteExceptionModifier and TypeMethodDescriptionstatic double[][]
MatrixCalc.choleskyFactor
(double[][] inMatrix) Cholesky factorization (aka Cholesky Decomposition) This factorization can be used when square matrix is symmetric and positive definite.