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