Skip to content

Add real and imaginary part getters in CVector with Unit tests

Anas requested to merge Gkg-processing-features into master
  • Adding getter functions inside "CVector" class to get the real part and imaginary part of a "CVector" instance.
  • Adding validated unit tests for the methods : GetRealPart and GetImagPart of a "CVector". Both methods return an instance of "Vector".

Merge request reports