Trait maths_rs::mat::MatInverse
source · pub trait MatInverse<T> {
// Required method
fn inverse(&self) -> Self;
}Expand description
trait for all kinds of matrices to calculate inverse
pub trait MatInverse<T> {
// Required method
fn inverse(&self) -> Self;
}trait for all kinds of matrices to calculate inverse