Copyright | (c) Felix Springer 2019 |
---|---|
License | BSD3 |
Maintainer | felixspringer149@gmail.com |
Stability | experimental |
Portability | POSIX |
Safe Haskell | Safe |
Language | Haskell2010 |
This is a definition of the SU(3), useful to load into GHCi.
Documentation
Matrix in ℝ^(3⨯3)
Instances
Eq Matrix Source # | |
Show Matrix Source # | |
LieAlgebra Matrix CD Source # | |
Defined in LieExample.SU3 (|+|) :: Matrix -> Matrix -> Matrix Source # (|*|) :: CD -> Matrix -> Matrix Source # (|.|) :: Matrix -> Matrix -> Matrix Source # linearCombination :: [CD] -> Matrix Source # adjunction :: Matrix -> Matrix -> Matrix Source # trace :: (Matrix -> Matrix) -> CD Source # (<|>) :: (Matrix -> Matrix) -> (Matrix -> Matrix) -> CD Source # |