Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Solving Eigen System in c#?

Do you know of a good library/way that I can use to solve an eigen system in c#?

My data is 2D/3D and I want to get direction and length of first and second eigen vectors to evaluate how my data is elongated in 2D space.

Thanks

like image 432
Mo Valipour Avatar asked Dec 17 '22 11:12

Mo Valipour


2 Answers

Maybe this library can help you.

like image 144
duffymo Avatar answered Jan 07 '23 08:01

duffymo


Alglib is GPL2.

like image 24
Alexandre C. Avatar answered Jan 07 '23 08:01

Alexandre C.