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

Class Determinant



  • public class Determinant
    extends java.lang.Object
    Public API function class for determinant calculation. Normally you should use m.determinant() to calculate the determinant of a matrix. These functions are provided to allow access to alternative algorithms.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static double calculate(AMatrix m)
      Calculate the determinant of an AMatrix.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • calculate

        public static double calculate(AMatrix m)
        Calculate the determinant of an AMatrix.
        Parameters:
        m -
        Returns:

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.