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) |
double damax | ( | const dcovector & | vec | ) | [inline] |
return its largest absolute value
Definition at line 43 of file dcovector-calc.hpp.
References idamax_.
long idamax | ( | const dcovector & | vec | ) | [inline] |
return the index of element having the largest absolute value in 0-based numbering system
Definition at line 31 of file dcovector-calc.hpp.
References idamax_.
double nrm2 | ( | const dcovector & | vec | ) | [inline] |
_drovector t | ( | const dcovector & | covec | ) | [inline] |
return a transposed row vector
Definition at line 3 of file dcovector-calc.hpp.
References CPPL::_(), drovector::array, and dcopy_.