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 34 of file solve_ax_equals_b.cc.
| static string UseCompiledCramer::name | ( | ) | [inline, static] |
Definition at line 38 of file solve_ax_equals_b.cc.
| static void UseCompiledCramer::solve | ( | const Matrix< R, R > & | a, | |
| const Matrix< R, C > & | b, | |||
| Matrix< R, C > & | x | |||
| ) | [inline, static] |
Definition at line 33 of file solve_ax_equals_b.cc.