Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Address = Address Int
- data SparseAddress = SparseAddress {
- outerIndex :: !Int
- innerIndex :: !Int
Documentation
Address
is the type used for addressing into the underlying memory buffers
of numerical arrays, Used for Dense Rank n arrays, and 1dim sparse arrays.
Instances
data SparseAddress Source #
this m newtype LogicalExtent sparse address seems to be dead atm
SparseAddress | |
|