Trait theon::space::SquareMatrix
source · [−]pub trait SquareMatrix: Matrix<Row = <<Self as Matrix>::Column as DualSpace>::Dual> + Mul<Output = Self> + Mul<<Self as Matrix>::Column, Output = <Self as Matrix>::Column> where
Self::Row: FiniteDimensional<N = <Self::Column as FiniteDimensional>::N>, {
fn multiplicative_identity() -> Self;
}