#include <GteGaussianElimination.h>
|
bool | operator() (int numRows, Real const *M, Real *inverseM, Real &determinant, Real const *B, Real *X, Real const *C, int numCols, Real *Y) const |
|
template<typename Real>
class gte::GaussianElimination< Real >
Definition at line 31 of file GteGaussianElimination.h.
template<typename Real >
bool gte::GaussianElimination< Real >::operator() |
( |
int |
numRows, |
|
|
Real const * |
M, |
|
|
Real * |
inverseM, |
|
|
Real & |
determinant, |
|
|
Real const * |
B, |
|
|
Real * |
X, |
|
|
Real const * |
C, |
|
|
int |
numCols, |
|
|
Real * |
Y |
|
) |
| const |
The documentation for this class was generated from the following file: