Class PackedTupleArray_F64

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

public class PackedTupleArray_F64 extends Object implements PackedTupleArray<TupleDesc_F64>
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.