Class PackedTupleBigArray_F32

java.lang.Object
boofcv.struct.feature.PackedTupleBigArray_F32
All Implemented Interfaces:
PackedTupleArray<TupleDesc_F32>, PackedArray<TupleDesc_F32>, LArrayAccessor<TupleDesc_F32>

@Generated("boofcv.struct.feature.PackedTupleBigArray_F64") public class PackedTupleBigArray_F32 extends Object implements PackedTupleArray<TupleDesc_F32>
Stores a set of tuples in a single continuous array. This is intended to make storage of a large number of tuples more memory efficient by removing all the packaging that Java adds to a class. The memory is also continuous, opening the possibility of further optimizations.