Type Definition glucose::algebra::linear::SquareMatrix[][src]

type SquareMatrix<T, const N: usize> = Matrix<T, { N }, { N }>;

Implementations

impl<T: Scalar + Zero + One + ClosedOps, const M: usize> SquareMatrix<T, { M }>[src]

pub fn mul_identity() -> Self[src]

pub fn determinant(&self) -> T[src]

Trait Implementations