Documentation of 'mikera.matrixx.algo.Definite' Java class
Definite
mikera.matrixx.algo

Class Definite



  • public class Definite
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean isPositiveDefinite(AMatrix a)
      Tests whether a symmetric matrix is positive definite Results are undefined if the matrix is not symmetric
      static boolean isPositiveSemiDefinite(AMatrix a)
      Tests whether a symmetric matrix is positive semi-definite Results are undefined if the matrix is not symmetric
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.