smart_arrays_compress library

Classes

CompressedArray1D
Usage of this class: Invoke the static function compress. The compression result is either cArray, or cArrayPos and cArrayNeg, depending on the argument separate of compress. See README.md of this package about when this class should be employed.
CompressedArray2D
Usage of this class: Invoke the constructor. Invoke compress. The compression result is cvalsPos and cvalsNeg. See README.md of this package about when this class should be employed.