mikera.matrixx.algo
Class Definite
- java.lang.Object
-
- mikera.matrixx.algo.Definite
-
public class Definite extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleanisPositiveDefinite(AMatrix a)Tests whether a symmetric matrix is positive definite Results are undefined if the matrix is not symmetricstatic booleanisPositiveSemiDefinite(AMatrix a)Tests whether a symmetric matrix is positive semi-definite Results are undefined if the matrix is not symmetric
-
-
-
Method Detail
-
isPositiveDefinite
public static boolean isPositiveDefinite(AMatrix a)
Tests whether a symmetric matrix is positive definite Results are undefined if the matrix is not symmetric- Parameters:
a-- Returns:
-
isPositiveSemiDefinite
public static boolean isPositiveSemiDefinite(AMatrix a)
Tests whether a symmetric matrix is positive semi-definite Results are undefined if the matrix is not symmetric- Parameters:
a-- Returns:
-
-
DMelt 3.0 © DataMelt by jWork.ORG