Go to the source code of this file.
Functions | |
_zgematrix | t (const zgematrix &mat) |
_zgematrix | i (const zgematrix &mat) |
_zgematrix | conj (const zgematrix &mat) |
_zgematrix | conjt (const zgematrix &mat) |
void | idamax (long &i, long &j, const zgematrix &mat) |
std::complex< double > | damax (const zgematrix &mat) |
_zgematrix conj | ( | const zgematrix & | mat | ) | [inline] |
return its conjugate matrix
Definition at line 52 of file zgematrix-calc.hpp.
_zgematrix conjt | ( | const zgematrix & | mat | ) | [inline] |
return its conjugate transposed matrix
Definition at line 69 of file zgematrix-calc.hpp.
std::complex<double> damax | ( | const zgematrix & | mat | ) | [inline] |
return its largest absolute value
Definition at line 105 of file zgematrix-calc.hpp.
References izamax_.
_zgematrix i | ( | const zgematrix & | mat | ) | [inline] |
return its inverse matrix
Definition at line 21 of file zgematrix-calc.hpp.
References CPPL::_(), and zgematrix::identity().
void idamax | ( | long & | i, | |
long & | j, | |||
const zgematrix & | mat | |||
) | [inline] |
search the index of element having the largest absolute value in 0-based numbering system
Definition at line 91 of file zgematrix-calc.hpp.
References izamax_.
_zgematrix t | ( | const zgematrix & | mat | ) | [inline] |
return transposed zgematrix
Definition at line 3 of file zgematrix-calc.hpp.