NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
void linalg::cplx_sq_solve | ( | void * | a, |
void * | b, | ||
void * | x, | ||
int | dim | ||
) |
Solve a linear equation ax=b.
Solve a linear equation ax=b for a given complex square matrix \(a\) and a complex vector \(b\).
a |
|
b |
|
x |
|
dim |
|
Definition at line 80 of file linalg_eigen.cpp.
References get_cdvector(), set_cdmatrix(), and set_cdvector().