24#ifndef ACLCOMPLEXNUMOFELEMENTS_H
25#define ACLCOMPLEXNUMOFELEMENTS_H
The class represents a matrix elements of Element.
ComplexNumOfElements operator-(ComplexNumOfElements &a, ComplexNumOfElements &b)
difference 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
const Element getIm() const
const Element getRe() const
VectorOfElements & getInternalVector()
ComplexNumOfElements operator*(const ComplexNumOfElements &a, const ComplexNumOfElements &b)
product of two matrices
const VectorOfElements & getInternalVector() const
The class represents several Element.
Advanced Computational Language.
std::shared_ptr< ElementBase > Element