The special unitary group
LieGroups.SpecialUnitaryGroup
— TypeSpecialUnitaryGroup{T}
The special orthogonal group $\mathrm{SO}(n)$ is the Lie group consisting of the MatrixMultiplicationGroupOperation
on the manifold of rotations GeneralUnitaryMatrices
with determinant one.
Constructor
SpecialUnitaryGroup(n::Int; kwargs...)
Generate special unitary group $\mathrm{SO}(n)$. All keyword arguments in kwargs...
are passed on to Rotations
as well.
For this Lie group, several implementations are already covered by the defaults in the generic (matrix) multiplication operation.