Uses of Class
org.ojalgo.array.SegmentedArray
-
Packages that use SegmentedArray Package Description org.ojalgo.array -
-
Uses of SegmentedArray in org.ojalgo.array
Methods in org.ojalgo.array that return SegmentedArray Modifier and Type Method Description (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 java.lang.Comparable<N>>
SegmentedArray<N>SegmentedArray. newInstance(BasicArray.BaseFactory<N,?> segmentFactory, long... structure)
-