#include "../basics.h"
#include "../matrix.h"


Go to the source code of this file.
Namespaces | |
| namespace | TBCI |
Defines | |
| #define | GJ_MINVAL 1e-16 |
| #define | HVAL 1e38 |
Functions | |
| template<typename T> | |
| char | TBCI::gaussj (Matrix< T > &a, Matrix< T > &b) |
-------------------------------------------------------------
Definition in file gauss_jordan.h.
| #define GJ_MINVAL 1e-16 |
| #define HVAL 1e38 |
1.5.6