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) static <N extends Comparable<N>>
SegmentedArray<N> SegmentedArray.newInstance(BasicArray.BaseFactory<N, ?> segmentFactory, long... structure)