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