Uses of Interface
org.ojalgo.type.keyvalue.EntryPair
-
Packages that use EntryPair Package Description org.ojalgo.data.domain.finance.series org.ojalgo.optimisation org.ojalgo.optimisation.convex org.ojalgo.optimisation.linear org.ojalgo.series org.ojalgo.type.keyvalue -
-
Uses of EntryPair in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement EntryPair Modifier and Type Class Description static class
AlphaVantageParser.Data
class
DatePrice
(package private) static class
DatePrice.DefaultDP
static class
IEXTradingParser.Data
static class
YahooParser.Data
-
Uses of EntryPair in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as EntryPair Modifier and Type Field Description private EntryPair<ModelEntity<?>,Optimisation.ConstraintType>[]
ConstraintsMetaData. myDefinitions
Fields in org.ojalgo.optimisation with type parameters of type EntryPair Modifier and Type Field Description private java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>
Optimisation.Result. myMatchedMultipliers
Methods in org.ojalgo.optimisation that return EntryPair Modifier and Type Method Description EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ExpressionsBasedModel.EntityMap. getConstraint(int idc)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ConstraintsMetaData. getEntry(int i)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
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 EntryPair Modifier and Type Method Description java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>
Optimisation.Result. getMatchedMultipliers()
The dual variables or Lagrange multipliers, matched to their respective constraints (model entity and constraint type pairs).java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>
ConstraintsMetaData. match(Access1D<?> multipliers)
Method parameters in org.ojalgo.optimisation with type arguments of type EntryPair Modifier and Type Method Description (package private) Optimisation.Result
Optimisation.Result. multipliers(java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>> matchedMultipliers)
Constructors in org.ojalgo.optimisation with parameters of type EntryPair Constructor Description 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 Modifier and Type Method Description EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ConvexData. getConstraint(int idc)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
ConvexData. getSlack(int ids)
-
Uses of EntryPair in org.ojalgo.optimisation.linear
Methods in org.ojalgo.optimisation.linear that return EntryPair Modifier and Type Method Description EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
LinearStructure. getConstraint(int idc)
EntryPair<ModelEntity<?>,Optimisation.ConstraintType>
LinearStructure. getSlack(int ids)
-
Uses of EntryPair in org.ojalgo.series
Method parameters in org.ojalgo.series with type arguments of type EntryPair Modifier and Type Method Description default void
BasicSeries. putAll(java.util.Collection<? extends EntryPair<? extends K,? extends V>> data)
-
Uses of EntryPair in org.ojalgo.type.keyvalue
Subinterfaces of EntryPair in org.ojalgo.type.keyvalue Modifier and Type Interface Description static interface
EntryPair.KeyedPrimitive<K>
Classes in org.ojalgo.type.keyvalue that implement EntryPair Modifier and Type Class Description static class
EntryPair.ObjectByte<K>
static class
EntryPair.ObjectDouble<K>
static class
EntryPair.ObjectFloat<K>
static class
EntryPair.ObjectInt<K>
static class
EntryPair.ObjectLong<K>
static class
EntryPair.ObjectObject<K,V>
static class
EntryPair.ObjectShort<K>
Methods in org.ojalgo.type.keyvalue that return EntryPair Modifier and Type Method Description default <T> EntryPair<EntryPair<K,V>,T>
EntryPair. asKeyTo(T value)
default <T> EntryPair<T,EntryPair<K,V>>
EntryPair. asValueTo(T key)
abstract EntryPair<K,V>
EntrySet. get(int index)
EntryPair<K,PrimitiveNumber>
EntrySet.ObjectByte. get(int index)
EntryPair<K,PrimitiveNumber>
EntrySet.ObjectDouble. get(int index)
EntryPair<K,PrimitiveNumber>
EntrySet.ObjectFloat. get(int index)
EntryPair<K,PrimitiveNumber>
EntrySet.ObjectInt. get(int index)
EntryPair<K,PrimitiveNumber>
EntrySet.ObjectLong. get(int index)
EntryPair<K,V>
EntrySet.ObjectObject. get(int index)
EntryPair<K,PrimitiveNumber>
EntrySet.ObjectShort. get(int index)
EntryPair<K,V>
EntrySet. getPair(int index)
EntryPair<K,V>
IndexedMap. getPair(int index)
EntryPair<K,V>
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 EntryPair Modifier and Type Method Description default 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)
default <T> EntryPair<EntryPair<K,V>,T>
EntryPair. asKeyTo(T value)
default <T> EntryPair<T,EntryPair<K,V>>
EntryPair. asValueTo(T key)
-