(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class More...
#include <_zcovector.hpp>
Public Member Functions | |
_zcovector () | |
_zcovector (const _zcovector &) | |
~_zcovector () | |
comple & | operator() (const CPPL_INT &) const |
void | write (const char *) const |
void | nullify () const |
void | destroy () const |
Public Attributes | |
CPPL_INT | l |
vector size More... | |
comple * | array |
1D array to store vector data More... | |
(DO NOT USE) Smart-temporary Complex Double-precision Column Vector Class
Definition at line 3 of file _zcovector.hpp.
|
inline |
|
inline |
_zcovector copy constructor
Definition at line 11 of file _zcovector-constructor.hpp.
References array, l, and nullify().
|
inline |
|
inline |
|
inline |
|
inline |
nullify all the vector data
Definition at line 3 of file _zcovector-misc.hpp.
Referenced by _zcovector(), zcovector::shallow_copy(), and zcovector::zcovector().
|
inline |
destroy all the vector data
Definition at line 11 of file _zcovector-misc.hpp.
References array.
Referenced by conjt(), damax(), idamax(), nrm2(), operator%(), operator*(), operator+(), zcovector::operator+=(), operator-(), zcovector::operator-=(), operator<<(), and write().
|
friend |
Definition at line 22 of file _zcovector-io.hpp.
|
friend |
return a transposed row vector
Definition at line 3 of file _zcovector-calc.hpp.
|
friend |
|
friend |
|
friend |
|
friend |
return the index of element having the largest absolute value in 0-based numbering system
Definition at line 54 of file _zcovector-calc.hpp.
|
friend |
|
friend |
+_zcovector operator
Definition at line 3 of file _zcovector-unary.hpp.
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
zcovector^T*zcovector operator (inner product)
Definition at line 44 of file _zcovector-zcovector.hpp.
|
friend |
_zcovector^T*_zcovector operator (inner product)
Definition at line 45 of file _zcovector-_zcovector.hpp.
|
friend |
|
friend |
|
mutable |
vector size
Definition at line 9 of file _zcovector.hpp.
Referenced by _(), _zcovector(), conj(), conjt(), damax(), idamax(), nrm2(), nullify(), operator%(), operator()(), operator*(), operator+(), zcovector::operator+=(), operator-(), zcovector::operator-=(), operator/(), operator<<(), zcovector::shallow_copy(), t(), write(), and zcovector::zcovector().
|
mutable |
1D array to store vector data
Definition at line 10 of file _zcovector.hpp.
Referenced by _(), _zcovector(), damax(), destroy(), idamax(), nrm2(), nullify(), operator%(), operator()(), operator*(), operator+(), zcovector::operator+=(), operator-(), zcovector::operator-=(), operator/(), operator<<(), zcovector::shallow_copy(), t(), zcovector::zcovector(), and ~_zcovector().