| Division () # | |
Instance detailsDefined in Numeric.Algebra.Division |
| (Rng r, Division r) => Division (RngRing r) # | |
Instance detailsDefined in Numeric.Ring.Rng |
| Division r => Division (Opposite r) # | |
Instance detailsDefined in Numeric.Ring.Opposite |
| Group r => Division (Exp r) # | |
Instance detailsDefined in Numeric.Exp |
| (TriviallyInvolutive r, Ring r, Division r) => Division (Quaternion' r) # | |
Instance detailsDefined in Numeric.Coalgebra.Quaternion |
| (Commutative r, InvolutiveSemiring r, DivisionRing r) => Division (Dual' r) # | |
Instance detailsDefined in Numeric.Coalgebra.Dual |
| (TriviallyInvolutive r, Ring r, Division r) => Division (Quaternion r) # | |
Instance detailsDefined in Numeric.Algebra.Quaternion |
| (Commutative r, InvolutiveSemiring r, DivisionRing r) => Division (Hyper' r) # | |
Instance detailsDefined in Numeric.Algebra.Hyperbolic |
| (Commutative r, InvolutiveSemiring r, DivisionRing r) => Division (Dual r) # | |
Instance detailsDefined in Numeric.Algebra.Dual |
| (Commutative r, InvolutiveSemiring r, DivisionRing r) => Division (Complex r) # | |
Instance detailsDefined in Numeric.Algebra.Complex |
| GCDDomain d => Division (Fraction d) # | |
Instance detailsDefined in Numeric.Field.Fraction |
| (Unital r, DivisionAlgebra r a) => Division (a -> r) # | |
Instance detailsDefined in Numeric.Algebra.Division Methods recip :: (a -> r) -> a -> r # (/) :: (a -> r) -> (a -> r) -> a -> r # (\\) :: (a -> r) -> (a -> r) -> a -> r # (^) :: Integral n => (a -> r) -> n -> a -> r # |
| (Division a, Division b) => Division (a, b) # | |
Instance detailsDefined in Numeric.Algebra.Division Methods recip :: (a, b) -> (a, b) # (/) :: (a, b) -> (a, b) -> (a, b) # (\\) :: (a, b) -> (a, b) -> (a, b) # (^) :: Integral n => (a, b) -> n -> (a, b) # |
| (Division a, Division b, Division c) => Division (a, b, c) # | |
Instance detailsDefined in Numeric.Algebra.Division Methods recip :: (a, b, c) -> (a, b, c) # (/) :: (a, b, c) -> (a, b, c) -> (a, b, c) # (\\) :: (a, b, c) -> (a, b, c) -> (a, b, c) # (^) :: Integral n => (a, b, c) -> n -> (a, b, c) # |
| (Division a, Division b, Division c, Division d) => Division (a, b, c, d) # | |
Instance detailsDefined in Numeric.Algebra.Division Methods recip :: (a, b, c, d) -> (a, b, c, d) # (/) :: (a, b, c, d) -> (a, b, c, d) -> (a, b, c, d) # (\\) :: (a, b, c, d) -> (a, b, c, d) -> (a, b, c, d) # (^) :: Integral n => (a, b, c, d) -> n -> (a, b, c, d) # |
| (Division a, Division b, Division c, Division d, Division e) => Division (a, b, c, d, e) # | |
Instance detailsDefined in Numeric.Algebra.Division Methods recip :: (a, b, c, d, e) -> (a, b, c, d, e) # (/) :: (a, b, c, d, e) -> (a, b, c, d, e) -> (a, b, c, d, e) # (\\) :: (a, b, c, d, e) -> (a, b, c, d, e) -> (a, b, c, d, e) # (^) :: Integral n => (a, b, c, d, e) -> n -> (a, b, c, d, e) # |