Go to the source code of this file.
Functions | |
_zhsmatrix | t (const _zhsmatrix &mat) |
_zhsmatrix | conj (const _zhsmatrix &mat) |
_zhsmatrix | conjt (const _zhsmatrix &mat) |
void | idamax (CPPL_INT &i, CPPL_INT &j, const _zhsmatrix &mat) |
comple | damax (const _zhsmatrix &mat) |
|
inline |
return its transposed matrix
Definition at line 3 of file _zhsmatrix-calc.hpp.
References conj(), and _zhsmatrix::data.
|
inline |
return its conjugate matrix
Definition at line 15 of file _zhsmatrix-calc.hpp.
References _zhsmatrix::data.
Referenced by t().
|
inline |
return its conjugate transposed matrix
Definition at line 27 of file _zhsmatrix-calc.hpp.
|
inline |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 39 of file _zhsmatrix-calc.hpp.
References _zhsmatrix::data, and _zhsmatrix::destroy().
|
inline |
return its largest absolute value
Definition at line 60 of file _zhsmatrix-calc.hpp.
References _zhsmatrix::data, and _zhsmatrix::destroy().