Trait ndarray_linalg::trace::Trace[][src]

pub trait Trace {
    type Output;
    fn trace(&self) -> Result<Self::Output>;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors