Safe Haskell | None |
---|
Documentation
class C shape => Box shape whereSource
C size => Box (Hermitian size) | |
(Natural off, C size) => Box (BandedHermitian off size) | |
(Content lo, TriDiag diag, Content up, C size) => Box (Triangular lo diag up size) | |
(C vert, C horiz, C height, C width) => Box (Full vert horiz height width) | |
(Eq lower, C vert, C horiz, C height, C width) => Box (Split lower vert horiz height width) | |
(Natural sub, Natural super, C vert, C horiz, C height, C width) => Box (Banded sub super vert horiz height width) |