algebra-4.3.1: Constructive abstract algebra

Safe HaskellSafe
LanguageHaskell98

Numeric.Band.Class

Synopsis

Documentation

class Multiplicative r => Band r #

An multiplicative semigroup with idempotent multiplication.

a * a = a
Instances
Band Bool # 
Instance details

Defined in Numeric.Algebra.Idempotent

Band () # 
Instance details

Defined in Numeric.Algebra.Idempotent

Band r => Band (Opposite r) # 
Instance details

Defined in Numeric.Ring.Opposite

Idempotent r => Band (Exp r) # 
Instance details

Defined in Numeric.Exp

(Band a, Band b) => Band (a, b) # 
Instance details

Defined in Numeric.Algebra.Idempotent

Band (Rect i j) # 
Instance details

Defined in Numeric.Band.Rectangular

(Idempotent r, IdempotentCoalgebra r a) => Band (Covector r a) # 
Instance details

Defined in Numeric.Covector

(Band a, Band b, Band c) => Band (a, b, c) # 
Instance details

Defined in Numeric.Algebra.Idempotent

(Band a, Band b, Band c, Band d) => Band (a, b, c, d) # 
Instance details

Defined in Numeric.Algebra.Idempotent

(Band a, Band b, Band c, Band d, Band e) => Band (a, b, c, d, e) # 
Instance details

Defined in Numeric.Algebra.Idempotent

pow1pBand :: r -> Natural -> r #

powBand :: Unital r => r -> Natural -> r #