24 #ifndef ACLQUATERNIONOFELEMENTS_H 25 #define ACLQUATERNIONOFELEMENTS_H 91 #endif // ACLQUATERNIONOFELEMENTS_H
Advanced Computational Language.
QuaternionOfElements operator+(QuaternionOfElements &a, QuaternionOfElements &b)
summ of two matrices
QuaternionOfElements operator*(const QuaternionOfElements &a, const QuaternionOfElements &b)
product of two matrices
const Element getUElement(unsigned int i) const
void setWElement(Element a)
void copy(const QuaternionOfElements &source, QuaternionOfElements &destination)
function copies the QuaternionOfElements class.
QuaternionOfElements normalize(QuaternionOfElements &a)
VectorOfElements l2(QuaternionOfElements &a)
L2 norm of a quaternion.
const Element getWElement() const
The class represents several Element.
void setUElement(unsigned int i, Element a)
The class represents a matrix elements of Element.
VectorOfElements & getU()
VectorOfElements & getW()
QuaternionOfElements operator-(QuaternionOfElements &a, QuaternionOfElements &b)
difference of two matrices