| Class | Description |
|---|---|
| Benchmark |
Benchmarks.
|
| ByteLargeArray |
An array of signed bytes [-128, 127] that can store up to 263 elements.
|
| ComplexDoubleLargeArray |
An array of complex numbers (double precision) that can store up to 263 elements.
|
| ComplexFloatLargeArray |
An array of complex numbers (double precision) that can store up to 263 elements.
|
| ConcurrencyUtils |
Concurrency utilities.
|
| DoubleLargeArray |
An array of doubles that can store up to 263 elements.
|
| FloatLargeArray |
An array of floats that can store up to 263 elements.
|
| IntLargeArray |
An array of ints that can store up to 263 elements.
|
| LargeArray |
The base class for all large arrays.
|
| LargeArray.Deallocator |
Memory deallocator.
|
| LargeArrayArithmetics |
Arithmetical operations on LargeArrays.
|
| LargeArrayStatistics |
Statistical operations on LargeArrays.
|
| LargeArrayUtils |
LargeArray utilities.
|
| LogicLargeArray |
An array of bits (0 and 1) that can store up to 263 elements.
|
| LongLargeArray |
An array of longs that can store up to 263 elements.
|
| MemoryCounter |
Utility for counting the amount of memory used by large arrays.
|
| ObjectLargeArray |
An array of objects that can store up to 263 elements.
|
| ShortLargeArray |
An array of shorts that can store up to 263 elements.
|
| StringLargeArray |
An array of strings that can store up to 263 elements.
|
| UnsignedByteLargeArray |
An array of unsigned bytes [0, 255] that can store up to 263 elements.
|
| Enum | Description |
|---|---|
| LargeArrayType |
Supported types of large arrays.
|
Copyright © 2015. All rights reserved.