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 transposed zhsmatrix
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 20 of file zhsmatrix-calc.hpp.
References _(), conj(), and zhsmatrix::data.
_zhsmatrix conjt | ( | const zhsmatrix & | mat | ) | [inline] |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 51 of file zhsmatrix-calc.hpp.
References zhsmatrix::data.
return its largest absolute value
Definition at line 67 of file zhsmatrix-calc.hpp.
References zhsmatrix::data.