static void ltl::GaussJ< T, N >::getPivot | ( | const FMatrix< T, N, N > & | a, | |
FVector< int, N > & | ipiv, | |||
tNMatPivot< T > & | p | |||
) | [inline, static, protected] |
static void ltl::GaussJ< T, N >::swapRows | ( | FMatrix< T, N, N > & | a, | |
FVector< T, N > & | b, | |||
tNMatPivot< T > & | p | |||
) | [inline, static, protected] |
static void ltl::GaussJ< T, N >::divByPiv | ( | FMatrix< T, N, N > & | a, | |
FVector< T, N > & | b, | |||
const tNMatPivot< T > & | p | |||
) | [inline, static, protected] |
static void ltl::GaussJ< T, N >::elimRow | ( | FMatrix< T, N, N > & | a, | |
FVector< T, N > & | b, | |||
const tNMatPivot< T > & | p | |||
) | [inline, static, protected] |
static void ltl::GaussJ< T, N >::eval | ( | FMatrix< T, N, N > & | a, | |
FVector< T, N > & | b | |||
) | [inline, static] |
Do a Gauss-Jordan elimination for A x = B
.
static FVector<T, N> ltl::GaussJ< T, N >::solve | ( | FMatrix< T, N, N > | a, | |
FVector< T, N > | b | |||
) | [inline, static] |
Return the solution vector x
for the equation A x = b
.