| Interface | Description |
|---|---|
| BooleanDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to booleans. |
| ByteDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to bytes. |
| DataLayout<S extends DataBuffer<?>,T> |
Converts data stored in a buffer to a given type.
|
| DoubleDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to doubles. |
| FloatDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to floats. |
| IntDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to ints. |
| LongDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to longs. |
| ShortDataLayout<S extends DataBuffer<?>> |
A
DataLayout that converts data stored in a buffer to shorts. |
| Class | Description |
|---|---|
| DataLayouts |
Exposes
DataLayout instances of data formats frequently used in linear algebra computation. |
Copyright © 2015–2020. All rights reserved.