Eq (Format Direct Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Data (Shape n Int), Typeable n, Typeable rep) => Data (Format Column Strided n rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Data (Shape n Int), Typeable n, Typeable rep) => Data (Format Column InnerContiguous n rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Data rep => Data (Format Direct Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Show (BufferPure rep Int) => Show (Format DirectSparse Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Show (ContiguousCompressedSparseMatrix rep) => Show (Format CompressedSparseColumn Contiguous (S (S Z)) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Show (InnerContiguousCompressedSparseMatrix rep) => Show (Format CompressedSparseColumn InnerContiguous (S (S Z)) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Show (ContiguousCompressedSparseMatrix rep) => Show (Format CompressedSparseRow Contiguous (S (S Z)) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Show (InnerContiguousCompressedSparseMatrix rep) => Show (Format CompressedSparseRow InnerContiguous (S (S Z)) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Show (Shape n Int) => Show (Format Column Strided n rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Show (Shape n Int) => Show (Format Column InnerContiguous n rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Show (Format Direct Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Foldable (Shape rank), Traversable (Shape rank)) => DenseLayout (Format Column Contiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Foldable (Shape rank), Traversable (Shape rank)) => DenseLayout (Format Column Strided rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Foldable (Shape rank), Traversable (Shape rank)) => DenseLayout (Format Column InnerContiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Foldable (Shape rank), Traversable (Shape rank)) => DenseLayout (Format Row Contiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Foldable (Shape rank), Traversable (Shape rank)) => DenseLayout (Format Row Strided rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Foldable (Shape rank), Traversable (Shape rank)) => DenseLayout (Format Row InnerContiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Traversable (Shape rank)) => Layout (Format Column Contiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Traversable (Shape rank)) => Layout (Format Column Strided rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Traversable (Shape rank)) => Layout (Format Column InnerContiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Traversable (Shape rank)) => Layout (Format Row Contiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Traversable (Shape rank)) => Layout (Format Row Strided rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Applicative (Shape rank), Traversable (Shape rank)) => Layout (Format Row InnerContiguous rank rep) rank Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
(Foldable (Shape r), Traversable (Shape r), Applicative (Shape r)) => LayoutBuilder (Format Column Contiguous r rep) r Source # | |
Instance detailsDefined in Numerical.Array.Layout.Builder |
(Foldable (Shape r), Traversable (Shape r), Applicative (Shape r)) => LayoutBuilder (Format Row Contiguous r rep) r Source # | |
Instance detailsDefined in Numerical.Array.Layout.Builder |
DenseLayout (Format Direct Contiguous (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
DenseLayout (Format Direct Strided (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Vector (BufferPure rep) Int => Layout (Format DirectSparse Contiguous (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Vector (BufferPure rep) Int => Layout (Format CompressedSparseRow Contiguous (S (S Z)) rep) (S (S Z)) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
Layout (Format Direct Contiguous (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Layout (Format Direct Strided (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
Buffer rep Int => LayoutBuilder (Format DirectSparse Contiguous (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Builder |
Buffer rep Int => LayoutBuilder (Format CompressedSparseRow Contiguous (S (S Z)) rep) (S (S Z)) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Builder |
LayoutBuilder (Format Direct Contiguous (S Z) rep) (S Z) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Builder |
data Format Column Contiguous n rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format Column Strided n rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format Column InnerContiguous n rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format Row Contiguous n rep Source # | Format Row Contiguous n is a rank n Array
|
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format Row Strided n rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format Row InnerContiguous n rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format DirectSparse Contiguous (S Z) rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
data Format CompressedSparseColumn Contiguous (S (S Z)) rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
data Format CompressedSparseColumn InnerContiguous (S (S Z)) rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
data Format CompressedSparseRow Contiguous (S (S Z)) rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
data Format CompressedSparseRow InnerContiguous (S (S Z)) rep Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
data Format Direct Contiguous (S Z) rep Source # | Format Direct Contiguous (S Z ) is a 1dim array Layout with unit stride
|
Instance detailsDefined in Numerical.Array.Layout.Dense |
data Format Direct Strided (S Z) rep Source # | Format Direct Strided (S Z ) is a 1dim array Layout with a regular stride >= 1
|
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutLogicalFormat (Format Column cont n rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutLogicalFormat (Format Row cont n rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutLogicalFormat (Format Direct cont (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutLogicalFormat (Format Direct Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutAddress (Format DirectSparse Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
type LayoutAddress (Format CompressedSparseRow Contiguous (S (S Z)) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
type LayoutAddress (Format Column locality rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutAddress (Format Row locality rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutAddress (Format Direct Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type LayoutAddress (Format Direct Strided (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format DirectSparse Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
type Transposed (Format CompressedSparseRow Contiguous (S (S Z)) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Sparse |
type Transposed (Format Column Contiguous rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Column Strided rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Column InnerContiguous rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Row Contiguous rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Row Strided rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Row InnerContiguous rank rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Direct Contiguous (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type Transposed (Format Direct Strided (S Z) rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Dense |
type FormatStorageRep (Format lay ctg rnk rep) Source # | |
Instance detailsDefined in Numerical.Array.Layout.Base |