Go to the source code of this file.
Functions | |
_zrovector | t (const _zcovector &covec) |
_zcovector | conj (const _zcovector &vec) |
_zrovector | conjt (const _zcovector &covec) |
double | nrm2 (const _zcovector &vec) |
CPPL_INT | idamax (const _zcovector &vec) |
comple | damax (const _zcovector &vec) |
|
inline |
return a transposed row vector
Definition at line 3 of file _zcovector-calc.hpp.
References _zrovector::array, _zcovector::array, _zrovector::l, and _zcovector::l.
|
inline |
return its conjugated vector
Definition at line 15 of file _zcovector-calc.hpp.
References i(), and _zcovector::l.
Referenced by zhsmatrix::col(), _zhematrix::complete(), zhematrix::complete(), conjt(), hadamard(), hadamerd(), _zhsmatrix::operator()(), zhematrix::operator()(), zhsmatrix::operator()(), operator*(), zhecomplex::operator*=(), zhecomplex::operator+=(), zhecomplex::operator-=(), operator<<(), zhecomplex::operator=(), zhsmatrix::put(), zhsmatrix::row(), zhematrix::set(), _zhsmatrix::to_zgematrix(), zhsmatrix::to_zgematrix(), _zhsmatrix::to_zgsmatrix(), zhsmatrix::to_zgsmatrix(), and zgematrix::zgeev().
|
inline |
return a conjugate transposed row vector
Definition at line 25 of file _zcovector-calc.hpp.
References _(), conj(), _zcovector::destroy(), i(), and _zcovector::l.
|
inline |
return its Euclidean norm
Definition at line 43 of file _zcovector-calc.hpp.
References _zcovector::array, _zcovector::destroy(), and _zcovector::l.
|
inline |
return the index of element having the largest absolute value in 0-based numbering system
Definition at line 54 of file _zcovector-calc.hpp.
References _zcovector::array, _zcovector::destroy(), i(), and _zcovector::l.
|
inline |
return its largest absolute value
Definition at line 64 of file _zcovector-calc.hpp.
References _zcovector::array, _zcovector::destroy(), and _zcovector::l.