24 #ifndef ACLCOMPLEXNUMOFELEMENTS_H
25 #define ACLCOMPLEXNUMOFELEMENTS_H
35 class ComplexNumOfElements
54 void copy(
const ComplexNumOfElements & source, ComplexNumOfElements & destination);
60 ComplexNumOfElements
operator+(ComplexNumOfElements & a, ComplexNumOfElements & b);
65 ComplexNumOfElements
operator-(ComplexNumOfElements & a,ComplexNumOfElements & b);
71 ComplexNumOfElements
operator*(
const ComplexNumOfElements & a,
const ComplexNumOfElements & b);
81 #endif // ACLCOMPLEXNUMOFELEMENTS_H
Advanced Computational Language.
Element operator+(Element e1, Element e2)
const Element getRe() const
VectorOfElements & getInternalVector()
Element operator-(Element e)
std::shared_ptr< ElementBase > Element
const Element getIm() const
void copy(MemBlock &source, T *destination)
Element operator*(Element e1, Element e2)