Uses of Class
org.ojalgo.array.SegmentedArray
Packages that use SegmentedArray
-
Uses of SegmentedArray in org.ojalgo.array
Methods in org.ojalgo.array that return SegmentedArrayModifier and TypeMethodDescription(package private) SegmentedArray
<N> SegmentedArray.grow()
Will either grow the last segment to be the same size as all the others, or add another segment (with the same size).(package private) SegmentedArray
<N> ArrayFactory.makeSegmented
(long... structure) (package private) SegmentedArray
<Double> BufferArray.MappedFileFactory.makeSegmented
(long... structure) (package private) final SegmentedArray
<N> ArrayFactory.wrapAsSegments
(BasicArray<N>... segments) There are several requirements on the segments: All segments, except possibly the last, must have the same length/size/count. That size must be a power of 2. The size of the last segment must be invalid input: '<'= "the segment size".