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.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 classAlphaVantageParser.DataclassDatePrice(package private) static classDatePrice.DefaultDPstatic classIEXTradingParser.Datastatic classYahooParser.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> ToFileWriter<EntryPair.KeyedPrimitive<T>>ToFileWriter.Builder. buildMapped(java.util.function.Function<F,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)Methods in org.ojalgo.netio with parameters of type EntryPair.KeyedPrimitive Modifier and Type Method Description default voidScoredDualWriter. 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.KeyedPrimitive Modifier and Type Field Description private java.util.List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>,Optimisation.ConstraintType>>>Optimisation.Result. myMatchedMultipliersMethods 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.ResultOptimisation.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. myObservationsprivate java.util.TreeSet<EntryPair.KeyedPrimitive<java.lang.Double>>MultipleValuesBasedProcess. myObservationsMethods 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 voidGaussianField.Covariance. calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations, GaussianField.Mean<K> mean)voidGaussianField.Mean. calibrate(java.util.Collection<EntryPair.KeyedPrimitive<K>> observations)(package private) voidMultipleValuesBasedProcess. 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 doubleBasicSeries. put(EntryPair.KeyedPrimitive<K> entry) -
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 classEntryPair.ObjectByte<K>static classEntryPair.ObjectDouble<K>static classEntryPair.ObjectFloat<K>static classEntryPair.ObjectInt<K>static classEntryPair.ObjectLong<K>static classEntryPair.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)
-