| (Commutative k, Group k, InvolutiveSemiring k) => HopfAlgebra k TrigBasis # | |
Instance detailsDefined in Numeric.Coalgebra.Trigonometric |
| (TriviallyInvolutive r, InvolutiveSemiring r, Rng r) => HopfAlgebra r QuaternionBasis' # | |
Instance detailsDefined in Numeric.Coalgebra.Quaternion |
| (Commutative k, Group k, InvolutiveSemiring k) => HopfAlgebra k HyperBasis # | |
Instance detailsDefined in Numeric.Coalgebra.Hyperbolic |
| (InvolutiveSemiring k, Rng k) => HopfAlgebra k DualBasis' # | |
Instance detailsDefined in Numeric.Coalgebra.Dual |
| (TriviallyInvolutive r, InvolutiveSemiring r, Rng r) => HopfAlgebra r QuaternionBasis # | |
Instance detailsDefined in Numeric.Algebra.Quaternion |
| (Commutative k, Group k, InvolutiveSemiring k) => HopfAlgebra k HyperBasis' # | |
Instance detailsDefined in Numeric.Algebra.Hyperbolic |
| (InvolutiveSemiring k, Rng k) => HopfAlgebra k DualBasis # | |
Instance detailsDefined in Numeric.Algebra.Dual |
| (InvolutiveSemiring k, Rng k) => HopfAlgebra k ComplexBasis # | |
Instance detailsDefined in Numeric.Algebra.Complex |
| (HopfAlgebra r a, HopfAlgebra r b) => HopfAlgebra r (a, b) # | |
Instance detailsDefined in Numeric.Algebra.Hopf Methods antipode :: ((a, b) -> r) -> (a, b) -> r # |
| (HopfAlgebra r a, HopfAlgebra r b, HopfAlgebra r c) => HopfAlgebra r (a, b, c) # | |
Instance detailsDefined in Numeric.Algebra.Hopf Methods antipode :: ((a, b, c) -> r) -> (a, b, c) -> r # |
| (HopfAlgebra r a, HopfAlgebra r b, HopfAlgebra r c, HopfAlgebra r d) => HopfAlgebra r (a, b, c, d) # | |
Instance detailsDefined in Numeric.Algebra.Hopf Methods antipode :: ((a, b, c, d) -> r) -> (a, b, c, d) -> r # |
| (HopfAlgebra r a, HopfAlgebra r b, HopfAlgebra r c, HopfAlgebra r d, HopfAlgebra r e) => HopfAlgebra r (a, b, c, d, e) # | |
Instance detailsDefined in Numeric.Algebra.Hopf Methods antipode :: ((a, b, c, d, e) -> r) -> (a, b, c, d, e) -> r # |