Go to the source code of this file.
Functions | |
_zgsmatrix | t (const zgsmatrix &mat) |
_zgsmatrix | conj (const zgsmatrix &mat) |
_zgsmatrix | conjt (const zgsmatrix &mat) |
void | idamax (long &i, long &j, const zgsmatrix &mat) |
comple | damax (const zgsmatrix &mat) |
_zgsmatrix t | ( | const zgsmatrix & | mat | ) | [inline] |
return transposed zgsmatrix
Definition at line 3 of file zgsmatrix-calc.hpp.
References _(), zgsmatrix::cols, zgsmatrix::data, zgsmatrix::rows, and swap().
_zgsmatrix conj | ( | const zgsmatrix & | mat | ) | [inline] |
return its conjugate matrix
Definition at line 21 of file zgsmatrix-calc.hpp.
References _(), conj(), and zgsmatrix::data.
_zgsmatrix conjt | ( | const zgsmatrix & | mat | ) | [inline] |
return its conjugate transposed matrix
Definition at line 34 of file zgsmatrix-calc.hpp.
References _(), zgsmatrix::cols, conj(), zgsmatrix::data, zgsmatrix::rows, and swap().
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 53 of file zgsmatrix-calc.hpp.
References zgsmatrix::data.
return its largest absolute value
Definition at line 69 of file zgsmatrix-calc.hpp.
References zgsmatrix::data.