Trait ndarray_inverse::Inverse
source · pub trait Inverse<T: Float> {
fn det(&self) -> T;
fn inv(&self) -> Option<Self>
where
Self: Sized;
fn inv_diag(&self) -> Option<Self>
where
Self: Sized;
}
pub trait Inverse<T: Float> {
fn det(&self) -> T;
fn inv(&self) -> Option<Self>
where
Self: Sized;
fn inv_diag(&self) -> Option<Self>
where
Self: Sized;
}