org.ejml.alg.dense.misc
Class GenerateDeterminantFromMinor

java.lang.Object
  extended by org.ejml.alg.dense.misc.GenerateDeterminantFromMinor

public class GenerateDeterminantFromMinor
extends Object

Generates code for an unrolled determinant by minor. NOTE: There are some repeat calculations of inner determinants. Maybe it could be speed up by calculating those?

Author:
Peter Abeles

Constructor Summary
GenerateDeterminantFromMinor(String fileName)
           
 
Method Summary
 void createClass(int N)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateDeterminantFromMinor

public GenerateDeterminantFromMinor(String fileName)
                             throws FileNotFoundException
Throws:
FileNotFoundException
Method Detail

createClass

public void createClass(int N)

main

public static void main(String[] args)
                 throws FileNotFoundException
Throws:
FileNotFoundException


Copyright © 2012. All Rights Reserved.