Class GeneralLinearGroup<E,F extends Field<E>>
java.lang.Object
dk.jonaslindstrom.ruffini.common.matrices.structures.GeneralLinearGroup<E,F>
- Type Parameters:
E- Element type.F- Field type.
- All Implemented Interfaces:
Group<Matrix<E>>,Monoid<Matrix<E>>,Semigroup<Matrix<E>>,Set<Matrix<E>>
This class represents the general linear group GL(n, F) of invertible n × n matrices over a
field F.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturnstrueif and only if a = b as elements of this set.identity()Return the identity element of this monoid.Return the inverse a-1.Return the result of the product ab in this group.toString()Returns a human-readable string representation of an element in this set.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface dk.jonaslindstrom.ruffini.common.abstractions.Monoid
isIdentity, power
-
Constructor Details
-
GeneralLinearGroup
-
-
Method Details
-
invert
Description copied from interface:GroupReturn the inverse a-1. -
identity
Description copied from interface:MonoidReturn the identity element of this monoid. -
multiply
Description copied from interface:SemigroupReturn the result of the product ab in this group. -
toString
Description copied from interface:SetReturns a human-readable string representation of an element in this set. -
equals
Description copied from interface:SetReturnstrueif and only if a = b as elements of this set. -
toString
-