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 theshortprimitive type, treated as bfloat16.An indexer for aShortPointerusing theRawinstance, treated as bfloat16.An indexer for aboolean[]array.An indexer for aByteBufferasbooleanvalues.Abstract indexer for thebooleanprimitive type.An indexer for aBooleanPointerusing theRawinstance.An indexer for abyte[]array.An indexer for aByteBuffer.Abstract indexer for thebyteprimitive type.An indexer for aBytePointerusing theRawinstance.An indexer for achar[]array.An indexer for aCharBuffer.Abstract indexer for thecharprimitive type.An indexer for aCharPointerusing theRawinstance.An indexer for adouble[]array.An indexer for aDoubleBuffer.Abstract indexer for thedoubleprimitive type.An indexer for aDoublePointerusing theRawinstance.An indexer for afloat[]array.An indexer for aFloatBuffer.Abstract indexer for thefloatprimitive type.An indexer for aFloatPointerusing theRawinstance.An indexer for ashort[]array, treated as half-precision float.An indexer for aShortBuffer, treated as half-precision float.Abstract indexer for theshortprimitive type, treated as half-precision float.An indexer for aShortPointerusing theRawinstance, 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 theintprimitive type.An indexer for anIntPointerusing theRawinstance.An indexer for along[]array.An indexer for aLongBuffer.Abstract indexer for thelongprimitive type.An indexer for aLongPointerusing theRawinstance.An Index that supports only one size (a single dimension).An indexer for ashort[]array.An indexer for aShortBuffer.Abstract indexer for theshortprimitive type.An indexer for aShortPointerusing theRawinstance.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 thebyteprimitive type, treated as unsigned.An indexer for aBytePointerusing theRawinstance, treated as unsigned.An indexer for aint[]array, treated as unsigned.An indexer for aIntBuffer, treated as unsigned.Abstract indexer for theintprimitive type, treated as unsigned.An indexer for aIntPointerusing theRawinstance, treated as unsigned.An indexer for along[]array, treated as unsigned.An indexer for aLongBuffer, treated as unsigned.Abstract indexer for thelongprimitive type, treated as unsigned.An indexer for aLongPointerusing theRawinstance, treated as unsigned.An indexer for ashort[]array, treated as unsigned.An indexer for aShortBuffer, treated as unsigned.Abstract indexer for theshortprimitive type, treated as unsigned.An indexer for aShortPointerusing theRawinstance, treated as unsigned.