| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Numeric.Coalgebra.Hyperbolic
Documentation
class Hyperbolic r where #
Instances
| Hyperbolic HyperBasis # | |
| Hyperbolic HyperBasis' # | |
| Rig r => Hyperbolic (Hyper r) # | |
| Rig r => Hyperbolic (Hyper' r) # | |
| Rig r => Hyperbolic (HyperBasis -> r) # | |
| Rig r => Hyperbolic (HyperBasis' -> r) # | |
| Hyperbolic a => Hyperbolic (Covector r a) # | |
data HyperBasis #
Instances
| Bounded HyperBasis # | |
| Enum HyperBasis # | |
| Eq HyperBasis # | |
| Data HyperBasis # | |
| Ord HyperBasis # | |
| Read HyperBasis # | |
| Show HyperBasis # | |
| Ix HyperBasis # | |
| Hyperbolic HyperBasis # | |
| MonadReader HyperBasis Hyper # | |
| (Commutative k, Semiring k) => Coalgebra k HyperBasis # | the hyperbolic trigonometric coalgebra |
| Semiring k => Algebra k HyperBasis # | the trivial diagonal algebra |
| (Commutative k, Semiring k) => Bialgebra k HyperBasis # | |
| (Commutative k, Semiring k) => CounitalCoalgebra k HyperBasis # | |
| Semiring k => UnitalAlgebra k HyperBasis # | |
| (Commutative k, Group k, InvolutiveSemiring k) => HopfAlgebra k HyperBasis # | |
| (Commutative k, Group k, InvolutiveSemiring k) => InvolutiveCoalgebra k HyperBasis # | |
| (Commutative k, Group k, InvolutiveSemiring k) => InvolutiveAlgebra k HyperBasis # | |
| Rig r => Hyperbolic (HyperBasis -> r) # | |
Constructors
| Hyper a a |
Instances