Trait ndarray_linalg::solve::Inverse
[−]
[src]
pub trait Inverse { type Output; fn inv(&self) -> Result<Self::Output>; }
An interface for inverting matrix refs.