| Safe Haskell | Safe |
|---|---|
| Language | Haskell98 |
Numeric.Algebra.Distinguished.Class
Documentation
class Distinguished t where #
Minimal complete definition
Instances
| Distinguished TrigBasis # | |
| Distinguished QuaternionBasis' # | |
| Distinguished DualBasis' # | |
| Distinguished QuaternionBasis # | |
| Distinguished DualBasis # | |
| Distinguished ComplexBasis # | |
| Rig r => Distinguished (Trig r) # | |
| Rig r => Distinguished (Quaternion' r) # | |
| Rig r => Distinguished (Dual' r) # | |
| Rig r => Distinguished (Quaternion r) # | |
| Rig r => Distinguished (Dual r) # | |
| Rig r => Distinguished (Complex r) # | |
| Rig r => Distinguished (TrigBasis -> r) # | |
| Rig r => Distinguished (QuaternionBasis' -> r) # | |
| Rig r => Distinguished (DualBasis' -> r) # | |
| Rig r => Distinguished (QuaternionBasis -> r) # | |
| Rig r => Distinguished (DualBasis -> r) # | |
| Rig r => Distinguished (ComplexBasis -> r) # | |
| Distinguished a => Distinguished (Covector r a) # | |