Go to the source code of this file.
Functions | |
template<CPPL_INT l> | |
std::ostream & | operator<< (std::ostream &s, const dcovector_small< l > &A) |
template<CPPL_INT l> | |
drovector_small< l > | t (const dcovector_small< l > &A) |
template<CPPL_INT l> | |
double | nrm2 (const dcovector_small< l > &A) |
template<CPPL_INT l> | |
void | idamax (CPPL_INT &K, const dcovector_small< l > &A) |
template<CPPL_INT l> | |
double | damax (const dcovector_small< l > &A) |
template<CPPL_INT l> | |
dcovector_small< l > & | operator+= (dcovector_small< l > &A, const dcovector_small< l > &B) |
template<CPPL_INT l> | |
dcovector_small< l > & | operator-= (dcovector_small< l > &A, const dcovector_small< l > &B) |
template<CPPL_INT l> | |
dcovector_small< l > & | operator*= (dcovector_small< l > &A, const double &d) |
template<CPPL_INT l> | |
dcovector_small< l > & | operator/= (dcovector_small< l > &A, const double &d) |
template<CPPL_INT l> | |
const dcovector_small< l > & | operator+ (const dcovector_small< l > &A) |
template<CPPL_INT l> | |
dcovector_small< l > | operator- (const dcovector_small< l > &A) |
template<CPPL_INT l> | |
dcovector_small< l > | operator+ (const dcovector_small< l > &A, const dcovector_small< l > &B) |
template<CPPL_INT l> | |
dcovector_small< l > | operator- (const dcovector_small< l > &A, const dcovector_small< l > &B) |
template<CPPL_INT n> | |
dcovector_small< n > | operator* (const dcovector_small< n > &A, const double &v) |
template<CPPL_INT m, CPPL_INT n> | |
dgematrix_small< m, n > | operator* (const dcovector_small< m > &A, const drovector_small< n > &B) |
template<CPPL_INT n> | |
dcovector_small< n > | operator/ (const dcovector_small< n > &A, const double &v) |
template<CPPL_INT l> | |
double | operator% (const dcovector_small< l > &A, const dcovector_small< l > &B) |
template<CPPL_INT l> | |
dcovector_small< l > | hadamard (const dcovector_small< l > &A, const dcovector_small< l > &B) |
|
inline |
|
inline |
return transposed drovector_small
Definition at line 149 of file dcovector_small-functions.hpp.
References i().
|
inline |
|
inline |
return index of the maximum component
Definition at line 173 of file dcovector_small-functions.hpp.
Referenced by damax().
|
inline |
return the maximum component
Definition at line 188 of file dcovector_small-functions.hpp.
References idamax().
|
inline |
dcovector_small+=dcovector_small operator
Definition at line 217 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small-=dcovector_small operator
Definition at line 228 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small*=double operator
Definition at line 239 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small/=double operator
Definition at line 250 of file dcovector_small-functions.hpp.
References i().
|
inline |
unary + operator
Definition at line 265 of file dcovector_small-functions.hpp.
|
inline |
|
inline |
dcovector_small+dcovector_small operator
Definition at line 289 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small-dcovector_small operator
Definition at line 301 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small*double operator
Definition at line 317 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small*drovector_small operator
Definition at line 329 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_small/double operator
Definition at line 347 of file dcovector_small-functions.hpp.
References i().
|
inline |
dcovector_smalldcovector_small (inner product) operator
Definition at line 363 of file dcovector_small-functions.hpp.
References i().
|
inline |