org.ejml.alg.dense.misc
Class UnrolledDeterminantFromMinor
- java.lang.Object
-
- org.ejml.alg.dense.misc.UnrolledDeterminantFromMinor
-
public class UnrolledDeterminantFromMinor extends java.lang.ObjectThis code was auto generated byGenerateDeterminantFromMinorand should not be modified directly.
-
-
Field Summary
Fields Modifier and Type Field and Description static intMAX
-
Constructor Summary
Constructors Constructor and Description UnrolledDeterminantFromMinor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static doubledet(RowD1Matrix64F mat)static doubledet2(RowD1Matrix64F mat)static doubledet3(RowD1Matrix64F mat)static doubledet4(RowD1Matrix64F mat)static doubledet5(RowD1Matrix64F mat)static doubledet6(RowD1Matrix64F mat)
-
-
-
Field Detail
-
MAX
public static final int MAX
- See Also:
- Constant Field Values
-
-
Method Detail
-
det
public static double det(RowD1Matrix64F mat)
-
det2
public static double det2(RowD1Matrix64F mat)
-
det3
public static double det3(RowD1Matrix64F mat)
-
det4
public static double det4(RowD1Matrix64F mat)
-
det5
public static double det5(RowD1Matrix64F mat)
-
det6
public static double det6(RowD1Matrix64F mat)
-
-
DMelt 3.0 © DataMelt by jWork.ORG