| Class | Description |
|---|---|
| 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.
|
| RrefGaussJordanRowPivot |
Reduction to RREF using Gauss-Jordan elimination with row (partial) pivots.
|
| 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 © 2013. All Rights Reserved.