Package org.ejml.dense.row.misc
Class UnrolledDeterminantFromMinor_FDRM
- java.lang.Object
-
- org.ejml.dense.row.misc.UnrolledDeterminantFromMinor_FDRM
-
public class UnrolledDeterminantFromMinor_FDRM 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_FDRM()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static floatdet(org.ejml.data.FMatrix1Row mat)static floatdet2(org.ejml.data.FMatrix1Row mat)static floatdet3(org.ejml.data.FMatrix1Row mat)static floatdet4(org.ejml.data.FMatrix1Row mat)static floatdet5(org.ejml.data.FMatrix1Row mat)static floatdet6(org.ejml.data.FMatrix1Row mat)
-
-
-
Field Detail
-
MAX
public static final int MAX
- See Also:
- Constant Field Values
-
-
Method Detail
-
det
public static float det(org.ejml.data.FMatrix1Row mat)
-
det2
public static float det2(org.ejml.data.FMatrix1Row mat)
-
det3
public static float det3(org.ejml.data.FMatrix1Row mat)
-
det4
public static float det4(org.ejml.data.FMatrix1Row mat)
-
det5
public static float det5(org.ejml.data.FMatrix1Row mat)
-
det6
public static float det6(org.ejml.data.FMatrix1Row mat)
-
-