Uses of Class
jebl.math.MatrixCalcException.PositiveDefiniteException

Packages that use MatrixCalcException.PositiveDefiniteException
jebl.math   
 

Uses of MatrixCalcException.PositiveDefiniteException in jebl.math
 

Methods in jebl.math that throw MatrixCalcException.PositiveDefiniteException
static double[][] MatrixCalc.choleskyFactor(double[][] inMatrix)
          Cholesky factorization (aka Cholesky Decomposition) This factorization can be used when square matrix is symmetric and positive definite.