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