[][src]Trait ndarray_linalg::operator::OperatorMulti

pub trait OperatorMulti<A, S, D> where
    S: Data<Elem = A>,
    D: Dimension
{ fn op_multi(&self, a: &ArrayBase<S, D>) -> Array<A, D>; }

Required methods

fn op_multi(&self, a: &ArrayBase<S, D>) -> Array<A, D>

Loading content...

Implementors

impl<T, A, S, D> OperatorMulti<A, S, D> for T where
    A: Scalar + Lapack,
    S: DataMut<Elem = A>,
    D: Dimension + RemoveAxis,
    T: OperatorInplace<ViewRepr<&'a mut A>, D::Smaller>, 
[src]

Loading content...