NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void linalg::cplx_matrix_inverse | ( | void * | a, |
void * | x, | ||
int | n | ||
) |
Evaluate the inverse matrix of a complex matrix \(a\).
Evaluate the inverse matrix of a given complex matrix \(a\) and put it to \(x\).
a |
|
x |
|
n |
|
Definition at line 116 of file linalg_eigen.cpp.
References get_cdmatrix(), and set_cdmatrix().