I need a C# library to deal with matrices. It should implement singular value decomposition, matrix inversion, etc
I've used CSML before, but this does not implement some of the features i need.
Some of the features are:
Singular value decomposition
Matrix inversion
Trace
Determinants
Suggested Libraries (from answers)
(most of them implement the features stated above)