Uses of Interface
org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
-
Packages that use EntryPair.KeyedPrimitive Package Description org.ojalgo.data.domain.finance.series org.ojalgo.matrix.store org.ojalgo.netio This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*org.ojalgo.optimisation org.ojalgo.random.process org.ojalgo.series org.ojalgo.type.function org.ojalgo.type.keyvalue -
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.data.domain.finance.series
Classes in org.ojalgo.data.domain.finance.series that implement EntryPair.KeyedPrimitive 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.KeyedPrimitive in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type EntryPair.KeyedPrimitive Modifier and Type Field Description private java.util.Set<EntryPair.KeyedPrimitive<java.lang.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.KeyedPrimitive Modifier and Type Method Description <T> AutoConsumer<EntryPair.KeyedPrimitive<T>>
ToFileWriter.Builder. buildMapped(java.util.function.Function<java.io.File,ToFileWriter<T>> factory)
java.util.List<EntryPair.KeyedPrimitive<java.io.File>>
ShardedFile. filesWithShardIndex()
static <T> DataInterpreter<EntryPair.KeyedPrimitive<KeyValue.Dual<T>>>
DataInterpreter. newScoredDual(DataInterpreter<T> keyInterpreter)
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation with type parameters of type EntryPair.KeyedPrimitive 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 types with arguments of type EntryPair.KeyedPrimitive 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.KeyedPrimitive Modifier and Type Method Description (package private) Optimisation.Result
Optimisation.Result. multipliers(java.util.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.KeyedPrimitive Modifier and Type Field Description private java.util.TreeSet<EntryPair.KeyedPrimitive<K>>
GaussianField. myObservations
private java.util.TreeSet<EntryPair.KeyedPrimitive<java.lang.Double>>
MultipleValuesBasedProcess. myObservations
Methods in org.ojalgo.random.process that return types with arguments of type EntryPair.KeyedPrimitive Modifier and Type Method Description (package private) java.util.List<EntryPair.KeyedPrimitive<K>>
GaussianField. getObservations()
(package private) java.util.TreeSet<EntryPair.KeyedPrimitive<java.lang.Double>>
MultipleValuesBasedProcess. getObservations()
Method parameters in org.ojalgo.random.process with type arguments of type EntryPair.KeyedPrimitive Modifier and Type Method Description void
GaussianField.Covariance. calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations, GaussianField.Mean<K> mean)
void
GaussianField.Mean. calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations)
(package private) void
MultipleValuesBasedProcess. setObservations(java.util.Collection<? extends EntryPair.KeyedPrimitive<java.lang.Double>> c)
Constructor parameters in org.ojalgo.random.process with type arguments of type EntryPair.KeyedPrimitive Constructor Description GaussianField(GaussianField.Covariance<K> covarFunc, java.util.TreeSet<EntryPair.KeyedPrimitive<K>> observations)
GaussianField(GaussianField.Mean<K> meanFunc, GaussianField.Covariance<K> covarFunc, java.util.TreeSet<EntryPair.KeyedPrimitive<K>> observations)
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.series
Methods in org.ojalgo.series with parameters of type EntryPair.KeyedPrimitive Modifier and Type Method Description default double
BasicSeries. put(EntryPair.KeyedPrimitive<K> entry)
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.type.function
Methods in org.ojalgo.type.function with parameters of type EntryPair.KeyedPrimitive Modifier and Type Method Description default void
ScoredDualConsumer. write(EntryPair.KeyedPrimitive<KeyValue.Dual<T>> item)
-
Uses of EntryPair.KeyedPrimitive in org.ojalgo.type.keyvalue
Classes in org.ojalgo.type.keyvalue that implement EntryPair.KeyedPrimitive 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.ObjectShort<K>
Methods in org.ojalgo.type.keyvalue that return EntryPair.KeyedPrimitive 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)
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)
-