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 _drovector::array, _dcovector::array, _drovector::cap, _dcovector::cap, _dcovector::l, _drovector::l, and _dcovector::nullify().
Referenced by m2q(), and rotate().
|
inline |
return its Euclidean norm
Definition at line 17 of file _dcovector-calc.hpp.
References _dcovector::array, _dcovector::destroy(), and _dcovector::l.
Referenced by inv(), and vt2q().
|
inline |
return the index of element having the largest absolute value in 0-based numbering system
Definition at line 28 of file _dcovector-calc.hpp.
References _dcovector::array, _dcovector::destroy(), i(), and _dcovector::l.
|
inline |
return its largest absolute value
Definition at line 38 of file _dcovector-calc.hpp.
References _dcovector::array, _dcovector::destroy(), and _dcovector::l.