Go to the source code of this file.
Functions | |
_drovector | t (const dcovector &covec) |
double | nrm2 (const dcovector &vec) |
CPPL_INT | idamax (const dcovector &vec) |
double | damax (const dcovector &vec) |
|
inline |
return a transposed row vector
Definition at line 3 of file dcovector-calc.hpp.
References _(), dcovector::array, drovector::array, and dcovector::l.
|
inline |
return its Euclidean norm
Definition at line 16 of file dcovector-calc.hpp.
References dcovector::array, and dcovector::l.
|
inline |
return the index of element having the largest absolute value in 0-based numbering system
Definition at line 25 of file dcovector-calc.hpp.
References dcovector::array, and dcovector::l.
|
inline |
return its largest absolute value
Definition at line 33 of file dcovector-calc.hpp.
References dcovector::array, and dcovector::l.