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