dummy function header
| 18 | |
| 19 | // dummy function header |
| 20 | void CalcEigenSystem (FlatMatrix<Complex> & elmat, |
| 21 | FlatVector<Complex> & lami, |
| 22 | FlatMatrix<Complex> & evecs) |
| 23 | { ; } |
| 24 | |
| 25 | |
| 26 | template <typename T> |
no outgoing calls
no test coverage detected