Trait ndarray_linalg::solve::InverseInto
[−]
[src]
pub trait InverseInto {
type Output;
fn inv_into(self) -> Result<Self::Output>;
}An interface for inverting matrices.
Associated Types
type Output
Required Methods
Implementations on Foreign Types
impl<A, S> InverseInto for ArrayBase<S, Ix2> where
A: Scalar,
S: DataMut<Elem = A>, [src]
A: Scalar,
S: DataMut<Elem = A>,