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 (long &i, long &j, const _zhsmatrix &mat) |
comple | damax (const _zhsmatrix &mat) |
_zhsmatrix t | ( | const _zhsmatrix & | mat | ) | [inline] |
return its transposed matrix
Definition at line 3 of file _zhsmatrix-calc.hpp.
References conj(), and _zhsmatrix::data.
_zhsmatrix conj | ( | const _zhsmatrix & | mat | ) | [inline] |
return its conjugate matrix
Definition at line 13 of file _zhsmatrix-calc.hpp.
References conj(), and _zhsmatrix::data.
_zhsmatrix conjt | ( | const _zhsmatrix & | mat | ) | [inline] |
return its conjugate transposed matrix
Definition at line 23 of file _zhsmatrix-calc.hpp.
{VERBOSE_REPORT;
return mat;
}
void idamax | ( | long & | i, |
long & | j, | ||
const _zhsmatrix & | mat | ||
) | [inline] |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 35 of file _zhsmatrix-calc.hpp.
References _zhsmatrix::data, and _zhsmatrix::destroy().
comple damax | ( | const _zhsmatrix & | mat | ) | [inline] |
return its largest absolute value
Definition at line 53 of file _zhsmatrix-calc.hpp.
References _zhsmatrix::data, and _zhsmatrix::destroy().