|
ASL 0.1.7
Advanced Simulation Library
|
The class represents a matrix elements of ::Element. More...
#include <aclComplexNumOfElements.h>
Public Member Functions | |
| ComplexNumOfElements () | |
| void | setRe (Element a) |
| void | setIm (Element a) |
| const Element | getRe () const |
| const Element | getIm () const |
| VectorOfElements & | getInternalVector () |
| const VectorOfElements & | getInternalVector () const |
| ComplexNumOfElements () | |
| void | setRe (Element a) |
| void | setIm (Element a) |
| const Element | getRe () const |
| const Element | getIm () const |
| VectorOfElements & | getInternalVector () |
| const VectorOfElements & | getInternalVector () const |
Related Symbols | |
(Note that these are not member symbols.) | |
| void | copy (const ComplexNumOfElements &source, ComplexNumOfElements &destination) |
| function copies the ComplexNumOfElements class. | |
| ComplexNumOfElements | operator+ (ComplexNumOfElements &a, ComplexNumOfElements &b) |
| summ of two matrices | |
| ComplexNumOfElements | operator- (ComplexNumOfElements &a, ComplexNumOfElements &b) |
| difference of two matrices | |
| ComplexNumOfElements | operator* (const ComplexNumOfElements &a, const ComplexNumOfElements &b) |
| product of two matrices | |
| void | copy (const ComplexNumOfElements &source, ComplexNumOfElements &destination) |
| function copies the ComplexNumOfElements class. | |
| ComplexNumOfElements | operator+ (ComplexNumOfElements &a, ComplexNumOfElements &b) |
| summ of two matrices | |
| ComplexNumOfElements | operator- (ComplexNumOfElements &a, ComplexNumOfElements &b) |
| difference of two matrices | |
| ComplexNumOfElements | operator* (const ComplexNumOfElements &a, const ComplexNumOfElements &b) |
| product of two matrices | |
The class represents a matrix elements of ::Element.
Definition at line 35 of file aclComplexNumOfElements.h.
| acl::ComplexNumOfElements::ComplexNumOfElements | ( | ) |
| acl::ComplexNumOfElements::ComplexNumOfElements | ( | ) |
| const Element acl::ComplexNumOfElements::getIm | ( | ) | const |
| const Element acl::ComplexNumOfElements::getIm | ( | ) | const |
| VectorOfElements & acl::ComplexNumOfElements::getInternalVector | ( | ) |
| VectorOfElements & acl::ComplexNumOfElements::getInternalVector | ( | ) |
| const VectorOfElements & acl::ComplexNumOfElements::getInternalVector | ( | ) | const |
| const VectorOfElements & acl::ComplexNumOfElements::getInternalVector | ( | ) | const |
| const Element acl::ComplexNumOfElements::getRe | ( | ) | const |
| const Element acl::ComplexNumOfElements::getRe | ( | ) | const |
| void acl::ComplexNumOfElements::setIm | ( | Element | a | ) |
| void acl::ComplexNumOfElements::setIm | ( | Element | a | ) |
| void acl::ComplexNumOfElements::setRe | ( | Element | a | ) |
| void acl::ComplexNumOfElements::setRe | ( | Element | a | ) |
|
function copies the ComplexNumOfElements class.
|
function copies the ComplexNumOfElements class.
|
product of two matrices
|
product of two matrices
|
summ of two matrices
|
summ of two matrices
|
difference of two matrices
|
difference of two matrices