24 #ifndef ACLCOMPLEXNUMOFELEMENTS_H 25 #define ACLCOMPLEXNUMOFELEMENTS_H 35 class ComplexNumOfElements
81 #endif // ACLCOMPLEXNUMOFELEMENTS_H Advanced Computational Language.
const Element getRe() const
VectorOfElements & getInternalVector()
ComplexNumOfElements operator+(ComplexNumOfElements &a, ComplexNumOfElements &b)
summ of two matrices
void copy(const ComplexNumOfElements &source, ComplexNumOfElements &destination)
function copies the ComplexNumOfElements class.
ComplexNumOfElements operator*(const ComplexNumOfElements &a, const ComplexNumOfElements &b)
product of two matrices
std::shared_ptr< ElementBase > Element
const Element getIm() const
ComplexNumOfElements operator-(ComplexNumOfElements &a, ComplexNumOfElements &b)
difference of two matrices