Package org.bytedeco.javacpp.indexer
@Export
package org.bytedeco.javacpp.indexer
Contains classes for multidimensional access of arrays and buffers.
-
ClassDescriptionAn indexer for a
short[]
array, treated as bfloat16.An indexer for aShortBuffer
, treated as bfloat16.Abstract indexer for theshort
primitive type, treated as bfloat16.An indexer for aShortPointer
using theRaw
instance, treated as bfloat16.An indexer for aboolean[]
array.An indexer for aByteBuffer
asboolean
values.Abstract indexer for theboolean
primitive type.An indexer for aBooleanPointer
using theRaw
instance.An indexer for abyte[]
array.An indexer for aByteBuffer
.Abstract indexer for thebyte
primitive type.An indexer for aBytePointer
using theRaw
instance.An indexer for achar[]
array.An indexer for aCharBuffer
.Abstract indexer for thechar
primitive type.An indexer for aCharPointer
using theRaw
instance.An indexer for adouble[]
array.An indexer for aDoubleBuffer
.Abstract indexer for thedouble
primitive type.An indexer for aDoublePointer
using theRaw
instance.An indexer for afloat[]
array.An indexer for aFloatBuffer
.Abstract indexer for thefloat
primitive type.An indexer for aFloatPointer
using theRaw
instance.An indexer for ashort[]
array, treated as half-precision float.An indexer for aShortBuffer
, treated as half-precision float.Abstract indexer for theshort
primitive type, treated as half-precision float.An indexer for aShortPointer
using theRaw
instance, treated as half-precision float.A hyperslab is a rectangular pattern defined by four arrays.Provides an interface for classes that compute a linear index from given array sizes.An interface implemented to let users access data classes via anIndexer
.Top-level class of all data indexers, providing easy-to-use and efficient multidimensional access to primitive arrays, NIO buffers, and the raw memory interface.An indexer for anint[]
array.An indexer for anIntBuffer
.Abstract indexer for theint
primitive type.An indexer for anIntPointer
using theRaw
instance.An indexer for along[]
array.An indexer for aLongBuffer
.Abstract indexer for thelong
primitive type.An indexer for aLongPointer
using theRaw
instance.An Index that supports only one size (a single dimension).The raw memory interface supporting long indexing.A raw memory interface based onUnsafeRaw
that swaps the bytes.An indexer for ashort[]
array.An indexer for aShortBuffer
.Abstract indexer for theshort
primitive type.An indexer for aShortPointer
using theRaw
instance.An Index that computes a linear index from given array sizes and strides.An indexer for abyte[]
array, treated as unsigned.An indexer for aByteBuffer
, treated as unsigned.Abstract indexer for thebyte
primitive type, treated as unsigned.An indexer for aBytePointer
using theRaw
instance, treated as unsigned.An indexer for aint[]
array, treated as unsigned.An indexer for aIntBuffer
, treated as unsigned.Abstract indexer for theint
primitive type, treated as unsigned.An indexer for aIntPointer
using theRaw
instance, treated as unsigned.An indexer for along[]
array, treated as unsigned.An indexer for aLongBuffer
, treated as unsigned.Abstract indexer for thelong
primitive type, treated as unsigned.An indexer for aLongPointer
using theRaw
instance, treated as unsigned.The raw memory interface based onUnsafe
.An indexer for ashort[]
array, treated as unsigned.An indexer for aShortBuffer
, treated as unsigned.Abstract indexer for theshort
primitive type, treated as unsigned.An indexer for aShortPointer
using theRaw
instance, treated as unsigned.