#include "vector.h"
#include "svector.h"
Go to the source code of this file.
Namespaces | |
namespace | CwMtx |
Functions | |
template<class T> | |
CWTQuaternion< T > | operator * (const T &value, const CWTQuaternion< T > &qtn) |
template<class T> | |
T | re (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTSpaceVector< T > | im (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTQuaternion< T > | conj (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTQuaternion< T > | inv (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTQuaternion< T > | sgn (const CWTQuaternion< T > &qtn) |
template<class T> | |
T | arg (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTQuaternion< T > | exp (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTQuaternion< T > | log (const CWTQuaternion< T > &qtn) |
template<class T> | |
CWTQuaternion< T > | pow (const CWTQuaternion< T > &qtn1, const CWTQuaternion< T > &qtn2) |
|
Definition at line 462 of file quatern.h. References CwMtx::im(), CwMtx::norm(), and CwMtx::re(). Referenced by CwMtx::log(). |
|
Definition at line 420 of file quatern.h. References CwMtx::CWTQuaternion< T >::makeConjugate(). Referenced by CwMtx::inv(). |
|
Definition at line 470 of file quatern.h. References CwMtx::im(), CwMtx::norm(), CwMtx::re(), and CwMtx::sgn(). Referenced by CwMtx::pow(). |
|
Definition at line 413 of file quatern.h. Referenced by CwMtx::arg(), CwMtx::exp(), and CwMtx::log(). |
|
Definition at line 430 of file quatern.h. References CwMtx::conj(). Referenced by CwMtx::CWTSquareMatrix< T >::operator/(), and CwMtx::CWTQuaternion< T >::operator/(). |
|
Definition at line 491 of file quatern.h. References CwMtx::arg(), CwMtx::im(), CwMtx::norm(), and CwMtx::sgn(). Referenced by CwMtx::pow(). |
|
|
|
Definition at line 512 of file quatern.h. References CwMtx::exp(), and CwMtx::log(). |
|
Definition at line 406 of file quatern.h. Referenced by CwMtx::arg(), and CwMtx::exp(). |
|
Definition at line 453 of file quatern.h. References CwMtx::CWTQuaternion< T >::unit(). Referenced by CwMtx::exp(), and CwMtx::log(). |