org.ejml.alg.dense.misc
Class UnrolledDeterminantFromMinor

java.lang.Object
  extended by 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
           
 
Constructor Summary
UnrolledDeterminantFromMinor()
           
 
Method Summary
static double det(RowD1Matrix64F mat)
           
static double det2(RowD1Matrix64F mat)
           
static double det3(RowD1Matrix64F mat)
           
static double det4(RowD1Matrix64F mat)
           
static double det5(RowD1Matrix64F mat)
           
static double det6(RowD1Matrix64F mat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MAX

public static final int MAX
See Also:
Constant Field Values
Constructor Detail

UnrolledDeterminantFromMinor

public UnrolledDeterminantFromMinor()
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)


Copyright © 2012. All Rights Reserved.