#include <cml/quaternion/quaternion_expr.h>


Go to the source code of this file.
Classes | |
| class | cml::et::ConjugateOp< ExprT > |
| An expression node for conjugating a quaternion. More... | |
| struct | cml::et::ExprTraits< ConjugateOp< ExprT > > |
| Expression traits class for ConjugateOp<>. More... | |
Namespaces | |
| namespace | cml |
| namespace | cml::et |
Functions | |
| template<class XprT > | |
| et::QuaternionXpr < et::ConjugateOp< XprT > > | cml::conjugate (QUATXPR_ARG_TYPE arg) |
| Conjugation of a QuaternionXpr. | |
| template<typename E , class AT , class OT , class CT > | |
| et::QuaternionXpr < et::ConjugateOp< quaternion < E, AT, OT, CT > > > | cml::conjugate (const quaternion< E, AT, OT, CT > &arg) |
| Conjugation of a quaternion. | |
Definition in file conjugate.h.
1.5.9