Home
last modified time | relevance | path

Searched defs:transpose_conjg (Results 1 – 2 of 2) sorted by relevance

/dports/science/bagel/bagel-1.2.2/src/util/math/
H A Dztranspose.cc338 void transpose_conjg(const complex<double>* h, const int m, const int n, complex<double>* vec, cons… in transpose_conjg() function
343 void transpose_conjg(const complex<double>* h, const int m, const int n, complex<double>* vec, cons… in transpose_conjg() function
H A Dzmatrix.cc235 shared_ptr<ZMatrix> ZMatrix::transpose_conjg(const complex<double> factor) const { in transpose_conjg() function in ZMatrix