Trait array_matrix::matrix::minor::Minor
source · pub trait Minor: Matrix {
type Index;
type Output;
fn minor(&self, index: Self::Index) -> Self::Output;
}
pub trait Minor: Matrix {
type Index;
type Output;
fn minor(&self, index: Self::Index) -> Self::Output;
}