public class UnrolledDeterminantFromMinor_FDRM
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MAX |
Constructor and Description |
---|
UnrolledDeterminantFromMinor_FDRM() |
Modifier and Type | Method and Description |
---|---|
static float |
det(org.ejml.data.FMatrix1Row mat) |
static float |
det2(org.ejml.data.FMatrix1Row mat) |
static float |
det3(org.ejml.data.FMatrix1Row mat) |
static float |
det4(org.ejml.data.FMatrix1Row mat) |
static float |
det5(org.ejml.data.FMatrix1Row mat) |
static float |
det6(org.ejml.data.FMatrix1Row mat) |
public static final int MAX
public static float det(org.ejml.data.FMatrix1Row mat)
public static float det2(org.ejml.data.FMatrix1Row mat)
public static float det3(org.ejml.data.FMatrix1Row mat)
public static float det4(org.ejml.data.FMatrix1Row mat)
public static float det5(org.ejml.data.FMatrix1Row mat)
public static float det6(org.ejml.data.FMatrix1Row mat)