Uses of Interface
org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
Packages that use EntryPair.KeyedPrimitive
Package
Description
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement EntryPair.KeyedPrimitiveModifier and TypeClassDescriptionstatic final class
class
(package private) static final class
static final class
static final class
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type EntryPair.KeyedPrimitiveModifier and TypeFieldDescriptionprivate final Set
<EntryPair.KeyedPrimitive<Comparable<?>>> SparseStore.Builder.myElements
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.netio
Methods in org.ojalgo.netio that return types with arguments of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescription<T> ToFileWriter
<EntryPair.KeyedPrimitive<T>> ToFileWriter.Builder.buildMapped
(Function<F, ToFileWriter<T>> factory) ShardedFile.filesWithShardIndex()
static <T> DataInterpreter
<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>> DataInterpreter.newScoredDual
(DataInterpreter<T> keyInterpreter) Methods in org.ojalgo.netio with parameters of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescriptiondefault void
ScoredDualWriter.write
(EntryPair.KeyedPrimitive<KeyValue.Dual<T>> item) -
Uses of EntryPair.KeyedPrimitive in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation with type parameters of type EntryPair.KeyedPrimitiveMethods in org.ojalgo.optimisation that return types with arguments of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescriptionOptimisation.Result.getMatchedMultipliers()
The dual variables or Lagrange multipliers, matched to their respective constraints (model entity and constraint type pairs).Method parameters in org.ojalgo.optimisation with type arguments of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescription(package private) Optimisation.Result
Optimisation.Result.multipliers
(List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>> matchedMultipliers) -
Uses of EntryPair.KeyedPrimitive in org.ojalgo.random.process
Fields in org.ojalgo.random.process with type parameters of type EntryPair.KeyedPrimitiveModifier and TypeFieldDescriptionprivate TreeSet
<EntryPair.KeyedPrimitive<K>> GaussianField.myObservations
private final TreeSet
<EntryPair.KeyedPrimitive<Double>> MultipleValuesBasedProcess.myObservations
Methods in org.ojalgo.random.process that return types with arguments of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescription(package private) List
<EntryPair.KeyedPrimitive<K>> GaussianField.getObservations()
(package private) TreeSet
<EntryPair.KeyedPrimitive<Double>> MultipleValuesBasedProcess.getObservations()
Method parameters in org.ojalgo.random.process with type arguments of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescriptionvoid
GaussianField.Covariance.calibrate
(Collection<EntryPair.KeyedPrimitive<K>> observations, GaussianField.Mean<K> mean) void
GaussianField.Mean.calibrate
(Collection<EntryPair.KeyedPrimitive<K>> observations) (package private) final void
MultipleValuesBasedProcess.setObservations
(Collection<? extends EntryPair.KeyedPrimitive<Double>> c) Constructor parameters in org.ojalgo.random.process with type arguments of type EntryPair.KeyedPrimitiveModifierConstructorDescription(package private)
GaussianField
(GaussianField.Covariance<K> covarFunc, TreeSet<EntryPair.KeyedPrimitive<K>> observations) (package private)
GaussianField
(GaussianField.Mean<K> meanFunc, GaussianField.Covariance<K> covarFunc, TreeSet<EntryPair.KeyedPrimitive<K>> observations) -
Uses of EntryPair.KeyedPrimitive in org.ojalgo.series
Methods in org.ojalgo.series with parameters of type EntryPair.KeyedPrimitiveModifier and TypeMethodDescriptiondefault double
BasicSeries.put
(EntryPair.KeyedPrimitive<K> entry) -
Uses of EntryPair.KeyedPrimitive in org.ojalgo.type.keyvalue
Classes in org.ojalgo.type.keyvalue that implement EntryPair.KeyedPrimitiveModifier and TypeClassDescriptionstatic final class
static final class
static final class
static final class
static final class
static final class
Methods in org.ojalgo.type.keyvalue that return EntryPair.KeyedPrimitiveModifier and TypeMethodDescriptiondefault EntryPair.KeyedPrimitive
<EntryPair<K, V>> EntryPair.asKeyTo
(byte value) default EntryPair.KeyedPrimitive
<EntryPair<K, V>> EntryPair.asKeyTo
(double value) default EntryPair.KeyedPrimitive
<EntryPair<K, V>> EntryPair.asKeyTo
(float value) default EntryPair.KeyedPrimitive
<EntryPair<K, V>> EntryPair.asKeyTo
(int value) default EntryPair.KeyedPrimitive
<EntryPair<K, V>> EntryPair.asKeyTo
(long value) default EntryPair.KeyedPrimitive
<EntryPair<K, V>> EntryPair.asKeyTo
(short value) static <K> EntryPair.KeyedPrimitive
<K> EntryPair.of
(K key, byte value) static <K> EntryPair.KeyedPrimitive
<K> EntryPair.of
(K key, double value) static <K> EntryPair.KeyedPrimitive
<K> EntryPair.of
(K key, float value) static <K> EntryPair.KeyedPrimitive
<K> EntryPair.of
(K key, int value) static <K> EntryPair.KeyedPrimitive
<K> EntryPair.of
(K key, long value) static <K> EntryPair.KeyedPrimitive
<K> EntryPair.of
(K key, short value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, byte value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, double value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, float value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, int value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, long value) static <K> EntryPair.KeyedPrimitive
<KeyValue.Dual<K>> EntryPair.of
(K key1, K key2, short value)