martijnkoopman / SpatiumLib

C++ header-only library for 2D/3D computer graphics, image processing and a little bit of geography.
GNU General Public License v3.0
14 stars 6 forks source link

Move eigenvalues and eigenvectors out of Matrix class #1

Closed martijnkoopman closed 5 years ago

martijnkoopman commented 5 years ago

Move functions related to calculating eigenvalues and eigenvectors to another file. They shouldn't be part of Matrix.