elsuizo / static-math

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

Implement a method to calculate the condition number of the matrices #5

Open elsuizo opened 4 years ago

elsuizo commented 4 years ago

Maybe we need a cond(A) method for the expm() implementation #4