clvcooke / MatrixMath

A from scratch implementation of basic matrix manipulation and operations in C++
0 stars 2 forks source link

Eigen Values #7

Open clvcooke opened 9 years ago

clvcooke commented 9 years ago

Create a function within the Matrix class which determines the eigenvalues of a matrix. Algebraic multiplicity could be something to think about when deciding how the result should be formatted.

neilparikh commented 9 years ago

I'll try this out.

RowanFerrabee commented 9 years ago

http://en.wikipedia.org/wiki/QR_algorithm