Trait array_matrix::matrix::cofactor::Cofactor
source · pub trait Cofactor: SquareMatrixwhere
Self::Output: SquareMatrix,{
type Output;
fn cofactor(&self) -> Self::Output;
}
pub trait Cofactor: SquareMatrixwhere
Self::Output: SquareMatrix,{
type Output;
fn cofactor(&self) -> Self::Output;
}