Uses of Package
org.bytedeco.javacpp.indexer

Package
Description
Contains classes for multidimensional access of arrays and buffers.
  • Class
    Description
    Abstract indexer for the short primitive type, treated as bfloat16.
    Abstract indexer for the boolean primitive type.
    Abstract indexer for the byte primitive type.
    Abstract indexer for the char primitive type.
    Abstract indexer for the double primitive type.
    Abstract indexer for the float primitive type.
    Abstract indexer for the short primitive type, treated as half-precision float.
    Provides an interface for classes that compute a linear index from given array sizes.
    An interface implemented to let users access data classes via an Indexer.
    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.
    Abstract indexer for the int primitive type.
    Abstract indexer for the long primitive type.
    The raw memory interface supporting long indexing.
    Abstract indexer for the short primitive type.
    An Index that computes a linear index from given array sizes and strides.
    Abstract indexer for the byte primitive type, treated as unsigned.
    Abstract indexer for the int primitive type, treated as unsigned.
    Abstract indexer for the long primitive type, treated as unsigned.
    The raw memory interface based on Unsafe.
    Abstract indexer for the short primitive type, treated as unsigned.