Trait array_matrix::matrix::trace::Trace
source · pub trait Trace: SquareMatrix {
type Output;
fn trace(&self) -> Self::Output;
}
pub trait Trace: SquareMatrix {
type Output;
fn trace(&self) -> Self::Output;
}