|
ASL 0.1.7
Advanced Simulation Library
|
The class represents a matrix elements of ::Element. More...
#include <aclQuaternionOfElements.h>
Public Member Functions | |
| QuaternionOfElements () | |
| void | setWElement (Element a) |
| void | setUElement (unsigned int i, Element a) |
| const Element | getWElement () const |
| const Element | getUElement (unsigned int i) const |
| VectorOfElements & | getU () |
| const VectorOfElements & | getU () const |
| VectorOfElements & | getW () |
| const VectorOfElements & | getW () const |
Related Symbols | |
(Note that these are not member symbols.) | |
| void | copy (const QuaternionOfElements &source, QuaternionOfElements &destination) |
| function copies the QuaternionOfElements class. | |
| QuaternionOfElements | operator+ (QuaternionOfElements &a, QuaternionOfElements &b) |
| summ of two matrices | |
| QuaternionOfElements | operator- (QuaternionOfElements &a, QuaternionOfElements &b) |
| difference of two matrices | |
| QuaternionOfElements | operator* (const QuaternionOfElements &a, const QuaternionOfElements &b) |
| product of two matrices | |
| VectorOfElements | l2 (QuaternionOfElements &a) |
| L2 norm of a quaternion. | |
The class represents a matrix elements of ::Element.
Definition at line 35 of file aclQuaternionOfElements.h.
| acl::QuaternionOfElements::QuaternionOfElements | ( | ) |
| VectorOfElements & acl::QuaternionOfElements::getU | ( | ) |
| const VectorOfElements & acl::QuaternionOfElements::getU | ( | ) | const |
| const Element acl::QuaternionOfElements::getUElement | ( | unsigned int | i | ) | const |
| VectorOfElements & acl::QuaternionOfElements::getW | ( | ) |
| const VectorOfElements & acl::QuaternionOfElements::getW | ( | ) | const |
| const Element acl::QuaternionOfElements::getWElement | ( | ) | const |
| void acl::QuaternionOfElements::setUElement | ( | unsigned int | i, |
| Element | a ) |
| void acl::QuaternionOfElements::setWElement | ( | Element | a | ) |
|
function copies the QuaternionOfElements class.
|
L2 norm of a quaternion.
|
product of two matrices
|
summ of two matrices
|
difference of two matrices