Uses of Package
org.ojalgo.type.function
-
Packages that use org.ojalgo.type.function Package Description org.ojalgo.concurrent org.ojalgo.data.batch org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.random org.ojalgo.type.function -
Classes in org.ojalgo.type.function used by org.ojalgo.concurrent Class Description TwoStepMapper ATwoStepMapper
is a mapper/reducer that is used in 2 steps –TwoStepMapper.consume(Object)
andTwoStepMapper.getResults()
.TwoStepMapper.Combineable Enables combining the state of multiple instances.TwoStepMapper.Mergeable Enables merging the results from multiple instances. -
Classes in org.ojalgo.type.function used by org.ojalgo.data.batch Class Description TwoStepMapper ATwoStepMapper
is a mapper/reducer that is used in 2 steps –TwoStepMapper.consume(Object)
andTwoStepMapper.getResults()
.TwoStepMapper.Combineable Enables combining the state of multiple instances.TwoStepMapper.Mergeable Enables merging the results from multiple instances. -
Classes in org.ojalgo.type.function used by org.ojalgo.netio Class Description OperatorWithException -
Classes in org.ojalgo.type.function used by org.ojalgo.random Class Description TwoStepMapper ATwoStepMapper
is a mapper/reducer that is used in 2 steps –TwoStepMapper.consume(Object)
andTwoStepMapper.getResults()
.TwoStepMapper.Combineable Enables combining the state of multiple instances. -
Classes in org.ojalgo.type.function used by org.ojalgo.type.function Class Description TwoStepMapper ATwoStepMapper
is a mapper/reducer that is used in 2 steps –TwoStepMapper.consume(Object)
andTwoStepMapper.getResults()
.TwoStepMapper.Combineable Enables combining the state of multiple instances.TwoStepMapper.KeyCounter A frequency counter that optionally filters some elements when merging subresults.TwoStepMapper.Mergeable Enables merging the results from multiple instances.TwoStepMapper.SimpleCache Will calculate the function value for each input item, and cache the result.