#include <vector.h>
Inheritance diagram for CwMtx::CWTVector< T >:
Public Member Functions | |
CWTVector () | |
CWTVector (unsigned crowInit) | |
CWTVector (const CWTMatrix< T > &mat) | |
CWTVector (const CWTVector &vec) | |
CWTVector (const CWTMatrix< T > &, unsigned, unsigned, unsigned) | |
CWTVector (const CWTVector &, unsigned, unsigned) | |
~CWTVector () | |
void | mapInto (const CWTMatrix< T > &, unsigned, unsigned, unsigned) |
void | mapInto (const CWTVector &, unsigned, unsigned) |
void | dimension (unsigned crowInit) |
T & | operator[] (unsigned irow) |
const T & | operator[] (unsigned irow) const |
CWTVector | operator+ (const CWTVector &) const |
CWTVector | operator- (const CWTVector &) const |
CWTVector | operator- () const |
CWTVector | operator * (const T &) const |
T | operator * (const CWTVector &) const |
CWTVector | operator/ (const T &value) const |
CWTVector & | operator= (const CWTVector &vec) |
CWTVector & | operator+= (const CWTVector &vec) |
CWTVector & | operator-= (const CWTVector &vec) |
CWTVector & | operator *= (const T &value) |
CWTVector & | operator/= (const T &value) |
T | operator! () const |
void | storeAtRow (unsigned, const CWTVector &) |
T | norm () const |
CWTVector | unit () const |
void | makeUnit () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 100 of file vector.h. References CwMtx::CWTVector< T >::norm(). |
|
|
|
|
|
Definition at line 255 of file vector.h. Referenced by CwMtx::CWTVector< T >::makeUnit(), CwMtx::CWTVector< T >::unit(), CwMtx::CWTSpaceVector< T >::unit(), and CwMtx::CWTQuaternion< T >::unit(). |
|
|
|
Reimplemented from CwMtx::CWTMatrix< T >. Reimplemented in CwMtx::CWTQuaternion< T >, and CwMtx::CWTSpaceVector< T >. |
|
Reimplemented from CwMtx::CWTMatrix< T >. Reimplemented in CwMtx::CWTQuaternion< T >, and CwMtx::CWTSpaceVector< T >. |
|
|
|
|
|
|
|
Reimplemented from CwMtx::CWTMatrix< T >. Reimplemented in CwMtx::CWTQuaternion< T >, and CwMtx::CWTSpaceVector< T >. |
|
|
|
|
|
Reimplemented from CwMtx::CWTMatrix< T >. Reimplemented in CwMtx::CWTQuaternion< T >, and CwMtx::CWTSpaceVector< T >. |
|
Reimplemented from CwMtx::CWTMatrix< T >. Reimplemented in CwMtx::CWTQuaternion< T >, and CwMtx::CWTSpaceVector< T >. |
|
|
|
Reimplemented from CwMtx::CWTMatrix< T >. |
|
Reimplemented from CwMtx::CWTMatrix< T >. |
|
|
|
Reimplemented in CwMtx::CWTQuaternion< T >, and CwMtx::CWTSpaceVector< T >. Definition at line 97 of file vector.h. References CwMtx::CWTVector< T >::norm(). Referenced by CwMtx::sgn(). |