Package org.ejml.alg.dense.misc

Class Summary
DeterminantFromMinor Computes the determinant of a matrix using Laplace expansion.
GenerateDeterminantFromMinor Generates code for an unrolled determinant by minor.
GenerateInverseFromMinor Generates unrolled matrix from minor analytical functions.
ImplCommonOps_DenseMatrix64F Implementations of common ops routines for DenseMatrix64F.
ImplCommonOps_Matrix64F Implementations of common ops routines for DenseMatrix64F.
NaiveDeterminant Computes the determinant using different very simple and computationally expensive algorithms.
PermuteArray Generates a permutations of an integer set from 0 to N-1.
TransposeAlgs Low level transpose algorithms.
UnrolledDeterminantFromMinor This code was auto generated by GenerateDeterminantFromMinor and should not be modified directly.
UnrolledInverseFromMinor This code was auto generated by GenerateInverseFromMinor and should not be modified directly.
 



Copyright © 2012. All Rights Reserved.