|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void linalg::linalg_matrix_inverse | ( | double * | a, |
| double * | x, | ||
| int | n | ||
| ) |
Evaluate the inverse matrix of a real matrix \(a\).
Evaluate the inverse matrix of a given real matrix \(a\) and put it to \(x\).
| a |
|
| x |
|
| n |
|
Definition at line 125 of file linalg_eigen.cpp.
References get_dmatrix(), and set_dmatrix().
Here is the call graph for this function: