hartmannw / ResearchOLD

General code used for research.
The Unlicense
0 stars 0 forks source link

Move Schur Decomposition to MatrixFunctions. #19

Closed hartmannw closed 11 years ago

hartmannw commented 11 years ago

Currently this code sits in the babel_exp folder. The decomposition needs to be updated to use the Matrix class and move to the Matrix utility functions. The rest of the code can be scrapped.

This also includes getting rid of the test.cc code.

hartmannw commented 11 years ago

I am going to leave it for the time being. It doesn't hurt anything. If at some point I want code to perform Eigenanalysis, I can start from here.