Go to the source code of this file.
Functions | |
template<CPPL_INT l> | |
std::ostream & | operator<< (std::ostream &s, const zrovector_small< l > &A) |
template<CPPL_INT n> | |
zcovector_small< n > | t (const zrovector_small< n > &A) |
template<CPPL_INT l> | |
double | nrm2 (const zrovector_small< l > &A) |
template<CPPL_INT l> | |
void | idamax (CPPL_INT &K, const zrovector_small< l > &A) |
template<CPPL_INT l> | |
comple | damax (const zrovector_small< l > &A) |
template<CPPL_INT l> | |
zrovector_small< l > & | operator+= (zrovector_small< l > &A, const zrovector_small< l > &B) |
template<CPPL_INT l> | |
zrovector_small< l > & | operator-= (zrovector_small< l > &A, const zrovector_small< l > &B) |
template<CPPL_INT l> | |
zrovector_small< l > & | operator*= (zrovector_small< l > &A, const double &v) |
template<CPPL_INT l> | |
zrovector_small< l > & | operator*= (zrovector_small< l > &A, const comple &v) |
template<CPPL_INT l> | |
zrovector_small< l > & | operator/= (zrovector_small< l > &A, const double &v) |
template<CPPL_INT l> | |
zrovector_small< l > & | operator/= (zrovector_small< l > &A, const comple &v) |
template<CPPL_INT l> | |
const zrovector_small< l > & | operator+ (const zrovector_small< l > &A) |
template<CPPL_INT l> | |
zrovector_small< l > | operator- (const zrovector_small< l > &A) |
template<CPPL_INT l> | |
zrovector_small< l > | operator+ (const zrovector_small< l > &A, const zrovector_small< l > &B) |
template<CPPL_INT l> | |
zrovector_small< l > | operator- (const zrovector_small< l > &A, const zrovector_small< l > &B) |
template<CPPL_INT l> | |
comple | operator* (const zrovector_small< l > &A, const zcovector_small< l > &B) |
template<CPPL_INT m, CPPL_INT n> | |
zrovector_small< n > | operator* (const zrovector_small< m > &A, const zgematrix_small< m, n > &B) |
template<CPPL_INT l> | |
zrovector_small< l > | operator* (const zrovector_small< l > &A, const zhematrix_small< l > &B) |
template<CPPL_INT l> | |
zrovector_small< l > | operator* (const zrovector_small< l > &A, const double &v) |
template<CPPL_INT l> | |
zrovector_small< l > | operator* (const zrovector_small< l > &A, const comple &v) |
template<CPPL_INT l> | |
zrovector_small< l > | operator/ (const zrovector_small< l > &A, const double &v) |
template<CPPL_INT l> | |
zrovector_small< l > | operator/ (const zrovector_small< l > &A, const comple &v) |
template<CPPL_INT l> | |
zrovector_small< l > | hadamard (const zrovector_small< l > &A, const zrovector_small< l > &B) |
|
inline |
|
inline |
return transposed zrovector_small
Definition at line 150 of file zrovector_small-functions.hpp.
References i().
|
inline |
|
inline |
find index of the maximum component
Definition at line 174 of file zrovector_small-functions.hpp.
Referenced by damax().
|
inline |
return the maximum component
Definition at line 189 of file zrovector_small-functions.hpp.
References idamax().
|
inline |
zrovector_small+=zrovector_small operator
Definition at line 224 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small-=zrovector_small operator
Definition at line 235 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small*=double operator
Definition at line 246 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small*=comple operator
Definition at line 257 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small/=double operator
Definition at line 268 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small/=comple operator
Definition at line 279 of file zrovector_small-functions.hpp.
References i().
|
inline |
unary + operator
Definition at line 294 of file zrovector_small-functions.hpp.
|
inline |
|
inline |
zrovector_small+zrovector_small operator
Definition at line 318 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small-zrovector_small operator
Definition at line 330 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small*zcovector_small operator
Definition at line 346 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small*zgematrix_small operator
Definition at line 358 of file zrovector_small-functions.hpp.
References i(), and zrovector_small< l >::zero().
|
inline |
zrovector_small*zhematrix_small operator
Definition at line 373 of file zrovector_small-functions.hpp.
References i(), and zrovector_small< l >::zero().
|
inline |
zrovector_small*double operator
Definition at line 391 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small*comple operator
Definition at line 403 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small/double operator
Definition at line 419 of file zrovector_small-functions.hpp.
References i().
|
inline |
zrovector_small/comple operator
Definition at line 431 of file zrovector_small-functions.hpp.
References i().
|
inline |