Solve equation via Gauss-Jordan inversion or just do a Gauss-Jordan inversion.
More...
#include <gaussj.h>
List of all members.
Static Public Member Functions
Static Protected Member Functions
-
void getPivot (const FMatrix< T, N, N > &a, FVector< int, N > &ipiv, tNMatPivot< T > &p)
-
void swapRows (FMatrix< T, N, N > &a, FVector< T, N > &b, tNMatPivot< T > &p)
-
void divByPiv (FMatrix< T, N, N > &a, FVector< T, N > &b, const tNMatPivot< T > &p)
-
void elimRow (FMatrix< T, N, N > &a, FVector< T, N > &b, const tNMatPivot< T > &p)
Detailed Description
template<class T, int N>
class ltl::GaussJ< T, N >
Solve equation via Gauss-Jordan inversion or just do a Gauss-Jordan inversion.
The documentation for this class was generated from the following file:
Generated on Fri Dec 24 13:32:04 2004 for LTL by
1.3.4