elsuizo / static-math

Safe and fast mathematical operations with static arrays in the Rust programming language
40 stars 2 forks source link

Add eigen-values and eigen-vectors #1

Closed elsuizo closed 4 years ago

elsuizo commented 4 years ago

For the types of Matrix calculate the eigenvalues and eigenvectors

elsuizo commented 4 years ago

this is implemented only in the type M22 with the method : real_eigenvals()