Uses of Package
org.bytedeco.javacpp.indexer
Packages that use org.bytedeco.javacpp.indexer
Package
Description
Contains classes for multidimensional access of arrays and buffers.
-
Classes in org.bytedeco.javacpp.indexer used by org.bytedeco.javacpp.indexerClassDescriptionAbstract indexer for the
short
primitive type, treated as bfloat16.Abstract indexer for theboolean
primitive type.Abstract indexer for thebyte
primitive type.Abstract indexer for thechar
primitive type.Abstract indexer for thedouble
primitive type.Abstract indexer for thefloat
primitive type.Abstract indexer for theshort
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 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.Abstract indexer for theint
primitive type.Abstract indexer for thelong
primitive type.The raw memory interface supporting long indexing.Abstract indexer for theshort
primitive type.An Index that computes a linear index from given array sizes and strides.Abstract indexer for thebyte
primitive type, treated as unsigned.Abstract indexer for theint
primitive type, treated as unsigned.Abstract indexer for thelong
primitive type, treated as unsigned.The raw memory interface based onUnsafe
.Abstract indexer for theshort
primitive type, treated as unsigned.