|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void linalg::real_sq_solve | ( | double * | ad, |
| double * | bd, | ||
| double * | xd, | ||
| int | dim | ||
| ) |
Solve a linear equation ax=b.
Solve a linear equation ax=b for a given real square matrx ( \(a\)) and a real vector ( \(b\)).
| ad |
|
| bd |
|
| xd |
|
| dim |
|
Definition at line 106 of file linalg_eigen.cpp.
References get_dvector(), set_dmatrix(), and set_dvector().
Here is the call graph for this function: