#include <cmath>
#include "stat_matrix.h"
Go to the source code of this file.
Namespaces | |
namespace | CwMtx |
Functions | |
template<unsigned r, class T> | |
CWTSVector< r, T > | operator * (const T &value, const CWTSVector< r, T > &vec) |
template<unsigned r, unsigned c, class T> | |
CWTSVector< r, T > | operator * (const CWTSMatrix< r, c, T > &mat, const CWTSVector< r, T > &vec) |
template<unsigned r, class T> | |
T | norm (const CWTSVector< r, T > &vec) |
template<unsigned r, class T> | |
CWTSVector< r, T > | sgn (const CWTSVector< r, T > &vec) |
|
Definition at line 229 of file stat_vector.h. Referenced by CwMtx::arg(), CwMtx::exp(), and CwMtx::log(). |
|
Definition at line 209 of file stat_vector.h. |
|
Definition at line 201 of file stat_vector.h. |
|
Definition at line 237 of file stat_vector.h. References CwMtx::CWTSVector< r, T >::unit(). |