Trait alga::linear::InversibleSquareMatrix
source · pub trait InversibleSquareMatrix: SquareMatrix + MultiplicativeGroup { }
Expand description
The group of inversible matrix. Commonly known as the General Linear group GL(n)
by
algebraists.
Object Safety§
This trait is not object safe.