org.ejml.alg.dense.misc
Class UnrolledDeterminantFromMinor
java.lang.Object
org.ejml.alg.dense.misc.UnrolledDeterminantFromMinor
public class UnrolledDeterminantFromMinor
- extends Object
This code was auto generated by GenerateDeterminantFromMinor and should not be modified
directly.
- Author:
- Peter Abeles
|
Field Summary |
static int |
MAX
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MAX
public static final int MAX
- See Also:
- Constant Field Values
UnrolledDeterminantFromMinor
public UnrolledDeterminantFromMinor()
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)
Copyright © 2012. All Rights Reserved.