Trait alga::linear::InversibleSquareMatrix[][src]

pub trait InversibleSquareMatrix: SquareMatrix + MultiplicativeGroup { }

The group of inversible matrix. Commonly known as the General Linear group GL(n) by algebraists.

Implementors