Uses of Interface
org.ojalgo.type.keyvalue.EntryPair
Packages that use EntryPair
Package
Description
-
Uses of EntryPair in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement EntryPairModifier and TypeClassDescriptionstatic final class
class
(package private) static final class
static final class
static final class
-
Uses of EntryPair in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as EntryPairModifier and TypeFieldDescriptionprivate final EntryPair<ModelEntity<?>,
Optimisation.ConstraintType>[] ConstraintsMetaData.myDefinitions
Fields in org.ojalgo.optimisation with type parameters of type EntryPairMethods in org.ojalgo.optimisation that return EntryPairModifier and TypeMethodDescriptionExpressionsBasedModel.EntityMap.getConstraint
(int idc) ConstraintsMetaData.getEntry
(int i) ExpressionsBasedModel.EntityMap.getSlack
(int ids) Returns which model entity, and constraint type, that corresponds to the slack variable at the supplied index.Methods in org.ojalgo.optimisation that return types with arguments of type EntryPairModifier 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 EntryPairModifier and TypeMethodDescription(package private) Optimisation.Result
Optimisation.Result.multipliers
(List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>> matchedMultipliers) Constructors in org.ojalgo.optimisation with parameters of type EntryPairModifierConstructorDescriptionprivate
ConstraintsMetaData
(EntryPair<ModelEntity<?>, Optimisation.ConstraintType>[] defs, boolean[] negs) -
Uses of EntryPair in org.ojalgo.optimisation.convex
Methods in org.ojalgo.optimisation.convex that return EntryPair -
Uses of EntryPair in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear that return EntryPairModifier and TypeMethodDescriptionLinearStructure.getConstraint
(int idc) LinearStructure.getSlack
(int ids) -
Uses of EntryPair in org.ojalgo.series
Method parameters in org.ojalgo.series with type arguments of type EntryPairModifier and TypeMethodDescriptiondefault void
BasicSeries.putAll
(Collection<? extends EntryPair<? extends K, ? extends V>> data) -
Uses of EntryPair in org.ojalgo.type.keyvalue
Subinterfaces of EntryPair in org.ojalgo.type.keyvalueClasses in org.ojalgo.type.keyvalue that implement EntryPairModifier and TypeClassDescriptionstatic final class
static 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 EntryPairModifier and TypeMethodDescriptionEntryPair.asKeyTo
(T value) EntryPair.asValueTo
(T key) EntrySet.get
(int index) EntrySet.ObjectByte.get
(int index) EntrySet.ObjectDouble.get
(int index) EntrySet.ObjectFloat.get
(int index) EntrySet.ObjectInt.get
(int index) EntrySet.ObjectLong.get
(int index) EntrySet.ObjectObject.get
(int index) EntrySet.ObjectShort.get
(int index) EntrySet.getPair
(int index) IndexedMap.getPair
(int index) Paired.getPair
(int index) static <K,
V> EntryPair <KeyValue.Dual<K>, V> EntryPair.of
(K key1, K key2, V value) static <K,
V> EntryPair <K, V> EntryPair.of
(K key, V value) Methods in org.ojalgo.type.keyvalue that return types with arguments of type EntryPairModifier 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) EntryPair.asKeyTo
(T value) EntryPair.asValueTo
(T key)