Static Public Member Functions | |
| static string | name () |
| template<int R, int C> | |
| static void | solve (const Matrix< R, R > &a, const Matrix< R, C > &b, Matrix< R, C > &x) |
Definition at line 108 of file solve_ax_equals_b.cc.
| static string UseGaussJordanInverse::name | ( | ) | [inline, static] |
Definition at line 119 of file solve_ax_equals_b.cc.
| static void UseGaussJordanInverse::solve | ( | const Matrix< R, R > & | a, | |
| const Matrix< R, C > & | b, | |||
| Matrix< R, C > & | x | |||
| ) | [inline, static] |
Definition at line 110 of file solve_ax_equals_b.cc.