#include "LinAlg.h"
#include <math.h>
#include <alloca.h>
Include dependency graph for matrix_inv.cpp:
Go to the source code of this file.
Namespaces | |
namespace | linalg |
Functions | |
bool | is_dummy_det_ref (double &determ_ref) |
|
Definition at line 59 of file matrix_inv.cpp. Referenced by linalg::Matrix::invert(). |