Uses of Class
org.ojalgo.machine.MemoryEstimator
-
Packages that use MemoryEstimator Package Description org.ojalgo.machine -
-
Uses of MemoryEstimator in org.ojalgo.machine
Methods in org.ojalgo.machine that return MemoryEstimator Modifier and Type Method Description private MemoryEstimatorMemoryEstimator. add(long bytes)MemoryEstimatorMemoryEstimator. add(java.lang.Class<?> type)MemoryEstimatorMemoryEstimator. add(JavaType type)(package private) static MemoryEstimatorMemoryEstimator. make(java.lang.Class<?> type)static MemoryEstimatorMemoryEstimator. makeForClassExtendingObject()static MemoryEstimatorMemoryEstimator. makeForSubclass(MemoryEstimator parentEstimation)Methods in org.ojalgo.machine with parameters of type MemoryEstimator Modifier and Type Method Description static MemoryEstimatorMemoryEstimator. makeForSubclass(MemoryEstimator parentEstimation)
-