Safe Haskell | None |
---|---|
Language | Haskell98 |
Documentation
Uses the indices of the second shape, but the list of indices is restricted by the size of the first shape.
Instances
(Eq sh0, Eq sh1) => Eq (Min sh0 sh1) Source # | |
(Show sh0, Show sh1) => Show (Min sh0 sh1) Source # | |
(C sh0, C sh1) => C (Min sh0 sh1) Source # | |
Defined in Numeric.LAPACK.Shape | |
(C sh0, Indexed sh1) => Indexed (Min sh0 sh1) Source # | |
Defined in Numeric.LAPACK.Shape indices :: Min sh0 sh1 -> [Index (Min sh0 sh1)] # offset :: Min sh0 sh1 -> Index (Min sh0 sh1) -> Int # uncheckedOffset :: Min sh0 sh1 -> Index (Min sh0 sh1) -> Int # inBounds :: Min sh0 sh1 -> Index (Min sh0 sh1) -> Bool # sizeOffset :: Min sh0 sh1 -> (Int, Index (Min sh0 sh1) -> Int) # uncheckedSizeOffset :: Min sh0 sh1 -> (Int, Index (Min sh0 sh1) -> Int) # | |
(C sh0, InvIndexed sh1) => InvIndexed (Min sh0 sh1) Source # | |
Defined in Numeric.LAPACK.Shape | |
type Index (Min sh0 sh1) Source # | |
Defined in Numeric.LAPACK.Shape |