static-math icon indicating copy to clipboard operation
static-math copied to clipboard

Safe and fast mathematical operations with static arrays in the Rust programming language

Results 5 static-math issues
Sort by recently updated
recently updated
newest added

we need more examples from `transformations.rs`

for some operations could be nice have a `Mnn` impl for all the basic operations and maybe also impl `LinearAlgebra` trait

We have a problem that don't allow calculate `inv()` method for types which are not floats(`i32`, `i64`, `usize`) because the trait impl is only for `Float`

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

This function is useful for a lot of applications, like simulations, robotics, ...etc...

enhancement