mikera.matrixx.algo
Class Determinant
- java.lang.Object
-
- mikera.matrixx.algo.Determinant
-
public class Determinant extends java.lang.ObjectPublic 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 doublecalculate(AMatrix m)Calculate the determinant of an AMatrix.
-
-
-
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