|
template<CPPL_INT _l> |
std::ostream & | operator<< (std::ostream &, const zrovector_small< _l > &) |
|
template<CPPL_INT _l> |
zcovector_small< _l > | t (const zrovector_small< _l > &) |
|
template<CPPL_INT _l> |
comple | nrm2 (const zrovector_small< _l > &) |
|
template<CPPL_INT _l> |
CPPL_INT | idamax (const zrovector_small< _l > &) |
|
template<CPPL_INT _l> |
comple | damax (const zrovector_small< _l > &) |
|
template<CPPL_INT L> |
zrovector_small< L > & | operator+= (zrovector_small< L > &, const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > & | operator-= (zrovector_small< L > &, const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > & | operator*= (zrovector_small< L > &, const double &) |
|
template<CPPL_INT L> |
zrovector_small< L > & | operator*= (zrovector_small< L > &, const comple &) |
|
template<CPPL_INT L> |
zrovector_small< L > & | operator/= (zrovector_small< L > &, const double &) |
|
template<CPPL_INT L> |
zrovector_small< L > & | operator/= (zrovector_small< L > &, const comple &) |
|
template<CPPL_INT L> |
const zrovector_small< L > & | operator+ (const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator- (const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator+ (const zrovector_small< L > &, const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator- (const zrovector_small< L > &, const zrovector_small< L > &) |
|
template<CPPL_INT L> |
comple | operator* (const zrovector_small< L > &, const zcovector_small< L > &) |
|
template<CPPL_INT M, CPPL_INT N> |
zrovector_small< N > | operator* (const zrovector_small< M > &, const zgematrix_small< M, N > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator* (const zrovector_small< L > &, const dsymatrix_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator* (const zrovector_small< L > &, const comple &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator* (const zrovector_small< L > &, const comple &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator/ (const zrovector_small< L > &, const double &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator/ (const zrovector_small< L > &, const comple &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator* (const double &, const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | operator* (const comple &, const zrovector_small< L > &) |
|
template<CPPL_INT L> |
zrovector_small< L > | hadamerd (const zrovector_small< L > &, const zrovector_small< L > &) |
|
template<CPPL_INT l>
class zrovector_small< l >
Samll Complex Double-precision Row Vector Class.
Definition at line 3 of file zrovector_small.hpp.