org.ejml.alg.dense.misc
Class GenerateDeterminantFromMinor
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GenerateDeterminantFromMinor
public GenerateDeterminantFromMinor(String fileName)
throws FileNotFoundException
- Throws:
FileNotFoundException
createClass
public void createClass(int N)
main
public static void main(String[] args)
throws FileNotFoundException
- Throws:
FileNotFoundException
Copyright © 2012. All Rights Reserved.