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 _(), zcovector::array, zrovector::array, and zcovector::l.
|
inline |
return its conjugated vector
Definition at line 14 of file zcovector-calc.hpp.
References _(), i(), and zcovector::l.
Referenced by conjt().
|
inline |
return a conjugate transposed row vector
Definition at line 27 of file zcovector-calc.hpp.
References _(), conj(), i(), and zcovector::l.
|
inline |
return its Euclidean norm
Definition at line 44 of file zcovector-calc.hpp.
References zcovector::array, and zcovector::l.
|
inline |
return the index of element having the largest absolute value in 0-based numbering system
Definition at line 53 of file zcovector-calc.hpp.
References zcovector::array, and zcovector::l.
|
inline |
return its largest absolute value
Definition at line 61 of file zcovector-calc.hpp.
References zcovector::array, and zcovector::l.