#include <utl/AugerException.h>#include <cmath>#include <vector>Go to the source code of this file.
Namespaces | |
| utl | |
Functions | |
| template<typename AMatrix > | |
| void | utl::InvertMatrix (const size_t n, AMatrix &a) |
| Invert A in place with Gauss-Jordan elimination and full pivoting. More... | |