|
NESSi
v1.0.2
The NonEquilibrium Systems Simulation Library
|
| void linalg::cplx_sq_solve_many | ( | void * | a, |
| void * | b, | ||
| void * | x, | ||
| int | dim, | ||
| int | d | ||
| ) |
Solve a linear equation \( {\rm Diag}[a,a,a,.,a] x=b \).
Solve a linear equation \( {\rm Diag}[a,a,a,.,a] x=b \) for a given complex square matrix \(a\) and a complex vector \(b\). The size of \(a\) is \(n\). Here \( {\rm Diag}[a,a,a,.,a]\) is the block diagonal square matrix, whose size is \({\rm dim}\times d\).
| a |
|
| b |
|
| x |
|
| dim |
|
| d |
|
Definition at line 91 of file linalg_eigen.cpp.
References get_cdvector(), set_cdmatrix(), and set_cdvector().
Here is the call graph for this function: