#include <cmath>
#include "matrix.h"
Go to the source code of this file.
Namespaces | |
namespace | CwMtx |
Functions | |
template<class T> | |
CWTVector< T > | operator * (const T &value, const CWTVector< T > &vec) |
template<class T> | |
CWTVector< T > | operator * (const CWTMatrix< T > &mat, const CWTVector< T > &vec) |
template<class T> | |
T | norm (const CWTVector< T > &vec) |
template<class T> | |
CWTVector< T > | sgn (const CWTVector< T > &vec) |
|
Definition at line 285 of file vector.h. Referenced by CwMtx::arg(), CwMtx::exp(), and CwMtx::log(). |
|
Definition at line 276 of file vector.h. References CwMtx::CWTMatrix< T >::getRows(), and CwMtx::CWTMatrix< T >::storeProduct(). |
|
|
|
Definition at line 293 of file vector.h. References CwMtx::CWTVector< T >::unit(). |