A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- a - Variable in class org.ojalgo.optimisation.linear.RevisedStore
-
a(N) in Gurobi presentation - delta – reduced costs
- A - Static variable in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
-
Arbitrary constant
- A_B - org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
-
[A][V]=[B][V][D]
- AARCH64__08 - Static variable in class org.ojalgo.machine.Hardware
-
M1 Pro Mainly modelled after the performance cores since there are more of those.
- AB - org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
-
[A][B][V]=[V][D]
- abandoned() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
-
Node was created, and deferred, but then abandoned and never evaluated (sub/node problem never solved).
- abort(CalendarDateDuration) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Set the
Optimisation.Options.time_abort
to the given duration. - above(long) - Method in class org.ojalgo.matrix.BasicMatrix
- above(long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- above(long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- above(Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- above(Access2D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- above(Access2D<N>...) - Method in class org.ojalgo.matrix.BasicMatrix
- above(Access2D<N>...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- above(S) - Method in interface org.ojalgo.structure.Structure2D.Logical
- above(S...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- AboveBelowStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A merger of two MatrixStore instances by placing one store below the other.
- AboveBelowStore(MatrixStore<N>, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.AboveBelowStore
- abs() - Method in class org.ojalgo.function.BigFunction
- abs() - Method in class org.ojalgo.function.ComplexFunction
- abs() - Method in class org.ojalgo.function.FunctionSet
- abs() - Method in class org.ojalgo.function.PrimitiveFunction
- abs() - Method in class org.ojalgo.function.QuadrupleFunction
- abs() - Method in class org.ojalgo.function.QuaternionFunction
- abs() - Method in class org.ojalgo.function.RationalFunction
- ABS - Static variable in class org.ojalgo.function.constant.BigMath
- ABS - Static variable in class org.ojalgo.function.constant.ComplexMath
- ABS - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ABS - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ABS - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ABS - Static variable in class org.ojalgo.function.constant.RationalMath
- AbstractContinuous - Class in org.ojalgo.random
- AbstractContinuous() - Constructor for class org.ojalgo.random.AbstractContinuous
- AbstractDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- AbstractDecomposition() - Constructor for class org.ojalgo.matrix.decomposition.AbstractDecomposition
- AbstractDeterminator - Class in org.ojalgo.matrix.task
- AbstractDeterminator() - Constructor for class org.ojalgo.matrix.task.AbstractDeterminator
- AbstractDiscrete - Class in org.ojalgo.random
- AbstractDiscrete() - Constructor for class org.ojalgo.random.AbstractDiscrete
- AbstractDistribution1D - Class in org.ojalgo.random
- AbstractDistribution1D(Access2D<?>) - Constructor for class org.ojalgo.random.AbstractDistribution1D
- AbstractInverter - Class in org.ojalgo.matrix.task
- AbstractInverter() - Constructor for class org.ojalgo.matrix.task.AbstractInverter
- AbstractPolynomial<N extends java.lang.Comparable<N>,P extends AbstractPolynomial<N,P>> - Class in org.ojalgo.function.polynomial
- AbstractPolynomial(BasicArray<N>) - Constructor for class org.ojalgo.function.polynomial.AbstractPolynomial
- AbstractProcess<D extends Distribution> - Class in org.ojalgo.random.process
- AbstractProcess() - Constructor for class org.ojalgo.random.process.AbstractProcess
- AbstractScedasticity - Class in org.ojalgo.random.scedasticity
- AbstractScedasticity() - Constructor for class org.ojalgo.random.scedasticity.AbstractScedasticity
- AbstractSolver - Class in org.ojalgo.matrix.task
- AbstractSolver() - Constructor for class org.ojalgo.matrix.task.AbstractSolver
- AbstractStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- AbstractStore() - Constructor for class org.ojalgo.matrix.store.AbstractStore
- AbstractStore(int, int) - Constructor for class org.ojalgo.matrix.store.AbstractStore
- AbstractStore(long, long) - Constructor for class org.ojalgo.matrix.store.AbstractStore
- AbstractStrategy(ExpressionsBasedModel, IntegerStrategy) - Constructor for class org.ojalgo.optimisation.integer.ModelStrategy.AbstractStrategy
- absValue() - Method in enum org.ojalgo.optimisation.Optimisation.State
- ACC - Static variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- ACC - Static variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- accept(double) - Method in interface org.ojalgo.function.VoidFunction
- accept(N) - Method in interface org.ojalgo.function.VoidFunction
- accept(Access1D<?>) - Method in interface org.ojalgo.structure.Mutate1D.Receiver
- accept(Access2D<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- accept(Access2D<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- accept(Access2D<?>) - Method in class org.ojalgo.matrix.store.R032Store
- accept(Access2D<?>) - Method in class org.ojalgo.matrix.store.R064Store
- accept(Access2D<?>) - Method in class org.ojalgo.matrix.store.RawStore
- accept(Access2D<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- accept(Access2D<?>) - Method in interface org.ojalgo.structure.Mutate2D.Receiver
- accept(AccessAnyD<?>) - Method in interface org.ojalgo.structure.MutateAnyD.Receiver
- accept(T, DataOutput) - Method in interface org.ojalgo.netio.DataWriter.Serializer
- Access1D<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
1-dimensional accessor (get) methods.
- Access1D.Aggregatable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
This interface complements Access1D.Visitable but does not extend it.
- Access1D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate1D> - Interface in org.ojalgo.structure
- Access1D.ElementView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Access1D.SelectionView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Access1D.Sliceable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Access1D.Visitable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Access2D<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
2-dimensional accessor methods
- Access2D.Aggregatable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Access2D.Collectable<N extends java.lang.Comparable<N>,R extends Mutate2D> - Interface in org.ojalgo.structure
- Access2D.ColumnView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Access2D.ElementView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Access2D.RowView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Access2D.SelectionView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Access2D.Sliceable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Access2D.Visitable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- AccessAnyD<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
N-dimensional accessor methods
- AccessAnyD.Aggregatable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- AccessAnyD.Collectable<N extends java.lang.Comparable<N>,R extends MutateAnyD> - Interface in org.ojalgo.structure
- AccessAnyD.ElementView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- AccessAnyD.MatrixView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- AccessAnyD.SelectionView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- AccessAnyD.Sliceable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- AccessAnyD.VectorView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- AccessAnyD.Visitable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- accessed - Variable in class org.ojalgo.type.ForgetfulMap.CachedValue
- accessKeys() - Method in class org.ojalgo.series.NumberSeries
- AccessScalar<N> - Interface in org.ojalgo.structure
- AccessSeries - Class in org.ojalgo.series.primitive
- AccessSeries(Access1D<?>) - Constructor for class org.ojalgo.series.primitive.AccessSeries
- accessValues() - Method in class org.ojalgo.series.NumberSeries
- accuracy(NumberContext) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
-
Accuracy/termination context
- ACCURACY - Static variable in class org.ojalgo.data.cluster.GeneralisedKMeans
- ACCURACY - Static variable in class org.ojalgo.function.series.FourierSeries
- ACCURACY - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- ACCURACY - Static variable in class org.ojalgo.optimisation.linear.TableauCutGenerator
- acos() - Method in class org.ojalgo.function.BigFunction
- acos() - Method in class org.ojalgo.function.ComplexFunction
- acos() - Method in class org.ojalgo.function.FunctionSet
- acos() - Method in class org.ojalgo.function.PrimitiveFunction
- acos() - Method in class org.ojalgo.function.QuadrupleFunction
- acos() - Method in class org.ojalgo.function.QuaternionFunction
- acos() - Method in class org.ojalgo.function.RationalFunction
- ACOS - Static variable in class org.ojalgo.function.constant.BigMath
- ACOS - Static variable in class org.ojalgo.function.constant.ComplexMath
- ACOS - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ACOS - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ACOS - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ACOS - Static variable in class org.ojalgo.function.constant.RationalMath
- acosh() - Method in class org.ojalgo.function.BigFunction
- acosh() - Method in class org.ojalgo.function.ComplexFunction
- acosh() - Method in class org.ojalgo.function.FunctionSet
- acosh() - Method in class org.ojalgo.function.PrimitiveFunction
- acosh() - Method in class org.ojalgo.function.QuadrupleFunction
- acosh() - Method in class org.ojalgo.function.QuaternionFunction
- acosh() - Method in class org.ojalgo.function.RationalFunction
- acosh(double) - Static method in class org.ojalgo.function.special.MissingMath
- ACOSH - Static variable in class org.ojalgo.function.constant.BigMath
- ACOSH - Static variable in class org.ojalgo.function.constant.ComplexMath
- ACOSH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ACOSH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ACOSH - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ACOSH - Static variable in class org.ojalgo.function.constant.RationalMath
- activate(PhysicalStore<Double>) - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- activate(PhysicalStore<Double>, double) - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- activator - Variable in class org.ojalgo.ann.LayerTemplate
- activator(int, ArtificialNeuralNetwork.Activator) - Method in class org.ojalgo.ann.NetworkTrainer
-
Deprecated.Use
NetworkBuilder
andNetworkBuilder.layer(int, Activator)
instead. - Activator(Consumer<PhysicalStore<Double>>, PrimitiveFunction.Unary, boolean) - Constructor for enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- activators(ArtificialNeuralNetwork.Activator) - Method in class org.ojalgo.ann.NetworkTrainer
-
Deprecated.Use
NetworkBuilder
andNetworkBuilder.layer(int, Activator)
instead. - activators(ArtificialNeuralNetwork.Activator...) - Method in class org.ojalgo.ann.NetworkTrainer
-
Deprecated.Use
NetworkBuilder
andNetworkBuilder.layer(int, Activator)
instead. - ACTIVE - Static variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- ActiveSetSolver - Class in org.ojalgo.optimisation.convex
- ActiveSetSolver(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.ActiveSetSolver
- add() - Method in class org.ojalgo.function.BigFunction
- add() - Method in class org.ojalgo.function.ComplexFunction
- add() - Method in class org.ojalgo.function.FunctionSet
-
+
- add() - Method in class org.ojalgo.function.PrimitiveFunction
- add() - Method in class org.ojalgo.function.QuadrupleFunction
- add() - Method in class org.ojalgo.function.QuaternionFunction
- add() - Method in class org.ojalgo.function.RationalFunction
- add(byte[], int, int, int, byte[], byte) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(byte[], int, int, int, byte[], byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(byte[], int, int, int, byte, byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(double) - Method in interface org.ojalgo.algebra.ScalarOperation.Addition
- add(double) - Method in class org.ojalgo.array.NumberList
- add(double) - Method in class org.ojalgo.matrix.BasicMatrix
- add(double) - Method in interface org.ojalgo.matrix.store.MatrixStore
- add(double) - Method in class org.ojalgo.scalar.BigScalar
- add(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '+' with a real number
- add(double) - Method in class org.ojalgo.scalar.ExactDecimal
- add(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- add(double) - Method in class org.ojalgo.scalar.Quadruple
- add(double) - Method in class org.ojalgo.scalar.Quaternion
- add(double) - Method in class org.ojalgo.scalar.RationalNumber
- add(double) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- add(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- add(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- add(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- add(double[], int, int, int, double[], double) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(double[], int, int, int, double[], double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(double[], int, int, int, double, double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(double, double, double, double) - Static method in class org.ojalgo.scalar.Quadruple
-
https://blog.cyclemap.link/2011-06-09-glsl-part2-emu/
- add(float) - Method in interface org.ojalgo.algebra.ScalarOperation.Addition
- add(float) - Method in class org.ojalgo.array.NumberList
- add(float) - Method in class org.ojalgo.scalar.BigScalar
- add(float) - Method in class org.ojalgo.scalar.PrimitiveScalar
- add(float) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- add(float[], int, int, int, float[], float) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(float[], int, int, int, float[], float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(float[], int, int, int, float, float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(int[], int, int, int, int[], int) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(int[], int, int, int, int[], int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(int[], int, int, int, int, int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(int, byte) - Method in class org.ojalgo.array.ArrayZ008
- add(int, byte) - Method in class org.ojalgo.array.BufferArray
- add(int, byte) - Method in class org.ojalgo.array.PlainArray
- add(int, double) - Method in class org.ojalgo.array.ArrayR032
- add(int, double) - Method in class org.ojalgo.array.ArrayR064
- add(int, double) - Method in class org.ojalgo.array.ArrayR256
- add(int, double) - Method in class org.ojalgo.array.ArrayZ008
- add(int, double) - Method in class org.ojalgo.array.ArrayZ016
- add(int, double) - Method in class org.ojalgo.array.ArrayZ032
- add(int, double) - Method in class org.ojalgo.array.ArrayZ064
- add(int, double) - Method in class org.ojalgo.array.BufferArray
- add(int, double) - Method in class org.ojalgo.array.PlainArray
- add(int, double) - Method in class org.ojalgo.array.ScalarArray
- add(int, double) - Method in class org.ojalgo.optimisation.Expression
- add(int, float) - Method in class org.ojalgo.array.ArrayR032
- add(int, float) - Method in class org.ojalgo.array.BufferArray
- add(int, float) - Method in class org.ojalgo.array.PlainArray
- add(int, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- add(int, int) - Method in class org.ojalgo.array.ArrayZ032
- add(int, int) - Method in class org.ojalgo.array.BufferArray
- add(int, int) - Method in class org.ojalgo.array.PlainArray
- add(int, int, double) - Method in class org.ojalgo.optimisation.Expression
- add(int, int, long) - Method in class org.ojalgo.optimisation.Expression
- add(int, int, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- add(int, long) - Method in class org.ojalgo.array.ArrayZ064
- add(int, long) - Method in class org.ojalgo.array.BufferArray
- add(int, long) - Method in class org.ojalgo.array.PlainArray
- add(int, long) - Method in class org.ojalgo.optimisation.Expression
- add(int, short) - Method in class org.ojalgo.array.ArrayZ016
- add(int, short) - Method in class org.ojalgo.array.BufferArray
- add(int, short) - Method in class org.ojalgo.array.PlainArray
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayR032
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayR064
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayR256
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ008
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ016
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ032
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ064
- add(int, Comparable<?>) - Method in class org.ojalgo.array.BufferR032
- add(int, Comparable<?>) - Method in class org.ojalgo.array.BufferR064
- add(int, Comparable<?>) - Method in class org.ojalgo.array.BufferZ008
- add(int, Comparable<?>) - Method in class org.ojalgo.array.BufferZ016
- add(int, Comparable<?>) - Method in class org.ojalgo.array.BufferZ032
- add(int, Comparable<?>) - Method in class org.ojalgo.array.BufferZ064
- add(int, Comparable<?>) - Method in class org.ojalgo.array.PlainArray
- add(int, Comparable<?>) - Method in class org.ojalgo.array.ScalarArray
- add(int, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- add(int, N) - Method in class org.ojalgo.array.NumberList
- add(int, Access1D<Double>, double) - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- add(int, T) - Method in class org.ojalgo.type.collection.CloseableList
- add(long) - Method in class org.ojalgo.machine.MemoryEstimator
- add(long) - Method in class org.ojalgo.type.management.Throughput
- add(long[], byte) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], byte) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long[], double) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], double) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long[], float) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], float) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long[], int) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], int) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long[], int, int, int, long[], long) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(long[], int, int, int, long[], long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(long[], int, int, int, long, long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(long[], long) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], long) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long[], short) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], short) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long[], Comparable<?>) - Method in class org.ojalgo.array.ArrayAnyD
- add(long[], Comparable<?>) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, byte) - Method in class org.ojalgo.array.Array1D
- add(long, byte) - Method in class org.ojalgo.array.Array2D
- add(long, byte) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, byte) - Method in class org.ojalgo.array.OffHeapArray
- add(long, byte) - Method in class org.ojalgo.array.PlainArray
- add(long, byte) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, byte) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, byte) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, byte) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, double) - Method in class org.ojalgo.array.Array1D
- add(long, double) - Method in class org.ojalgo.array.Array2D
- add(long, double) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, double) - Method in class org.ojalgo.array.OffHeapArray
- add(long, double) - Method in class org.ojalgo.array.PlainArray
- add(long, double) - Method in class org.ojalgo.array.SegmentedArray
- add(long, double) - Method in class org.ojalgo.array.SparseArray
- add(long, double) - Method in class org.ojalgo.equation.Equation
- add(long, double) - Method in class org.ojalgo.matrix.DenseMutator2D
- add(long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, double) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, double) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, double) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- add(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- add(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- add(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- add(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- add(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- add(long, float) - Method in class org.ojalgo.array.Array1D
- add(long, float) - Method in class org.ojalgo.array.Array2D
- add(long, float) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, float) - Method in class org.ojalgo.array.OffHeapArray
- add(long, float) - Method in class org.ojalgo.array.PlainArray
- add(long, float) - Method in class org.ojalgo.array.SegmentedArray
- add(long, float) - Method in class org.ojalgo.array.SparseArray
- add(long, float) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, float) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, float) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, float) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- add(long, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- add(long, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- add(long, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- add(long, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- add(long, int) - Method in class org.ojalgo.array.Array1D
- add(long, int) - Method in class org.ojalgo.array.Array2D
- add(long, int) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, int) - Method in class org.ojalgo.array.OffHeapArray
- add(long, int) - Method in class org.ojalgo.array.PlainArray
- add(long, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, int) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, int) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, int) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, long) - Method in class org.ojalgo.array.Array1D
- add(long, long) - Method in class org.ojalgo.array.Array2D
- add(long, long) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, long) - Method in class org.ojalgo.array.OffHeapArray
- add(long, long) - Method in class org.ojalgo.array.PlainArray
- add(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, long) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, long, byte) - Method in class org.ojalgo.array.Array2D
- add(long, long, byte) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, byte) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long, double) - Method in class org.ojalgo.array.Array2D
- add(long, long, double) - Method in class org.ojalgo.matrix.DenseMutator2D
- add(long, long, double) - Method in class org.ojalgo.matrix.store.GenericStore
- add(long, long, double) - Method in class org.ojalgo.matrix.store.R032Store
- add(long, long, double) - Method in class org.ojalgo.matrix.store.R064Store
- add(long, long, double) - Method in class org.ojalgo.matrix.store.RawStore
- add(long, long, double) - Method in class org.ojalgo.matrix.store.SparseStore
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- add(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- add(long, long, double) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long, float) - Method in class org.ojalgo.array.Array2D
- add(long, long, float) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, float) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long, int) - Method in class org.ojalgo.array.Array2D
- add(long, long, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, int) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long, long) - Method in class org.ojalgo.array.Array2D
- add(long, long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, long) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long, short) - Method in class org.ojalgo.array.Array2D
- add(long, long, short) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, short) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, long, Comparable<?>) - Method in class org.ojalgo.array.Array2D
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.R032Store
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.R064Store
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.RawStore
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.SparseStore
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- add(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- add(long, long, Comparable<?>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, short) - Method in class org.ojalgo.array.Array1D
- add(long, short) - Method in class org.ojalgo.array.Array2D
- add(long, short) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, short) - Method in class org.ojalgo.array.OffHeapArray
- add(long, short) - Method in class org.ojalgo.array.PlainArray
- add(long, short) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, short) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, short) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, short) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, Comparable<?>) - Method in class org.ojalgo.array.Array1D
- add(long, Comparable<?>) - Method in class org.ojalgo.array.Array2D
- add(long, Comparable<?>) - Method in class org.ojalgo.array.ArrayAnyD
- add(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapR032
- add(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapR064
- add(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ008
- add(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ016
- add(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ032
- add(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ064
- add(long, Comparable<?>) - Method in class org.ojalgo.array.PlainArray
- add(long, Comparable<?>) - Method in class org.ojalgo.array.SegmentedArray
- add(long, Comparable<?>) - Method in class org.ojalgo.array.SparseArray
- add(long, Comparable<?>) - Method in class org.ojalgo.equation.Equation
- add(long, Comparable<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- add(long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- add(long, Comparable<?>) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- add(long, Comparable<?>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- add(long, Comparable<?>) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- add(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- add(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- add(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- add(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- add(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- add(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- add(short[], int, int, int, short[], short) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(short[], int, int, int, short[], short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(short[], int, int, int, short, short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(Class<?>) - Method in class org.ojalgo.machine.MemoryEstimator
- add(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- add(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
- add(Supplier<BasicSeries<K, ?>>) - Method in class org.ojalgo.series.primitive.CoordinatedSet.Builder
- add(M) - Method in class org.ojalgo.matrix.BasicMatrix
- add(N) - Method in interface org.ojalgo.algebra.ScalarOperation.Addition
- add(N) - Method in class org.ojalgo.array.NumberList
- add(N) - Method in class org.ojalgo.matrix.BasicMatrix
- add(N) - Method in interface org.ojalgo.matrix.store.MatrixStore
- add(N) - Method in class org.ojalgo.structure.Iterator1D
- add(BasicArray<N>, long, long, long, Comparable<?>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(BasicArray<N>, long, long, long, Access1D<N>, Comparable<?>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(BasicArray<N>, long, long, long, Access1D<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- add(FinanceData<T>) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- add(FinanceData<T1>, FinanceData<T2>) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- add(Equation) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- add(PolynomialFunction<Double>) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- add(PolynomialFunction<Double>) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- add(PolynomialFunction<N>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- add(JavaType) - Method in class org.ojalgo.machine.MemoryEstimator
- add(MatrixStore<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- add(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
- add(RowsSupplier<Double>, MatrixStore<Double>, Access2D<?>, Access1D<?>) - Static method in class org.ojalgo.optimisation.GenericSolver.Builder
- add(Variable, double) - Method in class org.ojalgo.optimisation.Expression
- add(Variable, long) - Method in class org.ojalgo.optimisation.Expression
- add(Variable, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
-
Will add the value to this variable's factor.
- add(Variable, Variable, double) - Method in class org.ojalgo.optimisation.Expression
- add(Variable, Variable, long) - Method in class org.ojalgo.optimisation.Expression
- add(Variable, Variable, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- add(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '+' with a complex number.
- add(ExactDecimal<?>, ExactDecimal<?>) - Method in class org.ojalgo.scalar.ExactDecimal.Descriptor
- add(Quadruple) - Method in class org.ojalgo.scalar.Quadruple
- add(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
- add(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
- add(RationalNumber, RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- add(Scalar<N>) - Method in interface org.ojalgo.scalar.Scalar
- add(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- add(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- add(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- add(Mutate1D.Fillable<N>, Access1D<N>, Access1D<N>) - Method in class org.ojalgo.tensor.ArrayBasedTensor
- add(AnyTensor<N>) - Method in class org.ojalgo.tensor.AnyTensor
- add(MatrixTensor<N>) - Method in class org.ojalgo.tensor.MatrixTensor
- add(VectorTensor<N>) - Method in class org.ojalgo.tensor.VectorTensor
- add(S) - Method in class org.ojalgo.scalar.ExactDecimal
- add(S) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- add(T) - Method in interface org.ojalgo.algebra.Operation.Addition
- add(T) - Method in class org.ojalgo.concurrent.MultiviewSet
-
Add an entry to the common
Set
and allQueue
:s. - add(T) - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- add(T) - Method in class org.ojalgo.type.collection.CloseableList
- add(T, long) - Method in class org.ojalgo.random.FrequencyMap
- ADD - Static variable in class org.ojalgo.function.constant.BigMath
- ADD - Static variable in class org.ojalgo.function.constant.ComplexMath
- ADD - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ADD - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ADD - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ADD - Static variable in class org.ojalgo.function.constant.RationalMath
- add1xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- add1xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- add1xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- add1xN(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- add1xN(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- add1xN(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addAll(double[]) - Method in class org.ojalgo.array.NumberList
- addAll(int, Collection<? extends N>) - Method in class org.ojalgo.array.NumberList
- addAll(int, Collection<? extends T>) - Method in class org.ojalgo.type.collection.CloseableList
- addAll(Collection<? extends N>) - Method in class org.ojalgo.array.NumberList
- addAll(Collection<? extends T>) - Method in class org.ojalgo.type.collection.CloseableList
- addAll(Map<? extends T, ? extends Number>) - Method in class org.ojalgo.random.FrequencyMap
- addAll(Set<? extends T>, long) - Method in class org.ojalgo.random.FrequencyMap
- addAlphaVantage(String, String) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- addAssetConstraint(Comparable<?>, Comparable<?>, int...) - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- addColumn() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- addColumn(SparseArray<N>) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- addColumns(int) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- addComponentConstraint(Comparable<?>, Comparable<?>, int...) - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- addConstraint(int, SparseArray<Double>, double) - Method in class org.ojalgo.optimisation.convex.IterativeASS
- addConstraint(String, MultiaryFunction.TwiceDifferentiable<Double>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- addConstraint(BigDecimal, BigDecimal, int...) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
-
Will add a constraint on the sum of the asset weights specified by the asset indices.
- addEqualities(MatrixStore<?>, MatrixStore<?>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- addExpression() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- addExpression(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- addIEXTrading(String) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- addInequalities(MatrixStore<?>, MatrixStore<?>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- addIntegration(ExpressionsBasedModel.Integration<?>) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Add an integration for a solver that will be used rather than the built-in solvers
- addMx1(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMx1(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMx1(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMx1(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMx1(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMx1(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMx1(N[], N[], int, N[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMx1(N[], N[], int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMx1(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMxC(double[], int, int, double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMxC(double[], int, int, double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMxC(double[], int, int, Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMxC(float[], int, int, float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMxC(float[], int, int, float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMxC(float[], int, int, Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMxC(N[], int, int, N[], int, N[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMxC(N[], int, int, N[], int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMxC(N[], int, int, Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMxN_MT(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMxN_MT(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMxN_MT(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMxN_MT(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMxN_MT(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMxN_MT(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addMxN_MT(N[], N[], int, N[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- addMxN_MT(N[], N[], int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- addMxN_MT(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- addObjective(int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- addObjective(int, int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- addObjective(int, int, Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexData
- addObjective(int, Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexData
- addObjectiveConstant(BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- addObjectiveConstant(BigDecimal) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- addObservation(Double, double) - Method in class org.ojalgo.random.process.MultipleValuesBasedProcess
- addObservation(K, double) - Method in class org.ojalgo.random.process.GaussianField
- addPotentialParser(Predicate<String>, TextLineReader.Parser<? extends T>) - Method in class org.ojalgo.netio.DetectingParser
- addPresolver(ExpressionsBasedModel.Presolver) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- addPriorityDefinitions(Comparator<NodeKey>...) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
-
Retains any existing definitions, but adds these to be used rather than the existing.
- addReader(File, BasicParser<T>) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- addReference(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- ADDRESS_OFFSET - Static variable in class org.ojalgo.type.NativeMemory
- addRow() - Method in class org.ojalgo.matrix.store.RowsSupplier
- addRow(SparseArray<N>) - Method in class org.ojalgo.matrix.store.RowsSupplier
- addRow(Access1D<Double>) - Method in class org.ojalgo.data.DataBatch
- addRows(int) - Method in class org.ojalgo.matrix.store.RowsSupplier
- addRows(Collection<? extends Access1D<Double>>) - Method in class org.ojalgo.data.DataBatch
- addRowWithSingleUnit(int) - Method in class org.ojalgo.data.DataBatch
- addSeries(Comparable<?>, CalendarDateSeries<Double>) - Method in class org.ojalgo.series.SeriesInterpolator
- addSignificance(int, double) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
- addSpecialOrderedSet(Collection<Variable>, int, int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Calling this method will create 2 things: A simple expression meassuring the sum of the (binary) variable values (the number of binary variables that are "ON").
- addSpecialOrderedSet(Collection<Variable>, int, Expression) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Creates a special ordered set (SOS) presolver instance and links that to the supplied expression.
- addTo(long) - Method in interface org.ojalgo.type.CalendarDate.Resolution
-
Will increment the input epochMilli by the size/duration of this timeline resolution.
- addTo(long) - Method in class org.ojalgo.type.CalendarDateDuration
- addTo(Temporal) - Method in class org.ojalgo.type.CalendarDateDuration
- addTo(Expression, BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- addTo(Expression, BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- addTo(Expression, BigDecimal) - Method in class org.ojalgo.optimisation.Variable
- addTo(R, long) - Method in enum org.ojalgo.type.CalendarDateUnit
- addVariable() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- addVariable(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- addView(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- addViewWithBalancedConfidence(List<BigDecimal>, Comparable<?>) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- addViewWithScaledConfidence(List<BigDecimal>, Comparable<?>, Comparable<?>) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- addViewWithStandardDeviation(List<BigDecimal>, BigDecimal, BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- addYahoo(String) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- adjust(int, PhysicalStore<Double>, PhysicalStore<Double>, PhysicalStore<Double>, PhysicalStore<Double>) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- adjust(int, PhysicalStore<Double>, PhysicalStore<Double>, PhysicalStore<Double>, PhysicalStore<Double>) - Method in class org.ojalgo.ann.WrappedANN
- adjust(BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- adjust(PhysicalStore<Double>, PhysicalStore<Double>, PhysicalStore<Double>, PhysicalStore<Double>, double, double, DoubleUnaryOperator) - Method in class org.ojalgo.ann.CalculationLayer
- adjust(T, double) - Method in class org.ojalgo.equation.Equation
-
Will perform a (relaxed) GaussSeidel update.
- adjustDown() - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- adjustDown(double) - Static method in class org.ojalgo.function.special.PowerOf2
- adjustDown(float) - Static method in class org.ojalgo.function.special.PowerOf2
- adjustedClose - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- adjustedClose - Variable in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- adjustInto(long) - Method in interface org.ojalgo.type.CalendarDate.Resolution
-
Maps a range of instances in time to a single instance.
- adjustInto(long) - Method in enum org.ojalgo.type.CalendarDateUnit
- adjustInto(Temporal) - Method in class org.ojalgo.type.CalendarDateDuration
- adjustInto(Temporal) - Method in enum org.ojalgo.type.CalendarDateUnit
- adjustInto(Calendar) - Method in class org.ojalgo.type.CalendarDate
- adjustInto(Date) - Method in class org.ojalgo.type.CalendarDate
- adjustInto(CalendarDate) - Method in interface org.ojalgo.type.CalendarDate.Resolution
- adjustInto(CalendarDate) - Method in enum org.ojalgo.type.CalendarDateUnit
- adjustInto(T) - Method in class org.ojalgo.type.CalendarDate
- adjustToPowerOf2() - Method in class org.ojalgo.function.PrimitiveFunction.SampleDomain
-
Adjusts the number of samples to the smallest power of 2 that is not less than the current number of samples.
- adjustUp() - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- adjustUp(double) - Static method in class org.ojalgo.function.special.PowerOf2
- adjustUp(float) - Static method in class org.ojalgo.function.special.PowerOf2
- AffineFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
-
[l]T[x] + c
- AffineFunction(MatrixStore<N>) - Constructor for class org.ojalgo.function.multiary.AffineFunction
- AffineFunction.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- after(S) - Method in interface org.ojalgo.structure.Structure1D.Logical
- aggregateAll(Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- aggregateAll(Aggregator) - Method in class org.ojalgo.matrix.store.RawStore
- aggregateAll(Aggregator) - Method in interface org.ojalgo.structure.Access1D.Aggregatable
- AggregateAll - Class in org.ojalgo.array.operation
- AggregateAll() - Constructor for class org.ojalgo.array.operation.AggregateAll
- aggregateColumn(long, long, Aggregator) - Method in class org.ojalgo.array.Array2D
- aggregateColumn(long, long, Aggregator) - Method in class org.ojalgo.matrix.BasicMatrix
- aggregateColumn(long, long, Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- aggregateColumn(long, long, Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateColumn(long, long, Aggregator) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- aggregateColumn(long, Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateColumn(long, Aggregator) - Method in class org.ojalgo.matrix.store.TransposedStore
- aggregateColumn(long, Aggregator) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- aggregateDiagonal(long, long, Aggregator) - Method in class org.ojalgo.array.Array2D
- aggregateDiagonal(long, long, Aggregator) - Method in class org.ojalgo.matrix.BasicMatrix
- aggregateDiagonal(long, long, Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- aggregateDiagonal(long, long, Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateDiagonal(long, long, Aggregator) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- aggregateDiagonal(Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateDiagonal(Aggregator) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.array.Array1D
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.array.Array2D
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.array.ArrayAnyD
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.array.BasicArray
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.array.NumberList
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.matrix.BasicMatrix
- aggregateRange(long, long, Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- aggregateRange(long, long, Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateRange(long, long, Aggregator) - Method in interface org.ojalgo.structure.Access1D.Aggregatable
- aggregateRow(long, long, Aggregator) - Method in class org.ojalgo.array.Array2D
- aggregateRow(long, long, Aggregator) - Method in class org.ojalgo.matrix.BasicMatrix
- aggregateRow(long, long, Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- aggregateRow(long, long, Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateRow(long, long, Aggregator) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- aggregateRow(long, Aggregator) - Method in class org.ojalgo.matrix.store.R032Store
- aggregateRow(long, Aggregator) - Method in class org.ojalgo.matrix.store.TransposedStore
- aggregateRow(long, Aggregator) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- aggregateSet(int, long, Aggregator) - Method in class org.ojalgo.array.ArrayAnyD
- aggregateSet(int, long, Aggregator) - Method in interface org.ojalgo.structure.AccessAnyD.Aggregatable
- aggregateSet(long[], int, Aggregator) - Method in class org.ojalgo.array.ArrayAnyD
- aggregateSet(long[], int, Aggregator) - Method in interface org.ojalgo.structure.AccessAnyD.Aggregatable
- aggregator() - Method in class org.ojalgo.array.ArrayFactory
- aggregator() - Method in class org.ojalgo.array.BasicArray.Factory
- aggregator() - Method in class org.ojalgo.array.BufferArray.Factory
- aggregator() - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- aggregator() - Method in class org.ojalgo.array.OffHeapArray.Factory
- aggregator() - Method in class org.ojalgo.function.BigFunction
- aggregator() - Method in class org.ojalgo.function.ComplexFunction
- aggregator() - Method in class org.ojalgo.function.FunctionSet
- aggregator() - Method in class org.ojalgo.function.PrimitiveFunction
- aggregator() - Method in class org.ojalgo.function.QuadrupleFunction
- aggregator() - Method in class org.ojalgo.function.QuaternionFunction
- aggregator() - Method in class org.ojalgo.function.RationalFunction
- aggregator() - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- aggregator() - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- aggregator() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- aggregator() - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- Aggregator - Enum in org.ojalgo.function.aggregator
- Aggregator() - Constructor for enum org.ojalgo.function.aggregator.Aggregator
- AggregatorFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.aggregator
- AggregatorFunction.PredicateWrapper<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.aggregator
- AggregatorSet<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.aggregator
-
Do not cache instances of this class! The methods BigAggregator.getSet(), ComplexAggregator.getSet() and PrimitiveAggregator.getSet() return threadlocal instances, and when you access the individual aggregators they are AggregatorFunction.reset() for you.
- AggregatorSet() - Constructor for class org.ojalgo.function.aggregator.AggregatorSet
- align(long) - Method in class org.ojalgo.machine.MemoryEstimator
- allocate(long, long) - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- allocate(long, long) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- allocate(long, long) - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- allocate(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- allocateByteArray(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- allocateDoubleArray(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- allocateFloatArray(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- allocateIntArray(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- allocateLongArray(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- allocateShortArray(Object, long) - Static method in class org.ojalgo.type.NativeMemory
- alpha - Variable in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- AlphaVantageFetcher - Class in org.ojalgo.data.domain.finance.series
-
Deprecated.
- AlphaVantageFetcher(String, CalendarDateUnit, String, boolean) - Constructor for class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- AlphaVantageParser - Class in org.ojalgo.data.domain.finance.series
-
https://www.alphavantage.co/documentation/
- AlphaVantageParser() - Constructor for class org.ojalgo.data.domain.finance.series.AlphaVantageParser
- AlphaVantageParser.Data - Class in org.ojalgo.data.domain.finance.series
- Alternator<T> - Class in org.ojalgo.type
-
Alternator
- Alternator() - Constructor for class org.ojalgo.type.Alternator
- Alternator(T, T) - Constructor for class org.ojalgo.type.Alternator
- AMAX - Class in org.ojalgo.array.operation
-
Given a vector x, the i?amax functions return the position of the vector element x[i] that has the largest absolute value for real flavors, or the largest sum |Re(x[i])|+|Im(x[i])| for complex flavors.
- AMAX() - Constructor for class org.ojalgo.array.operation.AMAX
- AMD64 - Static variable in class org.ojalgo.machine.VirtualMachine
- AMIN - Class in org.ojalgo.array.operation
-
Given a vector x, the i?amin functions return the position of the vector element x[i] that has the smallest absolute value for real flavors, or the smallest sum |Re(x[i])|+|Im(x[i])| for complex flavors.
- AMIN() - Constructor for class org.ojalgo.array.operation.AMIN
- amount(Locale) - Static method in class org.ojalgo.type.StandardType
- Amount - Class in org.ojalgo.scalar
-
(currency) amount as in "amount = price * quatity"
- Amount() - Constructor for class org.ojalgo.scalar.Amount
- Amount(long) - Constructor for class org.ojalgo.scalar.Amount
- AMOUNT - Static variable in class org.ojalgo.type.StandardType
-
Precision: 16 Scale: 2 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.CURRENCY Fits within the Sybase (and MS SQL Server) money type which is (19,4).
- andThen(Consumer<? super Access2D<?>>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- andThen(UnaryFunction<N>) - Method in interface org.ojalgo.function.BinaryFunction
- andThen(UnaryFunction<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction
- andThen(UnaryFunction<N>) - Method in interface org.ojalgo.function.NullaryFunction
- andThen(UnaryFunction<N>) - Method in interface org.ojalgo.function.ParameterFunction
- andThen(UnaryFunction<N>) - Method in interface org.ojalgo.function.UnaryFunction
- angle() - Method in class org.ojalgo.scalar.Quaternion
- AnyTensor<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- AnyTensor(ArrayAnyD.Factory<N>, int, int) - Constructor for class org.ojalgo.tensor.AnyTensor
- AnyTensor.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- append(boolean) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(byte) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(char) - Method in class org.ojalgo.netio.CharacterRing
- append(char) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(double) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(double...) - Method in class org.ojalgo.type.FloatingPointReceptacle
- append(float) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(float...) - Method in class org.ojalgo.type.FloatingPointReceptacle
- append(int) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(int, double) - Method in class org.ojalgo.type.FloatingPointReceptacle
- append(int, float) - Method in class org.ojalgo.type.FloatingPointReceptacle
- append(long) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(short) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(CharSequence) - Method in class org.ojalgo.netio.CharacterRing
- append(CharSequence, int, int) - Method in class org.ojalgo.netio.CharacterRing
- append(Object) - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- append(StringBuilder) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- append(StringBuilder) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- append(StringBuilder, int) - Method in class org.ojalgo.optimisation.integer.NodeKey
- append(StringBuilder, String, MatrixStore<Double>) - Static method in class org.ojalgo.optimisation.GenericSolver.Builder
- append(List<? extends Comparable<?>>) - Method in class org.ojalgo.type.FloatingPointReceptacle
- append(Access1D<?>) - Method in class org.ojalgo.type.FloatingPointReceptacle
- append(FloatingPointReceptacle) - Method in class org.ojalgo.type.FloatingPointReceptacle
- appendLastPartToString(StringBuilder) - Method in class org.ojalgo.series.TreeSeries
- appendLeftPart(StringBuilder, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
- appendMiddlePart(StringBuilder, Access1D<BigDecimal>, NumberContext) - Method in class org.ojalgo.optimisation.Expression
- appendMiddlePart(StringBuilder, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
- appendMiddlePart(StringBuilder, NumberContext) - Method in class org.ojalgo.optimisation.Variable
- appendRightPart(StringBuilder, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
- appendToString(StringBuilder, Access1D<BigDecimal>, NumberContext) - Method in class org.ojalgo.optimisation.Expression
- appendToString(StringBuilder, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
- apply(DataInput) - Method in interface org.ojalgo.netio.DataReader.Deserializer
-
Will return null on EOF
- apply(N) - Method in interface org.ojalgo.function.UnaryFunction
- apply(N, Integer) - Method in interface org.ojalgo.function.ParameterFunction
- apply(N, N) - Method in interface org.ojalgo.function.BinaryFunction
- apply(ComplexNumber) - Method in class org.ojalgo.data.transform.ZTransform.ZOperator
- apply(T) - Method in interface org.ojalgo.type.function.OperatorWithException
- applyAsDouble(double) - Method in interface org.ojalgo.function.UnaryFunction
- applyAsDouble(double, double) - Method in interface org.ojalgo.function.BinaryFunction
- applyCholesky(int, BasicArray<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- applyCholesky(int, BasicArray<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
Cholesky transformations
- applyCholesky(int, BasicArray<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- ApplyCholesky - Class in org.ojalgo.array.operation
- ApplyCholesky() - Constructor for class org.ojalgo.array.operation.ApplyCholesky
- applyGaussianBlur(double) - Method in class org.ojalgo.data.image.ImageData
-
Creates a new image (of the same type) blurring the input using a Gaussian blur kernel.
- applyLDL(int, BasicArray<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- applyLDL(int, BasicArray<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
LDL transformations
- applyLDL(int, BasicArray<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- ApplyLDL - Class in org.ojalgo.array.operation
- ApplyLDL() - Constructor for class org.ojalgo.array.operation.ApplyLDL
- applyLU(int, BasicArray<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- applyLU(int, BasicArray<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
LU transformations
- applyLU(int, BasicArray<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- ApplyLU - Class in org.ojalgo.array.operation
- ApplyLU() - Constructor for class org.ojalgo.array.operation.ApplyLU
- APPROXIMATE - org.ojalgo.optimisation.Optimisation.State
-
Approximate and/or Intermediate solution - Iteration point Probably infeasible, but still "good"
- ApproximateFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- ApproximateFunction(MultiaryFunction.TwiceDifferentiable<N>, Access1D<N>) - Constructor for class org.ojalgo.function.multiary.ApproximateFunction
- approximateQuantile(double) - Method in class org.ojalgo.random.ChiSquareDistribution
- approximateQuantile(double) - Method in class org.ojalgo.random.TDistribution
- ARCH - Class in org.ojalgo.random.scedasticity
- ARCH(int) - Constructor for class org.ojalgo.random.scedasticity.ARCH
- architecture - Variable in class org.ojalgo.machine.CommonMachine
- argumant(int) - Method in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- ARGUMENT_TOLERANCE - Static variable in class org.ojalgo.scalar.ComplexNumber
- ARGUMENT_TOLERANCE - Static variable in class org.ojalgo.scalar.Quaternion
- arguments() - Method in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- arity() - Method in class org.ojalgo.function.multiary.AffineFunction
- arity() - Method in class org.ojalgo.function.multiary.ConstantFunction
- arity() - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- arity() - Method in class org.ojalgo.function.multiary.LinearFunction
- arity() - Method in interface org.ojalgo.function.multiary.MultiaryFunction
- arity() - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- arity() - Method in class org.ojalgo.function.multiary.QuadraticFunction
- arity() - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- arity() - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- array() - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- array() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- array() - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- ARRAY_FACTORY - Static variable in class org.ojalgo.optimisation.convex.IterativeASS.SparseArrayPool
- Array1D<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
Array1D
- Array1D(BasicArray<N>) - Constructor for class org.ojalgo.array.Array1D
- Array1D(BasicArray<N>, long, long, long) - Constructor for class org.ojalgo.array.Array1D
- ARRAY1D_FACTORY - Static variable in class org.ojalgo.optimisation.linear.SparseTableau
- Array1D.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- Array2D<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
Array2D
- Array2D(BasicArray<N>, long) - Constructor for class org.ojalgo.array.Array2D
- Array2D.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- ArrayAnyD<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
ArrayAnyD
- ArrayAnyD() - Constructor for class org.ojalgo.array.ArrayAnyD
- ArrayAnyD(BasicArray<N>, long[]) - Constructor for class org.ojalgo.array.ArrayAnyD
- ArrayAnyD.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- ArrayBasedTensor<N extends java.lang.Comparable<N>,T extends ArrayBasedTensor<N,T>> - Class in org.ojalgo.tensor
- ArrayBasedTensor(int, int, FunctionSet<N>, Scalar.Factory<N>) - Constructor for class org.ojalgo.tensor.ArrayBasedTensor
- ArrayBasedTensor.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- ArrayC128 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of ComplexNumber.
- ArrayC128(int) - Constructor for class org.ojalgo.array.ArrayC128
- ArrayC128(ComplexNumber[]) - Constructor for class org.ojalgo.array.ArrayC128
- ArrayFactory<N extends java.lang.Comparable<N>,I extends BasicArray<N>> - Class in org.ojalgo.array
- ArrayFactory() - Constructor for class org.ojalgo.array.ArrayFactory
- ArrayH256 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of Quaternion.
- ArrayH256(int) - Constructor for class org.ojalgo.array.ArrayH256
- ArrayH256(Quaternion[]) - Constructor for class org.ojalgo.array.ArrayH256
- ArrayOperation - Interface in org.ojalgo.array.operation
- ArrayPool(int) - Constructor for class org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
- ArrayQ128 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of RationalNumber.
- ArrayQ128(int) - Constructor for class org.ojalgo.array.ArrayQ128
- ArrayQ128(RationalNumber[]) - Constructor for class org.ojalgo.array.ArrayQ128
- ArrayR032 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of double.
- ArrayR032(float[]) - Constructor for class org.ojalgo.array.ArrayR032
-
Array not copied! No checking!
- ArrayR032(int) - Constructor for class org.ojalgo.array.ArrayR032
- ArrayR064 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of double.
- ArrayR064(double[]) - Constructor for class org.ojalgo.array.ArrayR064
-
Array not copied! No checking!
- ArrayR064(int) - Constructor for class org.ojalgo.array.ArrayR064
- ArrayR128 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of Quadruple.
- ArrayR128(int) - Constructor for class org.ojalgo.array.ArrayR128
- ArrayR128(Quadruple[]) - Constructor for class org.ojalgo.array.ArrayR128
- ArrayR256 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of BigDecimal.
- ArrayR256(int) - Constructor for class org.ojalgo.array.ArrayR256
- ArrayR256(BigDecimal[]) - Constructor for class org.ojalgo.array.ArrayR256
- ArrayZ008 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of double.
- ArrayZ008(byte[]) - Constructor for class org.ojalgo.array.ArrayZ008
-
Array not copied! No checking!
- ArrayZ008(int) - Constructor for class org.ojalgo.array.ArrayZ008
- ArrayZ016 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of double.
- ArrayZ016(int) - Constructor for class org.ojalgo.array.ArrayZ016
- ArrayZ016(short[]) - Constructor for class org.ojalgo.array.ArrayZ016
-
Array not copied! No checking!
- ArrayZ032 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of double.
- ArrayZ032(int) - Constructor for class org.ojalgo.array.ArrayZ032
- ArrayZ032(int[]) - Constructor for class org.ojalgo.array.ArrayZ032
-
Array not copied! No checking!
- ArrayZ064 - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of double.
- ArrayZ064(int) - Constructor for class org.ojalgo.array.ArrayZ064
- ArrayZ064(long[]) - Constructor for class org.ojalgo.array.ArrayZ064
-
Array not copied! No checking!
- ArtificialNeuralNetwork - Class in org.ojalgo.ann
- ArtificialNeuralNetwork(NetworkBuilder) - Constructor for class org.ojalgo.ann.ArtificialNeuralNetwork
- ArtificialNeuralNetwork(PhysicalStore.Factory<Double, ?>, int, int[]) - Constructor for class org.ojalgo.ann.ArtificialNeuralNetwork
- ArtificialNeuralNetwork.Activator - Enum in org.ojalgo.ann
-
https://en.wikipedia.org/wiki/Activation_function
- ArtificialNeuralNetwork.Error - Enum in org.ojalgo.ann
- ASCII - Class in org.ojalgo.netio
-
ASCII codes 0 1 2 3 4 5 6 7 0 NUL SOH STX ETX EOT ENQ ACK BEL 8 BS HT LF VT FF CR SO SI 16 DLE DC1 DC2 DC3 DC4 NAK SYN ETB 24 CAN EM SUB ESC FS GS RS US 32 SP ! " # $ % & ' 40 ( ) * + , - . / 48 0 1 2 3 4 5 6 7 56 8 9 : ; < = > ? 64 @ A B C D E F G 72 H I J K L M N O 80 P Q R S T U V W 88 X Y Z [ \ ] ^ _ 96 ` a b c d e f g 104 h i j k l m n o 112 p q r s t u v w 120 x y z { | ~ DEL http://www.lammertbies.nl/comm/info/ascii-characters.html
- ASCII() - Constructor for class org.ojalgo.netio.ASCII
- asCollectable1D() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- asCollectable1D() - Method in interface org.ojalgo.structure.Access1D
- asCollectable2D() - Method in class org.ojalgo.matrix.store.R032Store
- asCollectable2D() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- asCollectable2D() - Method in interface org.ojalgo.structure.Access2D
- asCollectableAnyD() - Method in interface org.ojalgo.structure.AccessAnyD
- asFactory1D() - Method in interface org.ojalgo.structure.Factory2D
- asFactory1D() - Method in interface org.ojalgo.structure.FactoryAnyD
- asin() - Method in class org.ojalgo.function.BigFunction
- asin() - Method in class org.ojalgo.function.ComplexFunction
- asin() - Method in class org.ojalgo.function.FunctionSet
- asin() - Method in class org.ojalgo.function.PrimitiveFunction
- asin() - Method in class org.ojalgo.function.QuadrupleFunction
- asin() - Method in class org.ojalgo.function.QuaternionFunction
- asin() - Method in class org.ojalgo.function.RationalFunction
- ASIN - Static variable in class org.ojalgo.function.constant.BigMath
- ASIN - Static variable in class org.ojalgo.function.constant.ComplexMath
- ASIN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ASIN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ASIN - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ASIN - Static variable in class org.ojalgo.function.constant.RationalMath
- asinh() - Method in class org.ojalgo.function.BigFunction
- asinh() - Method in class org.ojalgo.function.ComplexFunction
- asinh() - Method in class org.ojalgo.function.FunctionSet
- asinh() - Method in class org.ojalgo.function.PrimitiveFunction
- asinh() - Method in class org.ojalgo.function.QuadrupleFunction
- asinh() - Method in class org.ojalgo.function.QuaternionFunction
- asinh() - Method in class org.ojalgo.function.RationalFunction
- asinh(double) - Static method in class org.ojalgo.function.special.MissingMath
- ASINH - Static variable in class org.ojalgo.function.constant.BigMath
- ASINH - Static variable in class org.ojalgo.function.constant.ComplexMath
- ASINH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ASINH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ASINH - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ASINH - Static variable in class org.ojalgo.function.constant.RationalMath
- asKeyed1D(Structure1D.IndexMapper<K>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- asKeyed1D(Structure1D.IndexMapper<K>) - Method in interface org.ojalgo.structure.Access1D
- asKeyed2D(Structure1D.IndexMapper<R>, Structure1D.IndexMapper<C>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- asKeyed2D(Structure1D.IndexMapper<R>, Structure1D.IndexMapper<C>) - Method in interface org.ojalgo.structure.Access2D
- asKeyTo(byte) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asKeyTo(double) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asKeyTo(float) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asKeyTo(int) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asKeyTo(long) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asKeyTo(short) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asKeyTo(T) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asList() - Method in class org.ojalgo.matrix.store.GenericStore
- asList() - Method in interface org.ojalgo.matrix.store.PhysicalStore
- asList() - Method in class org.ojalgo.matrix.store.R032Store
- asList() - Method in class org.ojalgo.matrix.store.R064Store
- asList() - Method in class org.ojalgo.matrix.store.RawStore
- asPrimitive() - Method in interface org.ojalgo.series.BasicSeries
- asPrimitive() - Method in class org.ojalgo.series.MappedIndexSeries
- asPrimitive1D(Access1D<?>) - Static method in interface org.ojalgo.structure.Access1D
-
Deprecated.v54 Use
Primitive1D.wrap(Structure1D)
instead - asPrimitive2D(Access2D<?>) - Static method in interface org.ojalgo.structure.Access2D
-
Deprecated.v54 Use
Primitive2D.wrap(Structure2D)
instead - asPrimitiveAnyD(AccessAnyD<?>) - Static method in interface org.ojalgo.structure.AccessAnyD
-
Deprecated.v54 Use
PrimitiveAnyD.wrap(StructureAnyD)
instead - assertFixedValue() - Method in class org.ojalgo.optimisation.Variable
- ASUM - Class in org.ojalgo.array.operation
-
The ?asum routine computes the sum of the magnitudes of elements of a real vector, or the sum of magnitudes of the real and imaginary parts of elements of a complex vector: res = |Re x1| + |Im x1| + |Re x2| + |Im x2|+ ...
- ASUM() - Constructor for class org.ojalgo.array.operation.ASUM
- asValueTo(T) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- asWriter() - Method in interface org.ojalgo.netio.BasicLogger
- asWriter() - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- asWriter() - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- atan() - Method in class org.ojalgo.function.BigFunction
- atan() - Method in class org.ojalgo.function.ComplexFunction
- atan() - Method in class org.ojalgo.function.FunctionSet
- atan() - Method in class org.ojalgo.function.PrimitiveFunction
- atan() - Method in class org.ojalgo.function.QuadrupleFunction
- atan() - Method in class org.ojalgo.function.QuaternionFunction
- atan() - Method in class org.ojalgo.function.RationalFunction
- ATAN - Static variable in class org.ojalgo.function.constant.BigMath
- ATAN - Static variable in class org.ojalgo.function.constant.ComplexMath
- ATAN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ATAN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ATAN - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ATAN - Static variable in class org.ojalgo.function.constant.RationalMath
- atan2() - Method in class org.ojalgo.function.BigFunction
- atan2() - Method in class org.ojalgo.function.ComplexFunction
- atan2() - Method in class org.ojalgo.function.FunctionSet
- atan2() - Method in class org.ojalgo.function.PrimitiveFunction
- atan2() - Method in class org.ojalgo.function.QuadrupleFunction
- atan2() - Method in class org.ojalgo.function.QuaternionFunction
- atan2() - Method in class org.ojalgo.function.RationalFunction
- atan2(double, double) - Static method in class org.ojalgo.function.special.MissingMath
-
https://math.stackexchange.com/questions/1098487/atan2-faster-approximation/1105038
- ATAN2 - Static variable in class org.ojalgo.function.constant.BigMath
- ATAN2 - Static variable in class org.ojalgo.function.constant.ComplexMath
- ATAN2 - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ATAN2 - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ATAN2 - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ATAN2 - Static variable in class org.ojalgo.function.constant.RationalMath
- atanh() - Method in class org.ojalgo.function.BigFunction
- atanh() - Method in class org.ojalgo.function.ComplexFunction
- atanh() - Method in class org.ojalgo.function.FunctionSet
- atanh() - Method in class org.ojalgo.function.PrimitiveFunction
- atanh() - Method in class org.ojalgo.function.QuadrupleFunction
- atanh() - Method in class org.ojalgo.function.QuaternionFunction
- atanh() - Method in class org.ojalgo.function.RationalFunction
- atanh(double) - Static method in class org.ojalgo.function.special.MissingMath
- ATANH - Static variable in class org.ojalgo.function.constant.BigMath
- ATANH - Static variable in class org.ojalgo.function.constant.ComplexMath
- ATANH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ATANH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ATANH - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ATANH - Static variable in class org.ojalgo.function.constant.RationalMath
- ATTO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- ATTO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- ATTO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- ATTO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- authenticator(Authenticator) - Method in class org.ojalgo.netio.ServiceClient
- available() - Method in class org.ojalgo.netio.ByteBufferBackedInputStream
- average() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Average value
- average() - Method in class org.ojalgo.function.aggregator.BigAggregator
- average() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- average() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- average() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- average() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- average() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- average(double[], double) - Static method in class org.ojalgo.random.scedasticity.AbstractScedasticity
-
Will set the array of weights to equal weights (average values)
- average(IntSupplier) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- AVERAGE - org.ojalgo.function.aggregator.Aggregator
- AVERAGE - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- AVERAGE - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- AVERAGE - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- AVERAGE - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- AVERAGE - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- AVERAGE - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- axpy(double, Mutate1D.Modifiable<?>) - Method in class org.ojalgo.array.ArrayR032
- axpy(double, Mutate1D.Modifiable<?>) - Method in class org.ojalgo.array.ArrayR064
- axpy(double, Mutate1D.Modifiable<?>) - Method in class org.ojalgo.array.ArrayR256
- axpy(double, Mutate1D.Modifiable<?>) - Method in class org.ojalgo.array.ScalarArray
- axpy(double, Mutate1D.Modifiable<?>) - Method in class org.ojalgo.array.SparseArray
- axpy(double, Mutate1D.Modifiable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- axpy(double, Mutate1D.Modifiable<?>) - Method in interface org.ojalgo.structure.Access1D
-
Will calculate y = y + a x, will add "a" times "this" to "y"
- AXPY - Class in org.ojalgo.array.operation
-
The ?axpy routines perform a vector-vector operation defined as y := a*x + y where: a is a scalar x and y are vectors each with a number of elements that equals n.
- AXPY() - Constructor for class org.ojalgo.array.operation.AXPY
B
- B - Static variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- BA - org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
-
[B][A][V]=[V][D]
- BALANCE - Static variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- base() - Method in class org.ojalgo.matrix.store.LogicalStore
- base(double) - Method in class org.ojalgo.random.scedasticity.ARCH
- base(double) - Method in class org.ojalgo.random.scedasticity.GARCH
- base(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
-
Not running code.
- base(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
-
Not running code.
- base(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
-
Not running code.
- base(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
-
Not running code.
- BasePrimitiveSolver - Class in org.ojalgo.optimisation.convex
- BasePrimitiveSolver(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- BasicArray<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
A BasicArray is 1-dimensional, but designed to easily be extended or encapsulated, and then treated as arbitrary-dimensional.
- BasicArray() - Constructor for class org.ojalgo.array.BasicArray
- BasicArray(ArrayFactory<N, ?>) - Constructor for class org.ojalgo.array.BasicArray
- BasicArray.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- BasicFunction - Interface in org.ojalgo.function
- BasicFunction.Differentiable<N extends java.lang.Comparable<N>,F extends BasicFunction> - Interface in org.ojalgo.function
- BasicFunction.Integratable<N extends java.lang.Comparable<N>,F extends BasicFunction> - Interface in org.ojalgo.function
- BasicFunction.PlainUnary<T,R> - Interface in org.ojalgo.function
-
For when you want to emphasise that something is a (mathematical) function.
- BasicLogger - Interface in org.ojalgo.netio
-
BasicLogger is not meant to replace any other logging library.
- BasicLogger.BasicWriter - Class in org.ojalgo.netio
- BasicLogger.Buffer - Interface in org.ojalgo.netio
-
Temporarily store data/text.
- BasicLogger.NotNull - Class in org.ojalgo.netio
- BasicLogger.Printable - Interface in org.ojalgo.netio
- BasicLogger.PrivateDetails - Class in org.ojalgo.netio
- BasicMachine - Class in org.ojalgo.machine
-
How much memory, and how many threads share that memory.
- BasicMachine(long, int) - Constructor for class org.ojalgo.machine.BasicMachine
- BasicMapper() - Constructor for class org.ojalgo.structure.Structure1D.BasicMapper
- BasicMatrix<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>> - Class in org.ojalgo.matrix
-
A base class for, easy to use, immutable (thread safe) matrices with a rich feature set.
- BasicMatrix(PhysicalStore.Factory<N, ?>, ElementsSupplier<N>) - Constructor for class org.ojalgo.matrix.BasicMatrix
- BasicParser<T> - Interface in org.ojalgo.netio
-
A (CSV) parser interface.
- BasicSeries<K extends java.lang.Comparable<? super K>,V extends java.lang.Comparable<V>> - Interface in org.ojalgo.series
-
A BasicSeries is a SortedMap with: Keys restricted to Comparable (the keys have a natural order) Values restricted to Comparable (the values are "numeric" as in extending
Number
or implementingNumberDefinition
. - BasicSeries.NaturallySequenced<K extends java.lang.Comparable<? super K>,V extends java.lang.Comparable<V>> - Interface in org.ojalgo.series
-
A series with naturally sequenced keys - given any key there is a natural "next" key, e.g.
- BasicSeries.TimeSeriesBuilder<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.series
- BasicWriter(OutputStream) - Constructor for class org.ojalgo.netio.BasicLogger.BasicWriter
- BasicWriter(Writer) - Constructor for class org.ojalgo.netio.BasicLogger.BasicWriter
- basis(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- basis(int[]) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- BASIS - org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Basic variables
- BatchManager - Class in org.ojalgo.data.batch
-
When you're going to instantiate multiple
BatchNode
:s and you want them to share some properties, this is a convenient alternative. - BatchManager(File) - Constructor for class org.ojalgo.data.batch.BatchManager
- BatchNode<T> - Class in org.ojalgo.data.batch
-
A batch processing data node for when there's no way to fit the data in memory.
- BatchNode(BatchNode.Builder<T>) - Constructor for class org.ojalgo.data.batch.BatchNode
- BatchNode.Builder<T> - Class in org.ojalgo.data.batch
- BatchNode.TwoStepWrapper<T> - Class in org.ojalgo.data.batch
- before(S) - Method in interface org.ojalgo.structure.Structure1D.Logical
- below(long) - Method in class org.ojalgo.matrix.BasicMatrix
- below(long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- below(long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- below(Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- below(Access2D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- below(Access2D<N>...) - Method in class org.ojalgo.matrix.BasicMatrix
- below(Access2D<N>...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- below(S) - Method in interface org.ojalgo.structure.Structure2D.Logical
- below(S...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- beta - Variable in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- beta - Variable in class org.ojalgo.matrix.transformation.Householder.Generic
- beta - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive32
- beta - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive64
- beta(double, double) - Static method in class org.ojalgo.function.special.BetaFunction
- beta(double, double, double) - Static method in class org.ojalgo.function.special.BetaFunction.Incomplete
- beta(double, double, double) - Static method in class org.ojalgo.function.special.BetaFunction.Regularized
- beta(double, int, int) - Static method in class org.ojalgo.function.special.BetaFunction.Incomplete
- beta(double, int, int) - Static method in class org.ojalgo.function.special.BetaFunction.Regularized
- beta(double, ComplexNumber, ComplexNumber) - Static method in class org.ojalgo.function.special.BetaFunction.Incomplete
- beta(double, ComplexNumber, ComplexNumber) - Static method in class org.ojalgo.function.special.BetaFunction.Regularized
- beta(int, int) - Static method in class org.ojalgo.function.special.BetaFunction
- beta(ComplexNumber, ComplexNumber) - Static method in class org.ojalgo.function.special.BetaFunction
- BetaFunction - Class in org.ojalgo.function.special
- BetaFunction() - Constructor for class org.ojalgo.function.special.BetaFunction
- BetaFunction.Incomplete - Class in org.ojalgo.function.special
- BetaFunction.Regularized - Class in org.ojalgo.function.special
- between(Temporal, Temporal) - Method in enum org.ojalgo.type.CalendarDateUnit
- bias(int, int, double) - Method in class org.ojalgo.ann.NetworkTrainer
- bidiagonal(boolean) - Method in class org.ojalgo.matrix.BasicMatrix
- bidiagonal(boolean) - Method in interface org.ojalgo.matrix.store.MatrixStore
- bidiagonal(boolean) - Method in interface org.ojalgo.structure.Structure2D.Logical
- Bidiagonal<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
A general matrix [A] can be factorized by similarity transformations into the form [A]=[LQ][D][RQ] -1 where: [A] (m-by-n) is any, real or complex, matrix [D] (r-by-r) or (m-by-n) is, upper or lower, bidiagonal [LQ] (m-by-r) or (m-by-m) is orthogonal [RQ] (n-by-r) or (n-by-n) is orthogonal r = min(m,n)
- Bidiagonal.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- BidiagonalDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- BidiagonalDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, boolean) - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- BidiagonalDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- BidiagonalDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- BidiagonalDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- BidiagonalDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- BidiagonalDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
- BigAggregator - Class in org.ojalgo.function.aggregator
- BigAggregator() - Constructor for class org.ojalgo.function.aggregator.BigAggregator
- BigAggregator.BigAggregatorFunction - Class in org.ojalgo.function.aggregator
- BigAggregatorFunction() - Constructor for class org.ojalgo.function.aggregator.BigAggregator.BigAggregatorFunction
- BigFunction - Class in org.ojalgo.function
-
Only the reference type parameter (BigDecimal) methods are actually implemented.
- BigFunction() - Constructor for class org.ojalgo.function.BigFunction
- BigFunction.Binary - Interface in org.ojalgo.function
- BigFunction.Consumer - Interface in org.ojalgo.function
- BigFunction.Nullary - Interface in org.ojalgo.function
- BigFunction.Parameter - Interface in org.ojalgo.function
- BigFunction.Predicate - Interface in org.ojalgo.function
- BigFunction.Unary - Interface in org.ojalgo.function
- BigMath - Class in org.ojalgo.function.constant
- BigMath() - Constructor for class org.ojalgo.function.constant.BigMath
- BigMath.Prefix - Class in org.ojalgo.function.constant
- BigScalar - Class in org.ojalgo.scalar
-
A
BigDecimal
based implementation of theScalar
interface. - BigScalar() - Constructor for class org.ojalgo.scalar.BigScalar
- BigScalar(BigDecimal) - Constructor for class org.ojalgo.scalar.BigScalar
- binary() - Method in class org.ojalgo.optimisation.Variable
-
See
Variable.isBinary()
. - BinaryContext - Class in org.ojalgo.type.context
- BinaryContext() - Constructor for class org.ojalgo.type.context.BinaryContext
- BinaryContext(Format) - Constructor for class org.ojalgo.type.context.BinaryContext
- BinaryFormat - Class in org.ojalgo.type.format
- BinaryFormat() - Constructor for class org.ojalgo.type.format.BinaryFormat
- BinaryFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function
- BinaryFunction.FixedFirst<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function
-
A BinaryFunction with a set/fixed first argument.
- BinaryFunction.FixedSecond<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function
-
A BinaryFunction with a set/fixed second argument.
- BinaryFunctionSeries - Class in org.ojalgo.series.primitive
- BinaryFunctionSeries(PrimitiveSeries, BinaryFunction<Double>, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.BinaryFunctionSeries
- BinaryOperatorLeft(Access2D<N>, BinaryFunction<N>, ElementsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorLeft
- BinaryOperatorRight(ElementsSupplier<N>, BinaryFunction<N>, Access2D<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorRight
- Binomial - Class in org.ojalgo.random
-
The frequency in count indepedent trials, each with probability probability, has a binomial distribution.
- Binomial() - Constructor for class org.ojalgo.random.Binomial
- Binomial(int, double) - Constructor for class org.ojalgo.random.Binomial
- BIT_REVERSED_INDICES - Static variable in class org.ojalgo.data.transform.DiscreteFourierTransform
- BLACK - Static variable in class org.ojalgo.type.ColourData
- BlackLittermanContext - Class in org.ojalgo.data.domain.finance.portfolio
- BlackLittermanContext() - Constructor for class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- BlackLittermanModel - Class in org.ojalgo.data.domain.finance.portfolio
- BlackLittermanModel(FinancePortfolio.Context, FinancePortfolio) - Constructor for class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- BlackLittermanModel(MarketEquilibrium) - Constructor for class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- BlackLittermanModel(MarketEquilibrium, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- BlackLittermanModel.View - Class in org.ojalgo.data.domain.finance.portfolio
-
View/Forecast/Opinion
- blocks(Access2D<N>...) - Method in class org.ojalgo.tensor.TensorFactory2D
-
Will create a block diagonal tensor using the input matrices as blocks in the supplied order.
- blocks(AccessAnyD<N>...) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
-
Same as
TensorFactory2D.blocks(Access2D...)
but for higher/aribitrary rank tensors. - body() - Method in class org.ojalgo.netio.ServiceClient.Request
- body(Object) - Method in class org.ojalgo.netio.ServiceClient.Request
- BOOLEAN - org.ojalgo.machine.JavaType
- BooleanContext - Class in org.ojalgo.type.context
- BooleanContext() - Constructor for class org.ojalgo.type.context.BooleanContext
- BooleanContext(String, String) - Constructor for class org.ojalgo.type.context.BooleanContext
- BooleanContext(Format) - Constructor for class org.ojalgo.type.context.BooleanContext
- BooleanFormat - Class in org.ojalgo.type.format
-
BooleanFormat doesn't do anything useful, but it was needed for BooleanContext (that doesn't do much either).
- BooleanFormat() - Constructor for class org.ojalgo.type.format.BooleanFormat
- BooleanFormat(String, String) - Constructor for class org.ojalgo.type.format.BooleanFormat
- BooleanFormat(String, String, String) - Constructor for class org.ojalgo.type.format.BooleanFormat
- booleanValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- booleanValue() - Method in interface org.ojalgo.type.NumberDefinition
- booleanValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- booleanValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- borrow() - Method in class org.ojalgo.type.ObjectPool
- bound(FileFormatMPS.BoundType, BigDecimal) - Method in class org.ojalgo.optimisation.FileFormatMPS.Column
- BOUND_TYPE - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- bounds() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- BOUNDS - org.ojalgo.optimisation.FileFormatMPS.FileSection
- BoundType() - Constructor for enum org.ojalgo.optimisation.FileFormatMPS.BoundType
- BoxedByte(byte) - Constructor for class org.ojalgo.type.PrimitiveNumber.BoxedByte
- BoxedDouble(double) - Constructor for class org.ojalgo.type.PrimitiveNumber.BoxedDouble
- BoxedFloat(float) - Constructor for class org.ojalgo.type.PrimitiveNumber.BoxedFloat
- BoxedInt(int) - Constructor for class org.ojalgo.type.PrimitiveNumber.BoxedInt
- BoxedLong(long) - Constructor for class org.ojalgo.type.PrimitiveNumber.BoxedLong
- BoxedShort(short) - Constructor for class org.ojalgo.type.PrimitiveNumber.BoxedShort
- BRAND_BID - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- btran(PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- btran(PhysicalStore<N>) - Method in interface org.ojalgo.matrix.transformation.InvertibleFactor
-
Backwards-transformation
- btran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.transformation.InvertibleFactor.IdentityFactor
- btran(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- btran(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in interface org.ojalgo.matrix.transformation.InvertibleFactor
- BufferArray - Class in org.ojalgo.array
-
The odd member among the array implementations.
- BufferArray(BufferArray.Factory, Buffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferArray
- BufferArray.BufferConstructor - Interface in org.ojalgo.array
- BufferArray.Factory - Class in org.ojalgo.array
- BufferArray.MappedFileFactory - Class in org.ojalgo.array
- BufferR032 - Class in org.ojalgo.array
- BufferR032(BufferArray.Factory, ByteBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferR032
- BufferR032(BufferArray.Factory, FloatBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferR032
- BufferR064 - Class in org.ojalgo.array
- BufferR064(BufferArray.Factory, ByteBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferR064
- BufferR064(BufferArray.Factory, DoubleBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferR064
- BufferZ008 - Class in org.ojalgo.array
- BufferZ008(BufferArray.Factory, ByteBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ008
- BufferZ016 - Class in org.ojalgo.array
- BufferZ016(BufferArray.Factory, ByteBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ016
- BufferZ016(BufferArray.Factory, ShortBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ016
- BufferZ032 - Class in org.ojalgo.array
- BufferZ032(BufferArray.Factory, ByteBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ032
- BufferZ032(BufferArray.Factory, IntBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ032
- BufferZ064 - Class in org.ojalgo.array
- BufferZ064(BufferArray.Factory, ByteBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ064
- BufferZ064(BufferArray.Factory, LongBuffer, AutoCloseable) - Constructor for class org.ojalgo.array.BufferZ064
- build() - Method in class org.ojalgo.array.Array1D
- build() - Method in class org.ojalgo.array.Array2D
- build() - Method in class org.ojalgo.array.ArrayAnyD
- build() - Method in class org.ojalgo.array.DenseArray
- build() - Method in class org.ojalgo.array.GrowthStrategy.Builder
- build() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- build() - Method in class org.ojalgo.matrix.DenseMutator2D
- build() - Method in class org.ojalgo.matrix.SparseMutator2D
- build() - Method in class org.ojalgo.matrix.store.GenericStore
- build() - Method in class org.ojalgo.matrix.store.R032Store
- build() - Method in class org.ojalgo.matrix.store.R064Store
- build() - Method in class org.ojalgo.matrix.store.RawStore
- build() - Method in class org.ojalgo.matrix.store.SparseStore.Builder
- build() - Method in class org.ojalgo.netio.SegmentedFile.Builder
- build() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- build() - Method in class org.ojalgo.series.primitive.CoordinatedSet.Builder
- build() - Method in interface org.ojalgo.structure.Factory1D.Builder
- build() - Method in interface org.ojalgo.structure.Factory2D.Builder
- build() - Method in interface org.ojalgo.structure.FactoryAnyD.Builder
- build() - Method in class org.ojalgo.type.ForgetfulMap.Builder
- build(Function<F, ? extends FromFileReader<T>>) - Method in class org.ojalgo.netio.FromFileReader.Builder
- build(Function<F, ToFileWriter<T>>) - Method in class org.ojalgo.netio.ToFileWriter.Builder
- build(ToIntFunction<T>, Function<F, ? extends ToFileWriter<T>>) - Method in class org.ojalgo.netio.ToFileWriter.Builder
- build(UnaryOperator<K>) - Method in class org.ojalgo.series.primitive.CoordinatedSet.Builder
- build(M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
-
An integration must be able to instantiate a solver that can handle (any) model instance.
- build(DenseArray.Factory<N>) - Method in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- build(DenseArray.Factory<N>, BinaryFunction<N>) - Method in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- build(ConvexData, Optimisation.Options) - Method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ConfiguredIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.ModelIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.GomorySolver.ModelIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.IntegerSolver.ModelIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.ModelIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- build(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.service.ServiceIntegration
- build(ExpressionsBasedModel, Function<LinearStructure, S>) - Static method in class org.ojalgo.optimisation.linear.SimplexSolver
- build(ExpressionsBasedModel, Function<LinearStructure, T>) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- build(Optimisation.Options) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- buildChallengeRequest(ResourceLocator.Session, String) - Static method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.A request that requires consent and will set the "B" cookie, but not the crumb
- buildColumn(PhysicalStore.Factory<N, ?>, long, N...) - Static method in class org.ojalgo.matrix.store.AbstractStore
- buildColumn(PhysicalStore.Factory<N, ?>, long, Access2D<N>) - Static method in class org.ojalgo.matrix.store.AbstractStore
- buildColumn(PhysicalStore.Factory<N, ?>, long, Access2D<N>...) - Static method in class org.ojalgo.matrix.store.AbstractStore
- buildConsentRequest(ResourceLocator.Session, ResourceLocator.Request) - Static method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- buildCrumbRequest(ResourceLocator.Session) - Static method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- buildDataRequest(ResourceLocator.Session, String, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- buildDerivative() - Method in interface org.ojalgo.function.BasicFunction.Differentiable
- buildDerivative() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- buildDual(ConvexData<Double>, Optimisation.Options, boolean) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- builder() - Static method in class org.ojalgo.series.primitive.CoordinatedSet
- builder(int) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- builder(int, int...) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
Deprecated.Use
ArtificialNeuralNetwork.builder(int)
instead - builder(MatrixStore<Double>[]) - Static method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- builder(PhysicalStore.Factory<Double, ?>, int) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- builder(PhysicalStore.Factory<Double, ?>, int, int...) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
Deprecated.
- builder(PhysicalStore.Factory<N, ?>, D) - Static method in class org.ojalgo.matrix.store.DiagonalStore
- Builder() - Constructor for class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- Builder() - Constructor for class org.ojalgo.optimisation.GenericSolver.Builder
- Builder() - Constructor for class org.ojalgo.optimisation.linear.LinearSolver.Builder
- Builder() - Constructor for class org.ojalgo.series.primitive.CoordinatedSet.Builder
- Builder() - Constructor for class org.ojalgo.type.ForgetfulMap.Builder
- Builder(int) - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- Builder(int) - Constructor for class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- Builder(long) - Constructor for class org.ojalgo.array.GrowthStrategy.Builder
- Builder(F[]) - Constructor for class org.ojalgo.netio.FromFileReader.Builder
- Builder(F[]) - Constructor for class org.ojalgo.netio.ToFileWriter.Builder
- Builder(File) - Constructor for class org.ojalgo.netio.SegmentedFile.Builder
- Builder(File, DataInterpreter<T>) - Constructor for class org.ojalgo.data.batch.BatchNode.Builder
- Builder(DenseArray.Factory<?>) - Constructor for class org.ojalgo.array.GrowthStrategy.Builder
- Builder(MatrixStore<Double>[]) - Constructor for class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- Builder(PhysicalStore.Factory<N, ?>, int, int) - Constructor for class org.ojalgo.matrix.store.SparseStore.Builder
- Builder(PhysicalStore.Factory<N, ?>, D) - Constructor for class org.ojalgo.matrix.store.DiagonalStore.Builder
- buildMapped(Function<F, ToFileWriter<T>>) - Method in class org.ojalgo.netio.ToFileWriter.Builder
- buildPrimal(ConvexData<Double>, Optimisation.Options, boolean) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- buildPrimitive() - Method in interface org.ojalgo.function.BasicFunction.Integratable
- buildPrimitive() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- buildResult() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- buildResult() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- buildResult() - Method in class org.ojalgo.optimisation.integer.GomorySolver
- buildResult() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- buildResult() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- buildResult(MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, Optimisation.State) - Static method in class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- buildRow(PhysicalStore.Factory<N, ?>, long, N...) - Static method in class org.ojalgo.matrix.store.AbstractStore
- buildRow(PhysicalStore.Factory<N, ?>, long, Access2D<N>) - Static method in class org.ojalgo.matrix.store.AbstractStore
- buildRow(PhysicalStore.Factory<N, ?>, long, Access2D<N>...) - Static method in class org.ojalgo.matrix.store.AbstractStore
- BusinessObject - Interface in org.ojalgo.type
-
Each/every business object interface should extends this
BusinessObject
interface (and preferably nothing else). - BV - org.ojalgo.optimisation.FileFormatMPS.BoundType
- by(double) - Method in interface org.ojalgo.function.BinaryFunction
-
To allow syntax like
array.modifyAll(DIVIDE.by(3.0));
- by(N) - Method in interface org.ojalgo.function.BinaryFunction
-
To allow syntax like
array.modifyAll(DIVIDE.by(3.0));
- BYTE - org.ojalgo.machine.JavaType
- ByteBufferBackedInputStream - Class in org.ojalgo.netio
- ByteBufferBackedInputStream(ByteBuffer) - Constructor for class org.ojalgo.netio.ByteBufferBackedInputStream
- ByteBufferBackedOutputStream - Class in org.ojalgo.netio
- ByteBufferBackedOutputStream(ByteBuffer) - Constructor for class org.ojalgo.netio.ByteBufferBackedOutputStream
- BYTES - Static variable in class org.ojalgo.machine.BasicMachine
- BYTES - Static variable in interface org.ojalgo.netio.DataInterpreter
- byteValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- byteValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- byteValue() - Method in interface org.ojalgo.type.NumberDefinition
- byteValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- byteValue(int) - Method in class org.ojalgo.array.Array1D
- byteValue(int) - Method in class org.ojalgo.array.Array2D
- byteValue(int) - Method in class org.ojalgo.array.ArrayAnyD
- byteValue(int) - Method in class org.ojalgo.array.ArrayR032
- byteValue(int) - Method in class org.ojalgo.array.ArrayR064
- byteValue(int) - Method in class org.ojalgo.array.ArrayR256
- byteValue(int) - Method in class org.ojalgo.array.ArrayZ008
- byteValue(int) - Method in class org.ojalgo.array.ArrayZ016
- byteValue(int) - Method in class org.ojalgo.array.ArrayZ032
- byteValue(int) - Method in class org.ojalgo.array.ArrayZ064
- byteValue(int) - Method in class org.ojalgo.array.BufferR032
- byteValue(int) - Method in class org.ojalgo.array.BufferR064
- byteValue(int) - Method in class org.ojalgo.array.BufferZ008
- byteValue(int) - Method in class org.ojalgo.array.BufferZ016
- byteValue(int) - Method in class org.ojalgo.array.BufferZ032
- byteValue(int) - Method in class org.ojalgo.array.BufferZ064
- byteValue(int) - Method in class org.ojalgo.array.OffHeapZ008
- byteValue(int) - Method in class org.ojalgo.array.PlainArray
- byteValue(int) - Method in class org.ojalgo.array.ScalarArray
- byteValue(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- byteValue(int) - Method in interface org.ojalgo.structure.Access1D
- byteValue(int) - Method in interface org.ojalgo.structure.Access2D
- byteValue(int) - Method in class org.ojalgo.tensor.VectorTensor
- byteValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- byteValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- byteValue(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- byteValue(int, int) - Method in class org.ojalgo.array.Array2D
- byteValue(int, int) - Method in class org.ojalgo.data.image.ImageData
- byteValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- byteValue(int, int) - Method in interface org.ojalgo.structure.Access2D
- byteValue(int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- byteValue(long) - Method in class org.ojalgo.array.Array1D
- byteValue(long) - Method in class org.ojalgo.array.Array2D
- byteValue(long) - Method in class org.ojalgo.array.ArrayAnyD
- byteValue(long) - Method in class org.ojalgo.array.OffHeapZ008
- byteValue(long) - Method in class org.ojalgo.array.PlainArray
- byteValue(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- byteValue(long) - Method in interface org.ojalgo.structure.Access1D
- byteValue(long) - Method in interface org.ojalgo.structure.Access2D
- byteValue(long) - Method in class org.ojalgo.tensor.VectorTensor
- byteValue(long...) - Method in class org.ojalgo.array.ArrayAnyD
- byteValue(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- byteValue(long...) - Method in class org.ojalgo.tensor.AnyTensor
- byteValue(long, long) - Method in class org.ojalgo.array.Array2D
- byteValue(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- byteValue(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- byteValue(long, long) - Method in interface org.ojalgo.structure.Access2D
- byteValue(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- byteValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- byteValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- byteValue(K) - Method in class org.ojalgo.structure.Keyed1D
- byteValue(R, C) - Method in class org.ojalgo.structure.Keyed2D
C
- C - org.ojalgo.algebra.NumberSet
-
Complex Numbers
- C - Static variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- C - Static variable in class org.ojalgo.function.special.ErrorFunction
- C - Static variable in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
-
Coefficients
- C128 - org.ojalgo.type.math.MathType
-
Complex Number: 2 * double
- C128 - Static variable in class org.ojalgo.array.Array1D
- C128 - Static variable in class org.ojalgo.array.Array2D
- C128 - Static variable in class org.ojalgo.array.ArrayAnyD
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.Bidiagonal
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.Cholesky
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.Eigenvalue
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.Hessenberg
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.LDL
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.LU
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.QR
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.SingularValue
- C128 - Static variable in interface org.ojalgo.matrix.decomposition.Tridiagonal
- C128 - Static variable in class org.ojalgo.matrix.store.GenericStore
- C128 - Static variable in class org.ojalgo.matrix.store.SparseStore
- C128 - Static variable in interface org.ojalgo.matrix.task.DeterminantTask
- C128 - Static variable in interface org.ojalgo.matrix.task.InverterTask
- C128 - Static variable in interface org.ojalgo.matrix.task.SolverTask
- C128() - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.CholeskyDecomposition.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.DeferredTridiagonal.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.HessenbergDecomposition.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.LDLDecomposition.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.LUDecomposition.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.C128
- C128() - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.C128
- C128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.C128
- C128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.C128
- C128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.C128
- CABS1 - Class in org.ojalgo.array.operation
-
The ?cabs1 is an auxiliary routine for a few BLAS Level 1 routines.
- CABS1() - Constructor for class org.ojalgo.array.operation.CABS1
- cache - Variable in class org.ojalgo.machine.CommonMachine
-
The size of one top level (L3 or L2) cache unit in bytes.
- cache() - Method in class org.ojalgo.machine.CommonMachine
-
The total amount of top level (L3 or L2) cache memory in bytes.
- CachedValue(V) - Constructor for class org.ojalgo.type.ForgetfulMap.CachedValue
- calculate(double, double, double, double) - Static method in class org.ojalgo.matrix.task.AbstractDeterminator
- calculate(double, double, double, double, double, double, double, double, double) - Static method in class org.ojalgo.matrix.task.AbstractDeterminator
- calculate(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class org.ojalgo.matrix.task.AbstractDeterminator
- calculate(double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double, double) - Static method in class org.ojalgo.matrix.task.AbstractDeterminator
- calculate(T, double, double) - Method in class org.ojalgo.equation.Equation
- calculateAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- calculateAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculateAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- calculateAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- calculateAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- calculateAssetReturns(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculateAssetReturns(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
If the input vector of asset weights are the weights of the market portfolio, then the ouput is the equilibrium excess returns.
- calculateAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- calculateAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- calculateAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculateAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- calculateAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- calculateAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
-
Constrained optimisation.
- calculateAssetWeights(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculateAssetWeights(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
If the input vector of returns are the equilibrium excess returns then the output is the market portfolio weights.
- calculateBeta(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- calculateCorrelation(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- calculateCovariance(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- calculateDensity(double) - Method in class org.ojalgo.random.ChiSquareDistribution
- calculateDensity(double) - Method in class org.ojalgo.random.ChiSquareDistribution.Degree2
- calculateDensity(double) - Method in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- calculateDeterminant(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- calculateDeterminant(Access2D<?>) - Method in interface org.ojalgo.matrix.task.DeterminantTask
- calculateDualDirection(SimplexSolver.ExitInfo) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- calculateDualDirection(SimplexSolver.ExitInfo) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- calculateDualDirection(SimplexSolver.ExitInfo) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- calculateFrobeniusNorm(M) - Static method in class org.ojalgo.matrix.BasicMatrix
-
The Frobenius norm is the square root of the sum of the squares of each element, or the square root of the sum of the square of the singular values.
- calculateImpliedRiskAversion(MatrixR064, MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
Will calculate the risk aversion factor that is the best fit for an observed pair of market portfolio weights and equilibrium/historical excess returns.
- calculateInfinityNorm(M) - Static method in class org.ojalgo.matrix.BasicMatrix
- calculateIteration() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- calculateIteration() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- calculateIteration() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- calculateOneNorm(M) - Static method in class org.ojalgo.matrix.BasicMatrix
- calculatePortfolioReturn(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- calculatePortfolioReturn(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculatePortfolioReturn(FinancePortfolio) - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- calculatePortfolioReturn(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- calculatePortfolioReturn(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- calculatePortfolioReturn(MatrixR064, MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculatePortfolioReturn(MatrixR064, MatrixR064) - Static method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
Calculates the portfolio return using the input asset weights and returns.
- calculatePortfolioReturn(Access1D<?>, MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- calculatePortfolioVariance(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- calculatePortfolioVariance(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculatePortfolioVariance(FinancePortfolio) - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- calculatePortfolioVariance(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- calculatePortfolioVariance(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- calculatePortfolioVariance(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calculatePortfolioVariance(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
Calculates the portfolio variance using the input instrument weights.
- calculatePortfolioVariance(Access1D<?>) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- calculatePrimalDirection(SimplexSolver.EnterInfo) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- calculatePrimalDirection(SimplexSolver.EnterInfo) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- calculatePrimalDirection(SimplexSolver.EnterInfo) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- calculateQuartiles() - Method in class org.ojalgo.random.SampleSet
- calculateSetValue(Collection<Structure1D.IntIndex>) - Method in class org.ojalgo.optimisation.Expression
-
Calculates this expression's value - the subset variables' part of this expression.
- calculateSumOfSquaresAll() - Method in class org.ojalgo.scalar.Quaternion
- calculateSumOfSquaresVector() - Method in class org.ojalgo.scalar.Quaternion
- calculateTreeSize() - Method in class org.ojalgo.optimisation.integer.NodeKey
- calculateValueAtRisk(double, double, double, double) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- calculateVariance(double, double, int) - Static method in class org.ojalgo.random.SampleSet
- calculateVariance(MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- CalculationLayer - Class in org.ojalgo.ann
- CalculationLayer(PhysicalStore.Factory<Double, ?>, int, int, ArtificialNeuralNetwork.Activator) - Constructor for class org.ojalgo.ann.CalculationLayer
- CALENDAR - Static variable in interface org.ojalgo.series.BasicSeries
- CALENDAR - Static variable in class org.ojalgo.type.TimeIndex
- CALENDAR_DATE - Static variable in interface org.ojalgo.series.BasicSeries
- CALENDAR_DATE - Static variable in class org.ojalgo.type.TimeIndex
- CalendarDate - Class in org.ojalgo.type
-
Originally, long before Java 8 and its new Date and Time API, this class was designed to provide an immutable complement to the existing Date and Calendar classes and to have easy/direct access to the underlying epoch millisecond value.
- CalendarDate() - Constructor for class org.ojalgo.type.CalendarDate
- CalendarDate(long) - Constructor for class org.ojalgo.type.CalendarDate
- CalendarDate(String) - Constructor for class org.ojalgo.type.CalendarDate
- CalendarDate(Calendar) - Constructor for class org.ojalgo.type.CalendarDate
- CalendarDate(Date) - Constructor for class org.ojalgo.type.CalendarDate
- CalendarDate.Resolution - Interface in org.ojalgo.type
-
Extends
TemporalAdjuster
but also loosely corresponds to aTemporalUnit
and/orTemporalAmount
. - CalendarDateDuration - Class in org.ojalgo.type
-
Designed to complement CalendarDate.
- CalendarDateDuration() - Constructor for class org.ojalgo.type.CalendarDateDuration
- CalendarDateDuration(double, CalendarDateUnit) - Constructor for class org.ojalgo.type.CalendarDateDuration
- CalendarDateSeries<N extends java.lang.Comparable<N>> - Class in org.ojalgo.series
- CalendarDateSeries() - Constructor for class org.ojalgo.series.CalendarDateSeries
- CalendarDateSeries(NavigableMap<CalendarDate, N>, CalendarDateUnit) - Constructor for class org.ojalgo.series.CalendarDateSeries
- CalendarDateSeries(CalendarDateUnit) - Constructor for class org.ojalgo.series.CalendarDateSeries
- CalendarDateUnit - Enum in org.ojalgo.type
-
Designed to complement CalendarDate.
- CalendarDateUnit(ChronoUnit, long, String) - Constructor for enum org.ojalgo.type.CalendarDateUnit
- CalendarDateUnit(ChronoUnit, TimeUnit, String) - Constructor for enum org.ojalgo.type.CalendarDateUnit
- calibrate() - Method in class org.ojalgo.random.process.GaussianField
- calibrate() - Method in class org.ojalgo.random.process.GaussianProcess
- calibrate(Collection<EntryPair.KeyedPrimitive<K>>) - Method in interface org.ojalgo.random.process.GaussianField.Mean
- calibrate(Collection<EntryPair.KeyedPrimitive<K>>, GaussianField.Mean<K>) - Method in interface org.ojalgo.random.process.GaussianField.Covariance
- calibrate(List<? extends Comparable<?>>) - Method in class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- calibrate(List<? extends Comparable<?>>) - Method in class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- calibrate(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- calibrate(FinancePortfolio.Context) - Method in class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- calibrate(MatrixR064, MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- calibrate(MatrixR064, MatrixR064) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
Will set the risk aversion factor to the best fit for an observed pair of market portfolio asset weights and equilibrium/historical excess returns.
- call() - Method in class org.ojalgo.concurrent.ProcessingService.CallableConsumer
- call() - Method in class org.ojalgo.concurrent.ProcessingService.CallableMapper
- call(double[][], int, int, double[], int, double) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- call(double[][], int, int, Householder.Primitive64) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- call(double[], int, int, double[], int, double) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- call(double[], int, int, Householder.Primitive64) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- call(double[], int, int, Householder.Primitive64, double[]) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- call(float[], int, int, Householder.Primitive32) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- call(float[], int, int, Householder.Primitive32, float[]) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- call(long[]) - Method in interface org.ojalgo.structure.StructureAnyD.ReferenceCallback
- call(long, double) - Method in interface org.ojalgo.array.SparseArray.NonzeroPrimitiveCallback
- call(long, long, long) - Method in interface org.ojalgo.structure.Structure1D.LoopCallback
-
for(long i = first; i < limit; i += step)
- call(long, N) - Method in interface org.ojalgo.array.SparseArray.NonzeroReferenceTypeCallback
- call(ExecutorService, int, int, int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.concurrent.DivideAndConquer
- call(N[], int, int, Householder.Generic<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- call(N[], int, int, Householder.Generic<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- CallableConsumer(Queue<W>, Consumer<W>) - Constructor for class org.ojalgo.concurrent.ProcessingService.CallableConsumer
- CallableMapper(Queue<W>, TwoStepMapper<W, R>) - Constructor for class org.ojalgo.concurrent.ProcessingService.CallableMapper
- cancel() - Method in class org.ojalgo.netio.ServiceClient.Response
- capacity() - Method in class org.ojalgo.array.LongToNumberMap
-
The current capacity of the underlying data structure.
- capacity() - Method in class org.ojalgo.array.NumberList
-
The current capacity of the underlying data structure.
- capacity() - Method in class org.ojalgo.array.SparseArray
- cardinality() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Count of non-zero elements
- cardinality() - Method in class org.ojalgo.function.aggregator.BigAggregator
- cardinality() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- cardinality() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- cardinality() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- cardinality() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- cardinality() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- cardinality() - Method in class org.ojalgo.function.BigFunction
- cardinality() - Method in class org.ojalgo.function.ComplexFunction
- cardinality() - Method in class org.ojalgo.function.FunctionSet
- cardinality() - Method in class org.ojalgo.function.PrimitiveFunction
- cardinality() - Method in class org.ojalgo.function.QuadrupleFunction
- cardinality() - Method in class org.ojalgo.function.QuaternionFunction
- cardinality() - Method in class org.ojalgo.function.RationalFunction
- CARDINALITY - org.ojalgo.function.aggregator.Aggregator
- CARDINALITY - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- CARDINALITY - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- CARDINALITY - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- CARDINALITY - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- CARDINALITY - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- CARDINALITY - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- CARDINALITY - Static variable in class org.ojalgo.function.constant.BigMath
- CARDINALITY - Static variable in class org.ojalgo.function.constant.ComplexMath
- CARDINALITY - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- CARDINALITY - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- CARDINALITY - Static variable in class org.ojalgo.function.constant.QuaternionMath
- CARDINALITY - Static variable in class org.ojalgo.function.constant.RationalMath
- cast(double) - Method in interface org.ojalgo.scalar.Scalar.Factory
- cast(Comparable<?>) - Method in interface org.ojalgo.scalar.Scalar.Factory
- cast(PhysicalStore.Factory<N, ?>, Access2D<?>) - Static method in class org.ojalgo.matrix.store.AbstractStore
- cast(Householder<Double>) - Static method in class org.ojalgo.matrix.store.R032Store
- cast(Householder<Double>) - Static method in class org.ojalgo.matrix.store.R064Store
- cast(Householder<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- cast(Rotation<Double>) - Static method in class org.ojalgo.matrix.store.R032Store
- cast(Rotation<Double>) - Static method in class org.ojalgo.matrix.store.R064Store
- cast(Rotation<Double>) - Static method in class org.ojalgo.matrix.store.RawStore
- cast(Rotation<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- cast(Access1D<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- cast(Access1D<?>) - Static method in class org.ojalgo.matrix.store.R032Store
- cast(Access1D<?>) - Static method in class org.ojalgo.matrix.store.R064Store
- cast(Mutate2D.ModifiableReceiver<N>) - Static method in interface org.ojalgo.matrix.store.TransformableRegion
- Cauchy - Class in org.ojalgo.random
-
https://en.wikipedia.org/wiki/Cauchy_distribution
- Cauchy() - Constructor for class org.ojalgo.random.Cauchy
- Cauchy(double, double) - Constructor for class org.ojalgo.random.Cauchy
- caxpy(double, int, int, int) - Method in class org.ojalgo.matrix.store.R064Store
- cbrt() - Method in class org.ojalgo.function.BigFunction
- cbrt() - Method in class org.ojalgo.function.ComplexFunction
- cbrt() - Method in class org.ojalgo.function.FunctionSet
- cbrt() - Method in class org.ojalgo.function.PrimitiveFunction
- cbrt() - Method in class org.ojalgo.function.QuadrupleFunction
- cbrt() - Method in class org.ojalgo.function.QuaternionFunction
- cbrt() - Method in class org.ojalgo.function.RationalFunction
- CBRT - Static variable in class org.ojalgo.function.constant.BigMath
- CBRT - Static variable in class org.ojalgo.function.constant.ComplexMath
- CBRT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- CBRT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- CBRT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- CBRT - Static variable in class org.ojalgo.function.constant.RationalMath
- cdiv(double, double, double, double, double[]) - Static method in class org.ojalgo.matrix.decomposition.EvD2D
-
Complex scalar division.
- ceil() - Method in class org.ojalgo.function.BigFunction
- ceil() - Method in class org.ojalgo.function.ComplexFunction
- ceil() - Method in class org.ojalgo.function.FunctionSet
- ceil() - Method in class org.ojalgo.function.PrimitiveFunction
- ceil() - Method in class org.ojalgo.function.QuadrupleFunction
- ceil() - Method in class org.ojalgo.function.QuaternionFunction
- ceil() - Method in class org.ojalgo.function.RationalFunction
- CEIL - Static variable in class org.ojalgo.function.constant.BigMath
- CEIL - Static variable in class org.ojalgo.function.constant.ComplexMath
- CEIL - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- CEIL - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- CEIL - Static variable in class org.ojalgo.function.constant.QuaternionMath
- CEIL - Static variable in class org.ojalgo.function.constant.RationalMath
- ceilingEntry(K) - Method in class org.ojalgo.series.TreeSeries
- ceilingKey(K) - Method in class org.ojalgo.series.TreeSeries
- CENTER - Static variable in class org.ojalgo.data.DataProcessors
-
Variables (columns) centered so that their average will be 0.0
- CENTER_AND_SCALE - Static variable in class org.ojalgo.data.DataProcessors
-
Variables (columns) will be transformed to be [-1.0,1.0].
- CENTI - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- CENTI - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- CENTI - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- CENTI - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- centroid(Collection<Point>) - Method in class org.ojalgo.data.cluster.PointDistanceCache
- centroids(Collection<T>) - Method in class org.ojalgo.data.cluster.RandomClustering
- CENTURY - org.ojalgo.type.CalendarDateUnit
- change(int, int) - Method in class org.ojalgo.matrix.decomposition.Pivot
- CHAR - org.ojalgo.machine.JavaType
- CharacteristicLine - Class in org.ojalgo.data.domain.finance.portfolio
- CharacteristicLine() - Constructor for class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- CharacteristicLine(FinancePortfolio) - Constructor for class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- characteristics() - Method in class org.ojalgo.structure.Access2D.ColumnView
- characteristics() - Method in class org.ojalgo.structure.Access2D.RowView
- characteristics() - Method in interface org.ojalgo.structure.ElementView1D
- CHARACTERISTICS - Static variable in class org.ojalgo.array.PlainArray
- CHARACTERISTICS - Static variable in class org.ojalgo.structure.Access2D.ColumnView
- CHARACTERISTICS - Static variable in class org.ojalgo.structure.Access2D.RowView
- CHARACTERISTICS - Static variable in interface org.ojalgo.structure.ElementView1D
- CharacterRing - Class in org.ojalgo.netio
-
A circular char buffer - an Appendable CharSequence that always hold exactly 65536 characters.
- CharacterRing() - Constructor for class org.ojalgo.netio.CharacterRing
- CharacterRing.RingLogger - Class in org.ojalgo.netio
- CharArraySegment - Class in org.ojalgo.netio
- CharArraySegment(char[], int, int) - Constructor for class org.ojalgo.netio.CharArraySegment
- CharArraySegment(CharArraySegment, int, int) - Constructor for class org.ojalgo.netio.CharArraySegment
- CharArraySegment.RootSegment - Class in org.ojalgo.netio
- CharArraySegment.Subsegment - Class in org.ojalgo.netio
- charAt(int) - Method in class org.ojalgo.netio.CharacterRing
- charAt(int) - Method in class org.ojalgo.netio.CharArraySegment
- checkAndDecompose(MatrixStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- checkAndDecompose(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- checkAndDecompose(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- checkAndDecompose(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- checkAndDecompose(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- checkAndDecompose(MatrixStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Hermitian
-
Absolutely must check if the matrix is hermitian or not.
- checkFeasibility() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- checkFeasibility(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext, boolean) - Static method in class org.ojalgo.optimisation.Presolvers
- checkProbabilty(double) - Method in class org.ojalgo.random.RandomNumber
- checkSimilarity(Collection<Expression>, Expression) - Static method in class org.ojalgo.optimisation.Presolvers
-
Checks if the potential
Expression
is similar to any in the current collection. - checkSimilarity(Expression) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.RawLU
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.RawQR
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- checkSolvability() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- checkSymmetry() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- ChiSquareDistribution - Class in org.ojalgo.random
- ChiSquareDistribution(double) - Constructor for class org.ojalgo.random.ChiSquareDistribution
- ChiSquareDistribution.Degree2 - Class in org.ojalgo.random
- ChiSquareDistribution.NormalApproximation - Class in org.ojalgo.random
- Cholesky<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Cholesky: [A] = [L][L]H (or [R]H[R])
- Cholesky.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- CholeskyDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- CholeskyDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- CholeskyDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- CholeskyDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- CholeskyDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- CholeskyDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- CholeskyDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
- chunk() - Method in class org.ojalgo.array.GrowthStrategy.Builder
- chunk() - Method in class org.ojalgo.array.GrowthStrategy
- chunk(long) - Method in class org.ojalgo.array.GrowthStrategy.Builder
- chunk(long) - Method in class org.ojalgo.array.StrategyBuildingFactory
- CHUNK - Static variable in class org.ojalgo.array.GrowthStrategy.Builder
-
512
- clean() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
-
Equivalent to copying, but additionally the covariance matrix will be cleaned of negative and very small eigenvalues to make it positive definite.
- CLEANER - Static variable in class org.ojalgo.type.ForgetfulMap
- CLEANER - Static variable in class org.ojalgo.type.NativeMemory
- cleanUp() - Method in class org.ojalgo.data.domain.finance.series.SourceCache
- cleanUp() - Method in class org.ojalgo.type.ForgetfulMap
-
Removes all entries that have expired.
- cleanUpPhase1Artificials() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
-
https://math.stackexchange.com/questions/3254444/artificial-variables-in-two-phase-simplex-method
- clear() - Method in class org.ojalgo.array.Array1D
- clear() - Method in class org.ojalgo.array.LongToNumberMap
- clear() - Method in class org.ojalgo.array.NumberList
- clear() - Method in class org.ojalgo.concurrent.MultiviewSet
- clear() - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- clear() - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- clear() - Method in interface org.ojalgo.netio.BasicLogger.Buffer
- clear() - Method in class org.ojalgo.netio.CharacterRing
- clear() - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- clear() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- clear() - Method in class org.ojalgo.series.TreeSeries
- clear() - Method in class org.ojalgo.type.collection.CloseableList
- clear() - Method in class org.ojalgo.type.collection.CloseableMap
- clear() - Method in class org.ojalgo.type.FloatingPointReceptacle
- clear() - Method in class org.ojalgo.type.ForgetfulMap
- clear() - Method in interface org.ojalgo.type.keyvalue.EntryPair
- clearAllConstraints() - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- clearFactors() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- clearIntegrations() - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- clearPresolvers() - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- close - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- close - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- close - Variable in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- close() - Method in class org.ojalgo.array.BufferArray
- close() - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- close() - Method in class org.ojalgo.netio.DataReader
- close() - Method in class org.ojalgo.netio.DataWriter
- close() - Method in interface org.ojalgo.netio.FromFileReader
- close() - Method in class org.ojalgo.netio.ManagedReader
- close() - Method in class org.ojalgo.netio.ManagedWriter
- close() - Method in class org.ojalgo.netio.MappedReader
- close() - Method in class org.ojalgo.netio.MappedWriter
- close() - Method in class org.ojalgo.netio.QueuedReader
- close() - Method in class org.ojalgo.netio.QueuedWriter
- close() - Method in class org.ojalgo.netio.SegmentedFile
- close() - Method in class org.ojalgo.netio.SequencedReader
- close() - Method in class org.ojalgo.netio.ShardedWriter
- close() - Method in class org.ojalgo.netio.TextLineReader
- close() - Method in class org.ojalgo.netio.TextLineWriter
- close() - Method in interface org.ojalgo.netio.ToFileWriter
- close() - Method in class org.ojalgo.type.collection.CloseableList
- close() - Method in class org.ojalgo.type.collection.CloseableMap
- CloseableList<T extends java.lang.AutoCloseable> - Class in org.ojalgo.type.collection
- CloseableList(List<T>) - Constructor for class org.ojalgo.type.collection.CloseableList
- CloseableMap<K,V extends java.lang.AutoCloseable> - Class in org.ojalgo.type.collection
- CloseableMap(Map<K, V>) - Constructor for class org.ojalgo.type.collection.CloseableMap
- cluster(Collection<Point>) - Static method in class org.ojalgo.data.cluster.Point
-
Essentially works like this: Calculate, and store, distances between all the points (to enable statistical analysis, and speed up the following steps) Perform statistical analysis of the distances to determine a suitable distance threshold for greedy clustering Perform greedy clustering to get an initial set of centroids Filter out centroids/clusters corresponding to extremely small clusters (This determines the 'k') Perform k-means clustering to refine the clusters and centroids
- cluster(Collection<T>) - Method in interface org.ojalgo.data.cluster.ClusteringAlgorithm
- cluster(Collection<T>) - Method in class org.ojalgo.data.cluster.GeneralisedKMeans
- cluster(Collection<T>) - Method in class org.ojalgo.data.cluster.GreedyClustering
- cluster(Collection<T>) - Method in class org.ojalgo.data.cluster.RandomClustering
- ClusteringAlgorithm<T> - Interface in org.ojalgo.data.cluster
- COEFFICIENT - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- coefficients() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- coefficients(Access1D<?>) - Method in class org.ojalgo.function.multiary.AffineFunction.Factory
- coefficients(Access1D<?>) - Method in class org.ojalgo.function.multiary.LinearFunction.Factory
- coefficients(Access2D<?>) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction.Factory
- col - Variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- collect(Access2D.Collectable<Double, ? super DecompositionStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- collect(Access2D.Collectable<N, ? super DecompositionStore<N>>) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- collect(Factory1D<I>) - Method in interface org.ojalgo.structure.Access1D.Collectable
- collect(Factory2D<I>) - Method in interface org.ojalgo.structure.Access2D.Collectable
- collect(FactoryAnyD<I>) - Method in interface org.ojalgo.structure.AccessAnyD.Collectable
- collectGarbage() - Method in class org.ojalgo.machine.VirtualMachine
- collector(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.NumberList
- colour(ColourData) - Method in interface org.ojalgo.series.BasicSeries
- colour(ColourData) - Method in class org.ojalgo.series.MappedIndexSeries
- colour(ColourData) - Method in class org.ojalgo.series.TreeSeries
- ColourData - Class in org.ojalgo.type
- ColourData(float, float, float) - Constructor for class org.ojalgo.type.ColourData
- ColourData(float, float, float, float) - Constructor for class org.ojalgo.type.ColourData
- ColourData(int) - Constructor for class org.ojalgo.type.ColourData
- ColourData(int, boolean) - Constructor for class org.ojalgo.type.ColourData
- ColourData(int, int, int) - Constructor for class org.ojalgo.type.ColourData
- ColourData(int, int, int, int) - Constructor for class org.ojalgo.type.ColourData
- column - Variable in class org.ojalgo.structure.Structure2D.IntRowColumn
- column - Variable in class org.ojalgo.structure.Structure2D.LongRowColumn
- column - Variable in class org.ojalgo.structure.Structure2D.RowColumnKey
- column() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- column() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- column() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- column() - Method in class org.ojalgo.structure.Access2D.ColumnView
- column() - Method in class org.ojalgo.structure.Access2D.ElementView
- column() - Method in interface org.ojalgo.structure.ElementView2D
- column() - Method in class org.ojalgo.structure.Structure2D.IntRowColumn
- column() - Method in class org.ojalgo.structure.Structure2D.LongRowColumn
- column(double[]) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- column(int) - Method in class org.ojalgo.matrix.BasicMatrix
- column(int) - Method in interface org.ojalgo.matrix.store.MatrixStore
- column(int) - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- column(int) - Method in interface org.ojalgo.structure.Structure2D.Logical
- column(int, int) - Static method in interface org.ojalgo.structure.Structure2D
- column(int, int[]) - Static method in interface org.ojalgo.structure.Structure2D
- column(long) - Method in class org.ojalgo.matrix.BasicMatrix
- column(long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- column(long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- column(long, int) - Static method in interface org.ojalgo.structure.Structure2D
- column(long, long) - Static method in interface org.ojalgo.structure.Structure2D
- column(long, long[]) - Static method in interface org.ojalgo.structure.Structure2D
- column(Comparable<?>...) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- column(List<? extends Comparable<?>>) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- column(Access1D<?>) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- column(Access2D<?>, long, double[], int, int) - Static method in class org.ojalgo.array.operation.COPY
- Column(String) - Constructor for class org.ojalgo.optimisation.FileFormatMPS.Column
- COLUMN_NAME - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- ColumnMarker() - Constructor for enum org.ojalgo.optimisation.FileFormatMPS.ColumnMarker
- columns() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- columns() - Method in class org.ojalgo.matrix.store.R032Store
- columns() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- columns() - Method in interface org.ojalgo.structure.Access2D
- columns(double[][]) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
-
Deprecated.v54 Use
RawStore.wrap(double[][])
andMatrixStore.transpose()
instead. - columns(int...) - Method in class org.ojalgo.matrix.BasicMatrix
- columns(int...) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- columns(int...) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
A selection (re-ordering) of columns.
- columns(int...) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- columns(int...) - Method in interface org.ojalgo.structure.Access2D
- columns(int...) - Method in interface org.ojalgo.structure.Structure2D.Logical
-
A selection (re-ordering) of columns.
- columns(int, Object...) - Method in interface org.ojalgo.netio.BasicLogger
-
Will print 1 line/row with the objects in fixed width columns
- columns(long...) - Method in class org.ojalgo.matrix.BasicMatrix
- columns(long...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- columns(long...) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- columns(long...) - Method in interface org.ojalgo.structure.Access2D
- columns(long...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- columns(BasicLogger, int, Object...) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- COLUMNS - org.ojalgo.optimisation.FileFormatMPS.FileSection
- ColumnsModifier(ElementsSupplier<N>, BinaryFunction<N>, Access1D<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.ColumnsModifier
- ColumnsModifier(Access1D<N>, BinaryFunction<N>, ElementsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.ColumnsModifier
- ColumnsReducer(MatrixStore<N>, Aggregator) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.ColumnsReducer
- ColumnsRegion(TransformableRegion<N>, TransformableRegion.FillByMultiplying<N>, int...) - Constructor for class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- ColumnsStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A selection (re-ordering) of columns.
- ColumnsStore(MatrixStore<N>, int[]) - Constructor for class org.ojalgo.matrix.store.ColumnsStore
- ColumnsSupplier<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
Sparse columns – columns can be added and removed.
- ColumnsSupplier(PhysicalStore.Factory<N, ?>, int) - Constructor for class org.ojalgo.matrix.store.ColumnsSupplier
- ColumnsSupplier.SingleView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- ColumnState(char) - Constructor for enum org.ojalgo.optimisation.linear.SimplexStore.ColumnState
- ColumnView(Access2D<N>) - Constructor for class org.ojalgo.structure.Access2D.ColumnView
- ColumnView(Access2D<N>, long) - Constructor for class org.ojalgo.structure.Access2D.ColumnView
- ColumnView(Access2D<N>, long, long) - Constructor for class org.ojalgo.structure.Access2D.ColumnView
- CombinatorialFunctions - Class in org.ojalgo.function.special
-
https://reference.wolfram.com/language/tutorial/CombinatorialFunctions.html
- CombinatorialFunctions() - Constructor for class org.ojalgo.function.special.CombinatorialFunctions
- combine(A) - Method in interface org.ojalgo.type.function.TwoStepMapper.Combineable
-
This method can be used to combine the state of multiple instances.
- combine(SampleSet.CombineableSet<N>) - Method in class org.ojalgo.random.SampleSet.CombineableSet
- combine(TwoStepMapper.KeyCounter<T, G>) - Method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- combine(TwoStepMapper.SimpleCache<K, V>) - Method in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- combine2(A, A) - Static method in interface org.ojalgo.type.function.TwoStepMapper.Combineable
- CombineableSet(NumberList.ListFactory<N>) - Constructor for class org.ojalgo.random.SampleSet.CombineableSet
- COMMA - Static variable in class org.ojalgo.netio.ASCII
- COMMENT - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- COMMENT_REF - Static variable in class org.ojalgo.optimisation.FileFormatMPS
-
Seems to be used in problem headers/comment to mark references to authors and such
- common(MathType) - Method in enum org.ojalgo.type.math.MathType
- CommonMachine - Class in org.ojalgo.machine
-
Stuff common to
Hardware
andVirtualMachine
. - CommonMachine(String, BasicMachine[]) - Constructor for class org.ojalgo.machine.CommonMachine
-
new MemoryThreads[] { SYSTEM, L3, L2, L1 }
ornew MemoryThreads[] { SYSTEM, L2, L1 }
or in worst casenew MemoryThreads[] { SYSTEM, L1 }
- CommonMachine(Hardware, Runtime) - Constructor for class org.ojalgo.machine.CommonMachine
- CommonMachine(VirtualMachine, int, int, int) - Constructor for class org.ojalgo.machine.CommonMachine
- ComparableNumber<N extends ComparableNumber<N>> - Interface in org.ojalgo.type
- comparator() - Method in class org.ojalgo.array.LongToNumberMap
- comparator() - Method in class org.ojalgo.series.MappedIndexSeries
- comparator() - Method in class org.ojalgo.series.TreeSeries
- compare(double, double) - Static method in class org.ojalgo.type.context.NumberContext
-
Variation of
Double.compare(double, double)
that returns 0 if arg1 == arg2. - compare(float, float) - Static method in class org.ojalgo.type.context.NumberContext
-
Variation of
Float.compare(float, float)
that returns 0 if arg1 == arg2. - compareTo(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- compareTo(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
- compareTo(Point) - Method in class org.ojalgo.data.cluster.Point
- compareTo(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- compareTo(Equation) - Method in class org.ojalgo.equation.Equation
- compareTo(Hardware) - Method in class org.ojalgo.machine.Hardware
- compareTo(Eigenvalue.Eigenpair) - Method in class org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
- compareTo(SegmentedFile.Segment) - Method in class org.ojalgo.netio.SegmentedFile.Segment
- compareTo(Expression) - Method in class org.ojalgo.optimisation.Expression
- compareTo(NodeKey) - Method in class org.ojalgo.optimisation.integer.NodeKey
- compareTo(Optimisation.Result) - Method in class org.ojalgo.optimisation.Optimisation.Result
- compareTo(Variable) - Method in class org.ojalgo.optimisation.Variable
- compareTo(Deterministic) - Method in class org.ojalgo.random.Deterministic
- compareTo(RandomNumber) - Method in class org.ojalgo.random.RandomNumber
- compareTo(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
First compares the real values.
- compareTo(Quadruple) - Method in class org.ojalgo.scalar.Quadruple
- compareTo(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
-
First compares the real values.
- compareTo(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
- compareTo(Access2D.ColumnView<N>) - Method in class org.ojalgo.structure.Access2D.ColumnView
- compareTo(Access2D.RowView<N>) - Method in class org.ojalgo.structure.Access2D.RowView
- compareTo(AccessAnyD.MatrixView<N>) - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- compareTo(AccessAnyD.VectorView<N>) - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- compareTo(Structure1D.IntIndex) - Method in class org.ojalgo.structure.Structure1D.IntIndex
- compareTo(Structure1D.LongIndex) - Method in class org.ojalgo.structure.Structure1D.LongIndex
- compareTo(Structure2D.IntRowColumn) - Method in class org.ojalgo.structure.Structure2D.IntRowColumn
- compareTo(Structure2D.LongRowColumn) - Method in class org.ojalgo.structure.Structure2D.LongRowColumn
- compareTo(StructureAnyD.IntReference) - Method in class org.ojalgo.structure.StructureAnyD.IntReference
- compareTo(StructureAnyD.LongReference) - Method in class org.ojalgo.structure.StructureAnyD.LongReference
- compareTo(CalendarDate) - Method in class org.ojalgo.type.CalendarDate
- compareTo(CalendarDateDuration) - Method in class org.ojalgo.type.CalendarDateDuration
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.PrimitiveNumber.BoxedDouble
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.PrimitiveNumber.BoxedFloat
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.PrimitiveNumber.BoxedInt
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.PrimitiveNumber.BoxedLong
- compareTo(PrimitiveNumber) - Method in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- compareTo(S) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- compareTo(S) - Method in class org.ojalgo.scalar.ExactDecimal
- compareTo(V) - Method in interface org.ojalgo.structure.ElementView1D
- compatible(long[], long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- compatible(Structure1D, Structure1D) - Static method in interface org.ojalgo.structure.StructureAnyD
- compensate(Set<Structure1D.IntIndex>) - Method in class org.ojalgo.optimisation.Expression
-
Will return an Expression with factors corresponding to fixed variables removed, and lower/upper limits compensated for the fixed part of the expression.
- complete() - Method in interface org.ojalgo.series.BasicSeries.NaturallySequenced
-
Using the natural sequencing as the key incrementor.
- complete() - Method in class org.ojalgo.series.CalendarDateSeries
- complete() - Method in class org.ojalgo.series.CoordinationSet
-
Will call
CalendarDateSeries.complete()
on each of the instances in this set. - complete() - Method in class org.ojalgo.series.MappedIndexSeries
- complete(UnaryOperator<K>) - Method in interface org.ojalgo.series.BasicSeries
-
Will fill in missing values, inbetween the first and last keys.
- complex - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.Directive
-
Assume input complex (if false, will assume NOT complex and run simpler code).
- ComplexAggregator - Class in org.ojalgo.function.aggregator
- ComplexAggregator() - Constructor for class org.ojalgo.function.aggregator.ComplexAggregator
- ComplexAggregator.ComplexAggregatorFunction - Class in org.ojalgo.function.aggregator
- ComplexAggregatorFunction() - Constructor for class org.ojalgo.function.aggregator.ComplexAggregator.ComplexAggregatorFunction
- ComplexFunction - Class in org.ojalgo.function
- ComplexFunction() - Constructor for class org.ojalgo.function.ComplexFunction
- ComplexFunction.Binary - Interface in org.ojalgo.function
- ComplexFunction.Consumer - Interface in org.ojalgo.function
- ComplexFunction.Nullary - Interface in org.ojalgo.function
- ComplexFunction.Parameter - Interface in org.ojalgo.function
- ComplexFunction.Predicate - Interface in org.ojalgo.function
- ComplexFunction.Unary - Interface in org.ojalgo.function
- ComplexMath - Class in org.ojalgo.function.constant
- ComplexMath() - Constructor for class org.ojalgo.function.constant.ComplexMath
- ComplexNumber - Class in org.ojalgo.scalar
-
ComplexNumber is an immutable complex number class.
- ComplexNumber() - Constructor for class org.ojalgo.scalar.ComplexNumber
-
Complex number constructor, returns
ComplexNumber.ZERO
- ComplexNumber(double) - Constructor for class org.ojalgo.scalar.ComplexNumber
- ComplexNumber(double, double) - Constructor for class org.ojalgo.scalar.ComplexNumber
- components() - Method in interface org.ojalgo.tensor.Tensor
-
The total number of scalar components
- compose(UnaryFunction<N>) - Method in interface org.ojalgo.function.ParameterFunction
- compose(UnaryFunction<N>) - Method in interface org.ojalgo.function.UnaryFunction
- compose(UnaryFunction<N>) - Method in interface org.ojalgo.function.VoidFunction
- ComposingStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- ComposingStore(MatrixStore<N>, int, int) - Constructor for class org.ojalgo.matrix.store.ComposingStore
- ComposingStore(MatrixStore<N>, long, long) - Constructor for class org.ojalgo.matrix.store.ComposingStore
- compute(Collection<W>, int, Function<W, R>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Compute an output item for each (unique) input item, and return the results as a
Map
. - compute(Collection<W>, Function<W, R>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Using parallelism
Parallelism.CORES
. - compute(Collection<W>, IntSupplier, Function<W, R>) - Method in class org.ojalgo.concurrent.ProcessingService
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.ojalgo.series.TreeSeries
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.ojalgo.type.collection.CloseableMap
- compute(NodeKey, NodeSolver, CharacterRing.RingLogger, ModelStrategy) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- compute(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- compute(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- compute(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in interface org.ojalgo.matrix.decomposition.Hessenberg
- compute(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- compute(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean, boolean) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- computeBidiagonal(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- computed(boolean) - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- computeGeneral(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.ojalgo.series.TreeSeries
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in class org.ojalgo.type.collection.CloseableMap
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.ojalgo.series.TreeSeries
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in class org.ojalgo.type.collection.CloseableMap
- computeInPlaceSchur(PhysicalStore<Double>, boolean) - Method in class org.ojalgo.matrix.store.R064Store
- computeInPlaceSchur(PhysicalStore<N>, boolean) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- computeInPlaceSchur(PhysicalStore<N>, boolean) - Method in class org.ojalgo.matrix.store.GenericStore
- computeValuesOnly(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- computeValuesOnly(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- computeValuesOnly(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- computeValuesOnly(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Values
- computeValuesOnly(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- computeValuesOnly(Access2D.Collectable<N, ? super PhysicalStore<N>>, Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Generalised
-
Corresponding to
MatrixDecomposition.Values.computeValuesOnly(org.ojalgo.structure.Access2D.Collectable)
but for the generalised case. - ConfigurableStrategy(IntSupplier, Comparator<NodeKey>[], NumberContext, NumberContext, BiFunction<ExpressionsBasedModel, IntegerStrategy, ModelStrategy>, IntegerStrategy.GMICutConfiguration) - Constructor for class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- Configuration() - Constructor for class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- Configuration() - Constructor for class org.ojalgo.optimisation.linear.LinearSolver.Configuration
- configurator() - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- Configurator() - Constructor for class org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
- Configurator(IterativeSolverTask) - Constructor for class org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
- configure(HttpURLConnection) - Method in class org.ojalgo.netio.ResourceLocator.Request
- ConfiguredIntegration<S extends Optimisation.Solver> - Class in org.ojalgo.optimisation
- ConfiguredIntegration(ExpressionsBasedModel.Integration<S>, Predicate<ExpressionsBasedModel>, Consumer<Optimisation.Options>) - Constructor for class org.ojalgo.optimisation.ConfiguredIntegration
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.BinaryContext
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.BooleanContext
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.DateContext
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.FormatContext
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.GenericContext
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.NumberContext
- configureFormat(Format, Object) - Method in class org.ojalgo.type.context.StringContext
- conjugate - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.Directive
-
Conjugate input before transforming and the output after (before returning).
- conjugate() - Method in interface org.ojalgo.algebra.VectorSpace
-
This method will (most likely) be moved to some other interface in the future! Just have to figure out where it fits...
- conjugate() - Method in class org.ojalgo.function.BigFunction
- conjugate() - Method in class org.ojalgo.function.ComplexFunction
- conjugate() - Method in class org.ojalgo.function.FunctionSet
- conjugate() - Method in class org.ojalgo.function.PrimitiveFunction
- conjugate() - Method in class org.ojalgo.function.QuadrupleFunction
- conjugate() - Method in class org.ojalgo.function.QuaternionFunction
- conjugate() - Method in class org.ojalgo.function.RationalFunction
- conjugate() - Method in class org.ojalgo.matrix.BasicMatrix
- conjugate() - Method in class org.ojalgo.matrix.store.ConjugatedStore
- conjugate() - Method in class org.ojalgo.matrix.store.GenericStore
- conjugate() - Method in class org.ojalgo.matrix.store.IdentityStore
- conjugate() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Returns the conjugate transpose of this matrix.
- conjugate() - Method in class org.ojalgo.matrix.store.R032Store
- conjugate() - Method in class org.ojalgo.matrix.store.R064Store
- conjugate() - Method in class org.ojalgo.matrix.store.RawStore
- conjugate() - Method in class org.ojalgo.matrix.store.SingleStore
- conjugate() - Method in class org.ojalgo.matrix.store.ZeroStore
- conjugate() - Method in class org.ojalgo.scalar.BigScalar
- conjugate() - Method in class org.ojalgo.scalar.ComplexNumber
-
Returns the conjugate of this complex number.
- conjugate() - Method in class org.ojalgo.scalar.ExactDecimal
- conjugate() - Method in class org.ojalgo.scalar.PrimitiveScalar
- conjugate() - Method in class org.ojalgo.scalar.Quadruple
- conjugate() - Method in class org.ojalgo.scalar.Quaternion
- conjugate() - Method in class org.ojalgo.scalar.RationalNumber
- conjugate() - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- conjugate() - Method in interface org.ojalgo.structure.Structure2D.Logical
-
Same as
Structure2D.Logical.transpose()
but in addition the elements are conjugated. - conjugate() - Method in class org.ojalgo.tensor.AnyTensor
- conjugate() - Method in class org.ojalgo.tensor.MatrixTensor
- conjugate() - Method in class org.ojalgo.tensor.VectorTensor
- conjugate(double[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- conjugate(BigDecimal[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- conjugate(N[], int, int, int, Access2D<?>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- conjugate(Access2D<?>) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- conjugate(Access2D<?>) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- conjugate(Access2D<?>) - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- CONJUGATE - Static variable in class org.ojalgo.function.constant.BigMath
- CONJUGATE - Static variable in class org.ojalgo.function.constant.ComplexMath
- CONJUGATE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- CONJUGATE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- CONJUGATE - Static variable in class org.ojalgo.function.constant.QuaternionMath
- CONJUGATE - Static variable in class org.ojalgo.function.constant.RationalMath
- ConjugatedStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
ConjugatedStore
- ConjugatedStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.ConjugatedStore
- ConjugateGradientSolver - Class in org.ojalgo.matrix.task.iterative
-
For solving [A][x]=[b] when [A] is symmetric and positive-definite.
- ConjugateGradientSolver() - Constructor for class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- connectTimeout(Duration) - Method in class org.ojalgo.netio.ServiceClient
- conquer(int, int) - Method in class org.ojalgo.concurrent.DivideAndConquer
- conquer(int, int) - Method in interface org.ojalgo.concurrent.DivideAndConquer.Conquerer
- constant(Comparable<?>) - Method in class org.ojalgo.function.multiary.ConstantFunction.Factory
- ConstantFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
-
Constant valued function - always returns the same value.
- ConstantFunction(int, PhysicalStore.Factory<N, ?>, Comparable<?>) - Constructor for class org.ojalgo.function.multiary.ConstantFunction
- ConstantFunction(long, PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.function.multiary.ConstantFunction
- ConstantFunction.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- ConstrainedSolver - Class in org.ojalgo.optimisation.convex
- ConstrainedSolver(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.ConstrainedSolver
- constraints - Variable in class org.ojalgo.optimisation.linear.LinearStructure
- constraints() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Returns a prefiltered stream of expressions that are constraints and have not been markes as redundant.
- CONSTRAINTS - Static variable in class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- constraintsBody() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- constraintsBody() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The simplex' constraints body (including the parts corresponding to slack and artificial variables).
- constraintsBody() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
-
The area of the tableau corresponding to the constraints' body.
- ConstraintsMetaData - Class in org.ojalgo.optimisation
- ConstraintsMetaData(EntryPair<ModelEntity<?>, Optimisation.ConstraintType>[], boolean[]) - Constructor for class org.ojalgo.optimisation.ConstraintsMetaData
- constraintsRHS() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- constraintsRHS() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The simplex' constraints RHS.
- constraintsRHS() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
-
The area of the tableau corresponding to the constraints' RHS.
- ConstraintType() - Constructor for enum org.ojalgo.optimisation.Optimisation.ConstraintType
- consume(double) - Method in class org.ojalgo.random.SampleSet.CombineableSet
- consume(K) - Method in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- consume(N) - Method in class org.ojalgo.random.SampleSet.CombineableSet
- consume(T) - Method in class org.ojalgo.data.batch.BatchNode.TwoStepWrapper
- consume(T) - Method in interface org.ojalgo.type.function.TwoStepMapper
-
Input/consume the items that should be mapped
- consume(T) - Method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- contains(Object) - Method in class org.ojalgo.array.Array1D
- contains(Object) - Method in class org.ojalgo.array.NumberList
- contains(Object) - Method in class org.ojalgo.type.collection.CloseableList
- containsAll(Collection<?>) - Method in class org.ojalgo.array.NumberList
- containsAll(Collection<?>) - Method in class org.ojalgo.type.collection.CloseableList
- containsKey(long) - Method in class org.ojalgo.array.LongToNumberMap
- containsKey(Object) - Method in class org.ojalgo.array.LongToNumberMap
- containsKey(Object) - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- containsKey(Object) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- containsKey(Object) - Method in class org.ojalgo.series.TreeSeries
- containsKey(Object) - Method in class org.ojalgo.type.collection.CloseableMap
- containsKey(Object) - Method in class org.ojalgo.type.ForgetfulMap
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- containsKey(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- containsValue(double) - Method in class org.ojalgo.array.LongToNumberMap
- containsValue(Object) - Method in class org.ojalgo.array.LongToNumberMap
- containsValue(Object) - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- containsValue(Object) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- containsValue(Object) - Method in class org.ojalgo.series.TreeSeries
- containsValue(Object) - Method in class org.ojalgo.type.collection.CloseableMap
- containsValue(Object) - Method in class org.ojalgo.type.ForgetfulMap
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- containsValue(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- context() - Method in class org.ojalgo.scalar.ExactDecimal.Descriptor
- CONTEXT - Static variable in class org.ojalgo.scalar.BigScalar
- CONTEXT - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- ContinuousDistribution - Interface in org.ojalgo.random
- convert(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- convert(double) - Method in interface org.ojalgo.scalar.Scalar.Factory
- convert(double, CalendarDateUnit) - Method in enum org.ojalgo.type.CalendarDateUnit
- convert(long) - Method in class org.ojalgo.array.Array1D
-
Convert an external (public API) index to the corresponding internal
- convert(long, CalendarDateUnit) - Method in enum org.ojalgo.type.CalendarDateUnit
- convert(Comparable<?>) - Method in interface org.ojalgo.scalar.Scalar.Factory
- convert(BigDecimal, boolean) - Method in class org.ojalgo.optimisation.Expression
- convert(List<T>, Function<T, float[]>) - Static method in class org.ojalgo.data.cluster.Point
-
Converts a list of objects to a list of points using the provided converter to derive the coordinates.
- convert(Access1D<?>, int) - Static method in class org.ojalgo.matrix.store.RawStore
- convert(CalendarDateDuration) - Method in enum org.ojalgo.type.CalendarDateUnit
- convert(CalendarDateUnit) - Method in enum org.ojalgo.type.CalendarDateUnit
- convertTo(int) - Method in class org.ojalgo.data.image.ImageData
-
Creates a new image, converting the input to the specified image type in the process.
- convertTo(CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDateDuration
- convertToGreyScale() - Method in class org.ojalgo.data.image.ImageData
- convex() - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Configurations specific to ojAlgo's built-in
ConvexSolver
. - convex(ConvexSolver.Configuration) - Method in class org.ojalgo.optimisation.Optimisation.Options
- ConvexData<N extends java.lang.Comparable<N>> - Class in org.ojalgo.optimisation.convex
- ConvexData(boolean, PhysicalStore.Factory<N, ?>, int, int, int) - Constructor for class org.ojalgo.optimisation.convex.ConvexData
- ConvexData.ConvexDataFactory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.optimisation.convex
- ConvexObjectiveFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.optimisation.convex
-
1/2 [x]T[Q][x] - [l]T[x]
- ConvexObjectiveFunction(PhysicalStore.Factory<N, ?>, int) - Constructor for class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- ConvexObjectiveFunction(PhysicalStore<N>, PhysicalStore<N>) - Constructor for class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- ConvexSolver - Class in org.ojalgo.optimisation.convex
-
ConvexSolver solves optimisation problems of the form:
- ConvexSolver(Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.ConvexSolver
- ConvexSolver.Builder - Class in org.ojalgo.optimisation.convex
- ConvexSolver.Configuration - Class in org.ojalgo.optimisation.convex
- ConvexSolver.ModelIntegration - Class in org.ojalgo.optimisation.convex
- coordinate(List<? extends BasicSeries<K, ?>>) - Static method in interface org.ojalgo.series.BasicSeries
- coordinated() - Static method in class org.ojalgo.data.domain.finance.series.DataSource
- coordinated(CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
- Coordinated() - Constructor for class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- CoordinatedSet<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.series.primitive
- CoordinatedSet(PrimitiveSeries[], K, K) - Constructor for class org.ojalgo.series.primitive.CoordinatedSet
- CoordinatedSet.Builder<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.series.primitive
- coordinates - Variable in class org.ojalgo.data.cluster.Point
- CoordinationSet<N extends java.lang.Comparable<N>> - Class in org.ojalgo.series
-
A
CoordinationSet
is used to coordinate a set ofCalendarDateSeries
instances. - CoordinationSet() - Constructor for class org.ojalgo.series.CoordinationSet
- CoordinationSet(int) - Constructor for class org.ojalgo.series.CoordinationSet
- CoordinationSet(int, float) - Constructor for class org.ojalgo.series.CoordinationSet
- CoordinationSet(Collection<CalendarDateSeries<N>>) - Constructor for class org.ojalgo.series.CoordinationSet
- CoordinationSet(Collection<CalendarDateSeries<N>>, CalendarDateUnit) - Constructor for class org.ojalgo.series.CoordinationSet
- CoordinationSet(Map<? extends String, ? extends CalendarDateSeries<N>>) - Constructor for class org.ojalgo.series.CoordinationSet
- CoordinationSet(CalendarDateUnit) - Constructor for class org.ojalgo.series.CoordinationSet
- copy() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- copy() - Method in class org.ojalgo.matrix.BasicMatrix
-
The returned instance can have its elements mutated in various ways, while the size/shape is fixed.
- copy() - Method in class org.ojalgo.matrix.MatrixC128
- copy() - Method in class org.ojalgo.matrix.MatrixH256
- copy() - Method in class org.ojalgo.matrix.MatrixQ128
- copy() - Method in class org.ojalgo.matrix.MatrixR032
- copy() - Method in class org.ojalgo.matrix.MatrixR064
- copy() - Method in class org.ojalgo.matrix.MatrixR128
- copy() - Method in class org.ojalgo.matrix.store.GenericStore
- copy() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Each call must produce a new instance.
- copy() - Method in class org.ojalgo.matrix.store.R064Store
- copy() - Method in class org.ojalgo.matrix.store.RawStore
-
Make a deep copy of a matrix
- copy() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- copy() - Method in class org.ojalgo.optimisation.Variable
-
Internal copy that includes the index
- copy() - Method in class org.ojalgo.series.CoordinationSet
- copy() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- copy() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- copy() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- copy(boolean) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- copy(boolean, boolean) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- copy(double...) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- copy(double[]) - Static method in class org.ojalgo.series.primitive.DataSeries
- copy(double[]) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- copy(double[], double[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(double[], float[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(double[], int, int, int, Access2D<? extends Comparable<?>>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- copy(float[], double[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(float[], float[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(float[], int, int, int, Access2D<? extends Comparable<?>>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- copy(File, Properties) - Static method in interface org.ojalgo.netio.FromFileReader
-
Read the properties file and copy the entries to the supplied destination
Properties
instance. - copy(Comparable<?>...) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- copy(Comparable<?>...) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- copy(BigDecimal[], int, int, int, Access2D<? extends Comparable<?>>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- copy(List<? extends Comparable<?>>) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- copy(List<? extends Comparable<?>>) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- copy(List<? extends Comparable<?>>, double[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(List<? extends Comparable<?>>, float[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(Map<? extends K, ? extends V>) - Static method in class org.ojalgo.series.SimpleSeries
- copy(N[], int, int, int, Access2D<?>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- copy(Householder<Double>) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- copy(Householder<Double>) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- copy(Householder<Double>, double) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- copy(Householder<Double>, float) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- copy(Householder<N>) - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- copy(Householder<N>, N) - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- copy(ResourceLocator.KeyedValues) - Method in class org.ojalgo.netio.ServiceClient.Request
- copy(ExpressionsBasedModel, boolean) - Method in class org.ojalgo.optimisation.Expression
- copy(ExpressionsBasedModel, PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.optimisation.convex.ConvexSolver
- copy(Access1D<?>) - Method in class org.ojalgo.array.Array1D.Factory
- copy(Access1D<?>) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- copy(Access1D<?>) - Static method in class org.ojalgo.series.primitive.DataSeries
- copy(Access1D<?>) - Static method in class org.ojalgo.series.primitive.PrimitiveSeries
- copy(Access1D<?>) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- copy(Access1D<?>, double[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(Access1D<?>, float[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- copy(Access1D<N>) - Method in class org.ojalgo.tensor.TensorFactory1D
- copy(Access1D<N>) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- copy(Access2D<?>) - Method in class org.ojalgo.array.Array2D.Factory
- copy(Access2D<?>) - Static method in class org.ojalgo.data.image.ImageData
- copy(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- copy(Access2D<?>) - Method in class org.ojalgo.matrix.MatrixFactory
- copy(Access2D<?>) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- copy(Access2D<?>) - Method in class org.ojalgo.matrix.store.SparseStore.Factory
- copy(Access2D<?>) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- copy(Access2D<N>) - Method in class org.ojalgo.tensor.TensorFactory2D
- copy(Access2D<N>) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- copy(AccessAnyD<?>) - Method in class org.ojalgo.array.ArrayAnyD.Factory
- copy(AccessAnyD<?>) - Method in interface org.ojalgo.structure.FactoryAnyD.TwoStep
- copy(AccessAnyD<N>) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- COPY - Class in org.ojalgo.array.operation
-
The ?copy routines perform a vector-vector operation defined as y = x, where x and y are vectors.
- COPY() - Constructor for class org.ojalgo.array.operation.COPY
- copyBasicSolution(double[]) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- copyBasicSolution(double[]) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- copyBasicSolution(double[]) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- copyBasicSolution(double[]) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- copyComplexArgument(Access1D<ComplexNumber>, Mutate1D) - Static method in interface org.ojalgo.structure.Mutate1D
-
Copies the argument of the ComplexNumber elements to the destination.
- copyComplexImaginary(Access1D<ComplexNumber>, Mutate1D) - Static method in interface org.ojalgo.structure.Mutate1D
-
Copies the imaginary part of the ComplexNumber elements to the destination.
- copyComplexModulus(Access1D<ComplexNumber>, Mutate1D) - Static method in interface org.ojalgo.structure.Mutate1D
-
Copies the modulus of the ComplexNumber elements to the destination.
- copyComplexModulusAndArgument(Access1D<ComplexNumber>, Mutate1D, Mutate1D) - Static method in interface org.ojalgo.structure.Mutate1D
-
Simultaneously copies the modulus and argument of the ComplexNumber elements to the destinations.
- copyComplexReal(Access1D<ComplexNumber>, Mutate1D) - Static method in interface org.ojalgo.structure.Mutate1D
-
Copies the real part of the ComplexNumber elements to the destination.
- copyComplexRealAndImaginary(Access1D<ComplexNumber>, Mutate1D, Mutate1D) - Static method in interface org.ojalgo.structure.Mutate1D
-
Simultaneously copies the real and imaginary parts of the ComplexNumber elements to the destinations.
- copyEigenvector(int, Array1D<ComplexNumber>) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
- copyLowerBounds() - Method in class org.ojalgo.optimisation.integer.NodeKey
- copyObjective() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- copyObjective() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- copyObjective() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- copyObjective() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- copyOf(double[]) - Static method in class org.ojalgo.array.operation.COPY
- copyOf(float[]) - Static method in class org.ojalgo.array.operation.COPY
- copyOf(int[]) - Static method in class org.ojalgo.array.operation.COPY
- copyOf(long[]) - Static method in class org.ojalgo.array.operation.COPY
- copyOf(T[]) - Static method in class org.ojalgo.array.operation.COPY
- copyOfData() - Method in class org.ojalgo.array.ArrayR032
- copyOfData() - Method in class org.ojalgo.array.ArrayR064
- copyOfData() - Method in class org.ojalgo.array.ReferenceTypeArray
- copyUpperBounds() - Method in class org.ojalgo.optimisation.integer.NodeKey
- copyValues(CalendarDateSeries<BigDecimal>, CalendarDate, double[]) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- CorePrimitiveOperation - Class in org.ojalgo.array.operation
- CorePrimitiveOperation() - Constructor for class org.ojalgo.array.operation.CorePrimitiveOperation
- cores - Variable in class org.ojalgo.machine.CommonMachine
-
The total number of processor cores.
- CORES - org.ojalgo.concurrent.Parallelism
-
The number of CPU cores
- correlations(Access2D<?>) - Static method in class org.ojalgo.random.Normal1D
- correlations(Factory2D<M>, Access1D<?>...) - Static method in class org.ojalgo.data.DataProcessors
-
Calculate the correlation matrix from a set of variables' samples.
- cos - Variable in class org.ojalgo.matrix.transformation.Rotation.Generic
- cos - Variable in class org.ojalgo.matrix.transformation.Rotation.Primitive
- cos() - Method in class org.ojalgo.function.BigFunction
- cos() - Method in class org.ojalgo.function.ComplexFunction
- cos() - Method in class org.ojalgo.function.FunctionSet
- cos() - Method in class org.ojalgo.function.PrimitiveFunction
- cos() - Method in class org.ojalgo.function.QuadrupleFunction
- cos() - Method in class org.ojalgo.function.QuaternionFunction
- cos() - Method in class org.ojalgo.function.RationalFunction
- cos(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- COS - Static variable in class org.ojalgo.function.constant.BigMath
- COS - Static variable in class org.ojalgo.function.constant.ComplexMath
- COS - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- COS - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- COS - Static variable in class org.ojalgo.function.constant.QuaternionMath
- COS - Static variable in class org.ojalgo.function.constant.RationalMath
- cosh() - Method in class org.ojalgo.function.BigFunction
- cosh() - Method in class org.ojalgo.function.ComplexFunction
- cosh() - Method in class org.ojalgo.function.FunctionSet
- cosh() - Method in class org.ojalgo.function.PrimitiveFunction
- cosh() - Method in class org.ojalgo.function.QuadrupleFunction
- cosh() - Method in class org.ojalgo.function.QuaternionFunction
- cosh() - Method in class org.ojalgo.function.RationalFunction
- COSH - Static variable in class org.ojalgo.function.constant.BigMath
- COSH - Static variable in class org.ojalgo.function.constant.ComplexMath
- COSH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- COSH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- COSH - Static variable in class org.ojalgo.function.constant.QuaternionMath
- COSH - Static variable in class org.ojalgo.function.constant.RationalMath
- count() - Method in class org.ojalgo.array.Array1D
- count() - Method in class org.ojalgo.array.Array2D
- count() - Method in class org.ojalgo.array.ArrayAnyD
- count() - Method in class org.ojalgo.array.LongToNumberMap
- count() - Method in class org.ojalgo.array.NumberList
- count() - Method in class org.ojalgo.array.OffHeapArray
- count() - Method in class org.ojalgo.array.PlainArray
- count() - Method in class org.ojalgo.array.SegmentedArray
- count() - Method in class org.ojalgo.array.SparseArray
- count() - Method in class org.ojalgo.equation.Equation
- count() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- count() - Method in class org.ojalgo.matrix.BasicMatrix
- count() - Method in class org.ojalgo.matrix.DenseMutator2D
- count() - Method in class org.ojalgo.matrix.SparseMutator2D
- count() - Method in class org.ojalgo.matrix.store.RawStore
- count() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- count() - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- count() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- count() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- count() - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- count() - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- count() - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- count() - Method in class org.ojalgo.optimisation.Optimisation.Result
- count() - Method in class org.ojalgo.random.SampleSet
- count() - Method in class org.ojalgo.scalar.ComplexNumber
- count() - Method in class org.ojalgo.scalar.Quaternion
- count() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- count() - Method in class org.ojalgo.structure.Access2D.ColumnView
- count() - Method in class org.ojalgo.structure.Access2D.RowView
- count() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- count() - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- count() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- count() - Method in class org.ojalgo.structure.Keyed1D
- count() - Method in class org.ojalgo.structure.Keyed2D
- count() - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- count() - Method in interface org.ojalgo.structure.Structure1D
-
The total number of elements in this structure.
- count() - Method in interface org.ojalgo.structure.Structure2D
-
count() == countRows() * countColumns()
- count() - Method in class org.ojalgo.tensor.MatrixTensor
- count() - Method in class org.ojalgo.tensor.VectorTensor
- count() - Method in class org.ojalgo.type.keyvalue.EntrySet.KeyedPrimitives
- count() - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- count(int) - Method in class org.ojalgo.array.ArrayAnyD
- count(int) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- count(int) - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- count(int) - Method in interface org.ojalgo.structure.StructureAnyD
-
count() == count(0) * count(1) * count(2) * count(3) * ...
- count(int) - Method in class org.ojalgo.tensor.AnyTensor
- count(int...) - Static method in interface org.ojalgo.structure.StructureAnyD
- count(long...) - Static method in interface org.ojalgo.structure.StructureAnyD
- count(long[], int) - Static method in interface org.ojalgo.structure.StructureAnyD
- count(long, long) - Static method in interface org.ojalgo.structure.Structure2D
- count(long, long) - Method in enum org.ojalgo.type.CalendarDateUnit
- count(E) - Method in class org.ojalgo.type.EnumPartition
-
Count the number of times a specific value appears.
- count(E, boolean) - Method in class org.ojalgo.type.EnumPartition
-
Generalised version of
EnumPartition.count(Enum)
that allows to instead count the number of times something else is set. - countAdditionalConstraints() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countAdditionalConstraints() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- countAdditionalConstraints() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- countAdditionalConstraints() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countAdditionalConstraints() - Method in interface org.ojalgo.optimisation.Optimisation.ProblemStructure
-
Not included in
Optimisation.ProblemStructure.countConstraints()
(because they are not simple linear equality or inequality constraints), - countColumns() - Method in class org.ojalgo.array.Array2D
- countColumns() - Method in class org.ojalgo.data.DataBatch
-
Assumes all rows are of equal length and will only check the first.
- countColumns() - Method in class org.ojalgo.data.image.ImageData
- countColumns() - Method in class org.ojalgo.matrix.BasicMatrix
- countColumns() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- countColumns() - Method in class org.ojalgo.matrix.DenseMutator2D
- countColumns() - Method in class org.ojalgo.matrix.SparseMutator2D
- countColumns() - Method in class org.ojalgo.matrix.store.AbstractStore
- countColumns() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- countColumns() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- countColumns() - Method in class org.ojalgo.matrix.store.GenericStore
- countColumns() - Method in class org.ojalgo.matrix.store.MatrixPipeline
- countColumns() - Method in class org.ojalgo.matrix.store.R032Store
- countColumns() - Method in class org.ojalgo.matrix.store.R064Store
- countColumns() - Method in class org.ojalgo.matrix.store.RawStore
- countColumns() - Method in class org.ojalgo.matrix.store.RowsSupplier
- countColumns() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- countColumns() - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- countColumns() - Method in class org.ojalgo.scalar.ComplexNumber
- countColumns() - Method in class org.ojalgo.scalar.Quaternion
- countColumns() - Method in class org.ojalgo.structure.Access2D.SelectionView
- countColumns() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- countColumns() - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- countColumns() - Method in interface org.ojalgo.structure.Structure2D
-
Only need to implement if the structure may contain more than Integer.MAX_VALUE elements.
- countColumns() - Method in class org.ojalgo.tensor.MatrixTensor
- countConstraints() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countConstraints() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- countConstraints() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countConstraints() - Method in interface org.ojalgo.optimisation.Optimisation.ProblemStructure
- countEqualityConstraints() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- countEqualityConstraints() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countEqualityConstraints() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- countEqualityConstraints() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- countEqualityConstraints() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countEqualityConstraints() - Method in interface org.ojalgo.optimisation.Optimisation.ProblemStructure
- COUNTER - Static variable in class org.ojalgo.concurrent.DaemonPoolExecutor
- COUNTER - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- countEvaluatedNodes() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- countExcluded() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- countExcluded() - Method in class org.ojalgo.type.IndexSelector
- countExpressions() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- countIncluded() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- countIncluded() - Method in class org.ojalgo.type.IndexSelector
- countInequalityConstraints() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- countInequalityConstraints() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countInequalityConstraints() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- countInequalityConstraints() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- countInequalityConstraints() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countInequalityConstraints() - Method in interface org.ojalgo.optimisation.Optimisation.ProblemStructure
- countInputNodes() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- countInputNodes() - Method in class org.ojalgo.ann.CalculationLayer
- countInputNodes(int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- countIntegerFactors() - Method in class org.ojalgo.optimisation.Expression
- countIntegerSolutions() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- countIntegerVariables() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- countIterationConstraints() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- countIterationConstraints() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
-
The number of rows in
ConstrainedSolver.getIterationA()
andConstrainedSolver.getIterationB()
without having to actually create them. - countIterationConstraints() - Method in class org.ojalgo.optimisation.convex.QPESolver
- countIterations() - Method in class org.ojalgo.optimisation.GenericSolver
- countLinearFactors() - Method in class org.ojalgo.optimisation.Expression
- countMillis() - Method in class org.ojalgo.type.Stopwatch
- countModelVariables() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countModelVariables() - Method in interface org.ojalgo.optimisation.ExpressionsBasedModel.EntityMap
-
The number of variables, in the solver, that directly correspond to a model variable.
- countModelVariables() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countNanos() - Method in class org.ojalgo.type.Stopwatch
- countNonzeros() - Method in class org.ojalgo.array.SparseArray
- countOutputNodes() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- countOutputNodes() - Method in class org.ojalgo.ann.CalculationLayer
- countOutputNodes(int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- countQuadraticFactors() - Method in class org.ojalgo.optimisation.Expression
- countRemainingArtificials() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The number of artificial variables in the basis.
- countRows() - Method in class org.ojalgo.array.Array2D
- countRows() - Method in class org.ojalgo.data.DataBatch
- countRows() - Method in class org.ojalgo.data.image.ImageData
- countRows() - Method in class org.ojalgo.matrix.BasicMatrix
- countRows() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- countRows() - Method in class org.ojalgo.matrix.DenseMutator2D
- countRows() - Method in class org.ojalgo.matrix.SparseMutator2D
- countRows() - Method in class org.ojalgo.matrix.store.AbstractStore
- countRows() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- countRows() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- countRows() - Method in class org.ojalgo.matrix.store.GenericStore
- countRows() - Method in class org.ojalgo.matrix.store.MatrixPipeline
- countRows() - Method in class org.ojalgo.matrix.store.R032Store
- countRows() - Method in class org.ojalgo.matrix.store.R064Store
- countRows() - Method in class org.ojalgo.matrix.store.RawStore
- countRows() - Method in class org.ojalgo.matrix.store.RowsSupplier
- countRows() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- countRows() - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- countRows() - Method in class org.ojalgo.scalar.ComplexNumber
- countRows() - Method in class org.ojalgo.scalar.Quaternion
- countRows() - Method in class org.ojalgo.structure.Access2D.SelectionView
- countRows() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- countRows() - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- countRows() - Method in interface org.ojalgo.structure.Structure2D
-
Only need to implement if the structure may contain more than Integer.MAX_VALUE elements.
- countRows() - Method in class org.ojalgo.tensor.MatrixTensor
- countSampleSets() - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
- countScenarios() - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- countSignificant(double) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.RawLU
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.RawQR
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- countSignificant(double) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- countSkippedNodes() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- countSlackVariables() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countSlackVariables() - Method in interface org.ojalgo.optimisation.ExpressionsBasedModel.EntityMap
-
The number of slack variables.
- countSlackVariables() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countTime() - Method in class org.ojalgo.optimisation.GenericSolver
-
The number of ms since solver instantiated or iterations count reset.
- countTotalNodes() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- countUniqueStrategies() - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- countUniqueStrategies() - Method in interface org.ojalgo.optimisation.integer.IntegerStrategy
- countUniqueStrategies() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- countVariables() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- countVariables() - Method in class org.ojalgo.optimisation.convex.ConvexData
- countVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- countVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- countVariables() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- countVariables() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countVariables() - Method in interface org.ojalgo.optimisation.Optimisation.ProblemStructure
- countVariablesTotally() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- countZeros() - Method in class org.ojalgo.array.SparseArray
- covariances(Factory2D<M>, double[]...) - Static method in class org.ojalgo.data.DataProcessors
- covariances(Factory2D<M>, D) - Static method in class org.ojalgo.data.DataProcessors
-
Variables in columns and matching samples in rows.
- covariances(Factory2D<M>, SingularValue<Double>) - Static method in class org.ojalgo.data.DataProcessors
- covariances(Factory2D<M>, SingularValue<Double>, double) - Static method in class org.ojalgo.data.DataProcessors
- covariances(Factory2D<M>, SingularValue<Double>, int) - Static method in class org.ojalgo.data.DataProcessors
- covariances(Factory2D<M>, Access1D<?>...) - Static method in class org.ojalgo.data.DataProcessors
-
Calculate the covariance matrix from a set of variables' samples.
- CPU_CACHE_LINE_SIZE - Static variable in class org.ojalgo.machine.Hardware
-
Cache-line size is (typically) 64 bytes
- CR - Static variable in class org.ojalgo.netio.ASCII
- createLowerBranch(int, double, double) - Method in class org.ojalgo.optimisation.integer.NodeKey
- createUpperBranch(int, double, double) - Method in class org.ojalgo.optimisation.integer.NodeKey
- CROSS_ENTROPY - org.ojalgo.ann.ArtificialNeuralNetwork.Error
-
Currently this can only be used in combination with
ArtificialNeuralNetwork.Activator.SOFTMAX
in the final layer. - CRUMB - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- CSRF_TOKEN - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- CSVLineBuilder(TextLineWriter, char) - Constructor for class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- CSVLineBuilder(TextLineWriter, String) - Constructor for class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- CURRENCY - org.ojalgo.type.format.NumberStyle
- cutting - Variable in class org.ojalgo.optimisation.integer.ModelStrategy
-
Indicates if cut generation is turned on, or not.
D
- d - Variable in class org.ojalgo.matrix.decomposition.HermitianEvD
- d - Variable in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Arrays for internal storage of eigenvalues.
- d - Variable in class org.ojalgo.optimisation.linear.RevisedStore
-
Reduced costs / dual slack
- DaemonPoolExecutor - Class in org.ojalgo.concurrent
- DaemonPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.ojalgo.concurrent.DaemonPoolExecutor
- DaemonPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.ojalgo.concurrent.DaemonPoolExecutor
- DaemonPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.ojalgo.concurrent.DaemonPoolExecutor
- DaemonPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.ojalgo.concurrent.DaemonPoolExecutor
- data - Variable in class org.ojalgo.array.ArrayR032
- data - Variable in class org.ojalgo.array.ArrayR064
- data - Variable in class org.ojalgo.array.ArrayZ008
- data - Variable in class org.ojalgo.array.ArrayZ016
- data - Variable in class org.ojalgo.array.ArrayZ032
- data - Variable in class org.ojalgo.array.ArrayZ064
- data - Variable in class org.ojalgo.array.ReferenceTypeArray
- data - Variable in class org.ojalgo.matrix.store.RawStore
- Data(LocalDate, double, double, double, double, double, double) - Constructor for class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- Data(LocalDate, double, double, double, double, double, double) - Constructor for class org.ojalgo.data.domain.finance.series.YahooParser.Data
- Data(LocalDate, double, double, double, double, double, double, double) - Constructor for class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- DataBatch - Class in org.ojalgo.data
-
A reusable data batch.
- DataBatch(Mutate2D.ModifiableReceiver<Double>) - Constructor for class org.ojalgo.data.DataBatch
- DataFetcher - Interface in org.ojalgo.data.domain.finance.series
- DataInterpreter<T> - Interface in org.ojalgo.netio
- DataProcessors - Class in org.ojalgo.data
-
Various data processors that could be useful when doing data science or similar.
- DataProcessors() - Constructor for class org.ojalgo.data.DataProcessors
- DataReader<T> - Class in org.ojalgo.netio
-
A
DataInput
basedFromFileReader
. - DataReader(InputStream, DataReader.Deserializer<T>) - Constructor for class org.ojalgo.netio.DataReader
- DataReader.Deserializer<T> - Interface in org.ojalgo.netio
- DataSeries - Class in org.ojalgo.series.primitive
- DataSeries(Array1D<Double>) - Constructor for class org.ojalgo.series.primitive.DataSeries
- DataSource - Class in org.ojalgo.data.domain.finance.series
- DataSource(DataFetcher, BasicParser<? extends DatePrice>) - Constructor for class org.ojalgo.data.domain.finance.series.DataSource
- DataSource.Coordinated - Class in org.ojalgo.data.domain.finance.series
- DataTransform<IN,OUT> - Interface in org.ojalgo.data.transform
-
DataTransform is a functional interface that can be used to transform data.
- DataWriter<T> - Class in org.ojalgo.netio
-
A
DataOutput
basedToFileWriter
. - DataWriter(OutputStream, DataWriter.Serializer<T>) - Constructor for class org.ojalgo.netio.DataWriter
- DataWriter.Serializer<T> - Interface in org.ojalgo.netio
- date - Variable in class org.ojalgo.data.domain.finance.series.DatePrice
- date() - Static method in class org.ojalgo.type.StandardType
- DATE - org.ojalgo.type.format.DatePart
- DATE - Static variable in interface org.ojalgo.series.BasicSeries
- DATE - Static variable in class org.ojalgo.type.StandardType
- DATE - Static variable in class org.ojalgo.type.TimeIndex
- DateContext - Class in org.ojalgo.type.context
-
This
TypeContext
deals with the oldDate
. - DateContext() - Constructor for class org.ojalgo.type.context.DateContext
- DateContext(DatePart) - Constructor for class org.ojalgo.type.context.DateContext
- DateContext(DatePart, DateStyle, Locale) - Constructor for class org.ojalgo.type.context.DateContext
- DatePart - Enum in org.ojalgo.type.format
- DatePart() - Constructor for enum org.ojalgo.type.format.DatePart
- DatePrice - Class in org.ojalgo.data.domain.finance.series
- DatePrice(CharSequence) - Constructor for class org.ojalgo.data.domain.finance.series.DatePrice
- DatePrice(CharSequence, DateTimeFormatter) - Constructor for class org.ojalgo.data.domain.finance.series.DatePrice
- DatePrice(LocalDate) - Constructor for class org.ojalgo.data.domain.finance.series.DatePrice
- DatePrice.DefaultDP - Class in org.ojalgo.data.domain.finance.series
- DatePriceParser - Class in org.ojalgo.data.domain.finance.series
-
Will switch between any/all known parsers producing
DatePrice
subclasses. - DatePriceParser() - Constructor for class org.ojalgo.data.domain.finance.series.DatePriceParser
- DatePriceParser.DefaultParser - Class in org.ojalgo.data.domain.finance.series
- DateStyle - Enum in org.ojalgo.type.format
- DateStyle(int) - Constructor for enum org.ojalgo.type.format.DateStyle
- DATETIME - org.ojalgo.type.format.DatePart
- DATETIME - Static variable in class org.ojalgo.type.StandardType
-
'datetime' and/or 'timestamp' as in StandardType.DATE and StandardType.TIME.
- DAY - org.ojalgo.type.CalendarDateUnit
- DAY_SIZE - Static variable in class org.ojalgo.type.TimeIndex
- debug - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- debug() - Static method in interface org.ojalgo.netio.BasicLogger
- debug(boolean) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Optimiser
-
Will turn on debug logging for the optimisation solver.
- debug(int, double, Access1D<?>) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- debug(int, String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- debug(Class<? extends Optimisation.Solver>) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Will configure detailed debug logging and validation
- debug(Object) - Static method in interface org.ojalgo.netio.BasicLogger
- debug(String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- debug(Throwable, String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- debug(BasicLogger) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
-
To get debug print per iteration
- DEBUG - Static variable in interface org.ojalgo.netio.BasicLogger
- DEBUG - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- DEBUG - Static variable in class org.ojalgo.optimisation.linear.TableauCutGenerator
- DEBUG - Static variable in interface org.ojalgo.optimisation.Optimisation.ProblemStructure
- debugColumns(int, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- debugFormatted(String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- debugMatrix(String, Access2D<?>) - Static method in interface org.ojalgo.netio.BasicLogger
- debugMatrix(String, Access2D<?>, NumberContext) - Static method in interface org.ojalgo.netio.BasicLogger
- DECADE - org.ojalgo.type.CalendarDateUnit
- DECI - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- DECI - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- DECI - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- DECI - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- DECIMAL_032 - Static variable in class org.ojalgo.type.StandardType
-
Precision: 7 Scale: 3 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL
- DECIMAL_064 - Static variable in class org.ojalgo.type.StandardType
-
Precision: 16 Scale: 8 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL
- DECIMAL_128 - Static variable in class org.ojalgo.type.StandardType
-
Precision: 34 Scale: 17 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL
- DECIMAL_NINE - Static variable in class org.ojalgo.netio.ASCII
- DECIMAL_ZERO - Static variable in class org.ojalgo.netio.ASCII
- decimal032() - Static method in class org.ojalgo.type.StandardType
- decimal064() - Static method in class org.ojalgo.type.StandardType
- decompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- decompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- decompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- decompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawQR
-
QR Decomposition, computed by Householder reflections.
- decompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- decompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
-
Will create a new decomposition instance and directly perform the decomposition.
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- decompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Generalised
-
Corresponding to
MatrixDecomposition.decompose(org.ojalgo.structure.Access2D.Collectable)
but for the generalised case. - decomposeWithoutPivoting(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- decomposeWithoutPivoting(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- decomposeWithoutPivoting(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- decomposeWithoutPivoting(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Pivoting
-
The normal
MatrixDecomposition.decompose(Access2D.Collectable)
method must handle cases where pivoting is necessary. - DecompositionStore<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Only classes that will act as a delegate to a MatrixDecomposition implementation from this package should implement this interface.
- DECREASE - org.ojalgo.optimisation.linear.SimplexSolver.Direction
- decreasing(double[], double) - Static method in class org.ojalgo.random.scedasticity.AbstractScedasticity
-
Will set the array of weights to decreasing weights (halved next values)
- decrement() - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- DEFAULT - Static variable in class org.ojalgo.data.transform.DiscreteFourierTransform
- DEFAULT - Static variable in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- DEFAULT - Static variable in interface org.ojalgo.optimisation.integer.IntegerStrategy
- DEFAULT_FORMAT - Static variable in class org.ojalgo.type.context.BinaryContext
- DEFAULT_FORMAT - Static variable in class org.ojalgo.type.context.BooleanContext
- DEFAULT_FORMAT - Static variable in class org.ojalgo.type.context.StringContext
- DEFAULT_MATH - Static variable in class org.ojalgo.type.context.NumberContext
- DEFAULT_PART - Static variable in class org.ojalgo.type.context.DateContext
- DEFAULT_RISK_AVERSION - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- DEFAULT_SCALE - Static variable in class org.ojalgo.type.context.NumberContext
- DEFAULT_STYLE - Static variable in class org.ojalgo.type.context.DateContext
- DEFAULT_STYLE - Static variable in class org.ojalgo.type.context.NumberContext
- DEFAULT_VARIANCE - Static variable in class org.ojalgo.random.scedasticity.AbstractScedasticity
- DefaultDP(CharSequence, double) - Constructor for class org.ojalgo.data.domain.finance.series.DatePrice.DefaultDP
- DefaultDP(CharSequence, DateTimeFormatter, double) - Constructor for class org.ojalgo.data.domain.finance.series.DatePrice.DefaultDP
- DefaultDP(LocalDate, double) - Constructor for class org.ojalgo.data.domain.finance.series.DatePrice.DefaultDP
- DefaultIntermediate(ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.DefaultIntermediate
- DefaultParser() - Constructor for class org.ojalgo.data.domain.finance.series.DatePriceParser.DefaultParser
- DEFAULTS - Static variable in class org.ojalgo.netio.ResourceLocator
-
Default session parameters
- DefaultStrategy(ExpressionsBasedModel, IntegerStrategy) - Constructor for class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
- DeferredTridiagonal<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- DeferredTridiagonal(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- DeferredTridiagonal.C128 - Class in org.ojalgo.matrix.decomposition
- DeferredTridiagonal.H256 - Class in org.ojalgo.matrix.decomposition
- DeferredTridiagonal.Q128 - Class in org.ojalgo.matrix.decomposition
- DeferredTridiagonal.R064 - Class in org.ojalgo.matrix.decomposition
- DeferredTridiagonal.R128 - Class in org.ojalgo.matrix.decomposition
- DEGENERATE - Static variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- degree() - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
-
The largest exponent/power of the non-zero coefficients.
- degree(NumberContext) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- degree(NumberContext) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
-
The largest exponent/power of the non-zero (to the given accuracy) coefficients.
- DEGREE_ACCURACY - Static variable in class org.ojalgo.function.polynomial.AbstractPolynomial
- Degree1() - Constructor for class org.ojalgo.random.TDistribution.Degree1
- Degree2() - Constructor for class org.ojalgo.random.ChiSquareDistribution.Degree2
- Degree2() - Constructor for class org.ojalgo.random.TDistribution.Degree2
- Degree3() - Constructor for class org.ojalgo.random.TDistribution.Degree3
- Degree4() - Constructor for class org.ojalgo.random.TDistribution.Degree4
- Degree5() - Constructor for class org.ojalgo.random.TDistribution.Degree5
- DegreeInfinity() - Constructor for class org.ojalgo.random.TDistribution.DegreeInfinity
- DEKA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- DEKA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- DEKA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- DEKA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- DEL - Static variable in class org.ojalgo.netio.ASCII
- delegate - Variable in class org.ojalgo.optimisation.integer.ModelStrategy.AbstractStrategy
- delete() - Method in class org.ojalgo.netio.ShardedFile
-
Explicitly delete all files/shards as well as the parent directory (make sure there is nothing else in that directory)
- delete(File) - Static method in interface org.ojalgo.netio.FromFileReader
-
Delete this file or directory (does not need to be empty).
- DELETE - org.ojalgo.netio.ResourceLocator.Method
- DELETE - org.ojalgo.type.Operation
- delimit() - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- delimiter - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- delimiter(byte) - Method in class org.ojalgo.netio.SegmentedFile.Builder
-
The delimiter is used to determine where to split the file into segments.
- delimiter(char) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- denominator() - Method in class org.ojalgo.scalar.ExactDecimal.Descriptor
- dense(int, int) - Static method in class org.ojalgo.equation.Equation
- dense(int, int, DenseArray.Factory<N>) - Static method in class org.ojalgo.equation.Equation
- dense(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.MatrixR032.Factory
- dense(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.MatrixR064.Factory
- dense(PhysicalStore<N>) - Method in class org.ojalgo.matrix.MatrixFactory
- dense(PhysicalStore<ComplexNumber>) - Method in class org.ojalgo.matrix.MatrixC128.Factory
- dense(PhysicalStore<Quadruple>) - Method in class org.ojalgo.matrix.MatrixR128.Factory
- dense(PhysicalStore<Quaternion>) - Method in class org.ojalgo.matrix.MatrixH256.Factory
- dense(PhysicalStore<RationalNumber>) - Method in class org.ojalgo.matrix.MatrixQ128.Factory
- DENSE_FACTORY - Static variable in class org.ojalgo.optimisation.linear.SparseTableau
- DenseArray<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
Each and every element occupies memory and holds a value.
- DenseArray(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.DenseArray
- DenseArray.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- DenseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>> - Class in org.ojalgo.matrix
- DenseMutator2D(PhysicalStore<N>) - Constructor for class org.ojalgo.matrix.DenseMutator2D
- DenseReceiver(PhysicalStore<Double>) - Constructor for class org.ojalgo.matrix.MatrixR032.DenseReceiver
- DenseReceiver(PhysicalStore<Double>) - Constructor for class org.ojalgo.matrix.MatrixR064.DenseReceiver
- DenseReceiver(PhysicalStore<ComplexNumber>) - Constructor for class org.ojalgo.matrix.MatrixC128.DenseReceiver
- DenseReceiver(PhysicalStore<Quadruple>) - Constructor for class org.ojalgo.matrix.MatrixR128.DenseReceiver
- DenseReceiver(PhysicalStore<Quaternion>) - Constructor for class org.ojalgo.matrix.MatrixH256.DenseReceiver
- DenseReceiver(PhysicalStore<RationalNumber>) - Constructor for class org.ojalgo.matrix.MatrixQ128.DenseReceiver
- denseSystem(int, int) - Static method in class org.ojalgo.equation.Equation
- denseSystem(int, int, DenseArray.Factory<N>) - Static method in class org.ojalgo.equation.Equation
- DenseTableau - Class in org.ojalgo.optimisation.linear
- DenseTableau(int, int) - Constructor for class org.ojalgo.optimisation.linear.DenseTableau
- DenseTableau(LinearStructure) - Constructor for class org.ojalgo.optimisation.linear.DenseTableau
- densify() - Method in class org.ojalgo.array.SparseArray
- depth() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- depth() - Method in class org.ojalgo.ann.WrappedANN
- deriveAdjustmentExponent() - Method in class org.ojalgo.optimisation.Expression
- deriveAdjustmentExponent() - Method in class org.ojalgo.optimisation.ModelEntity
- deriveAdjustmentExponent() - Method in class org.ojalgo.optimisation.Variable
- deriveAdjustmentExponent(AggregatorFunction<BigDecimal>, AggregatorFunction<BigDecimal>, int) - Static method in class org.ojalgo.optimisation.ModelEntity
- deriveAdjustmentRange(Expression) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- DESCENDING_NORM - Static variable in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
Sorts on the norm in descending order.
- descendingKeySet() - Method in class org.ojalgo.series.TreeSeries
- descendingMap() - Method in class org.ojalgo.series.TreeSeries
- describe() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Counts variables and expressions of different categories.
- Description(int, int, int, int, int, int, int, int, int, int) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- descriptor() - Method in class org.ojalgo.scalar.Amount
- descriptor() - Method in class org.ojalgo.scalar.ExactDecimal
- descriptor() - Method in interface org.ojalgo.scalar.ExactDecimal.Factory
- descriptor() - Method in class org.ojalgo.scalar.Money
- descriptor() - Method in class org.ojalgo.scalar.Price
- descriptor() - Method in class org.ojalgo.scalar.Quantity
- Descriptor(int) - Constructor for class org.ojalgo.scalar.ExactDecimal.Descriptor
- DESCRIPTOR - Static variable in class org.ojalgo.scalar.Amount
- DESCRIPTOR - Static variable in class org.ojalgo.scalar.Money
- DESCRIPTOR - Static variable in class org.ojalgo.scalar.Price
- DESCRIPTOR - Static variable in class org.ojalgo.scalar.Quantity
- deserialize(DataInput) - Method in interface org.ojalgo.netio.DataReader.Deserializer
- deserializeObjectFromFile(File) - Static method in interface org.ojalgo.netio.FromFileReader
- destroy() - Method in class org.ojalgo.optimisation.Expression
- destroy() - Method in class org.ojalgo.optimisation.ModelEntity
- destroy() - Method in class org.ojalgo.optimisation.Variable
- DetectingParser<T> - Class in org.ojalgo.netio
-
Will detect which delegate parser to use.
- DetectingParser(TextLineReader.Parser<T>) - Constructor for class org.ojalgo.netio.DetectingParser
- DeterminantTask<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.task
- DeterminantTask.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.task
- Deterministic - Class in org.ojalgo.random
- Deterministic() - Constructor for class org.ojalgo.random.Deterministic
- Deterministic(double) - Constructor for class org.ojalgo.random.Deterministic
- Deterministic(Comparable<?>) - Constructor for class org.ojalgo.random.Deterministic
- diagonal() - Method in class org.ojalgo.matrix.BasicMatrix
- diagonal() - Method in interface org.ojalgo.matrix.store.MatrixStore
- diagonal() - Method in interface org.ojalgo.structure.Structure2D.Logical
- diagonally(Access2D<N>...) - Method in class org.ojalgo.matrix.BasicMatrix
- diagonally(Access2D<N>...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- diagonally(S...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- DiagonalStore<N extends java.lang.Comparable<N>,D extends Access1D<?>> - Class in org.ojalgo.matrix.store
- DiagonalStore(PhysicalStore.Factory<N, ?>, long, long, D, D, D) - Constructor for class org.ojalgo.matrix.store.DiagonalStore
- DiagonalStore.Builder<N extends java.lang.Comparable<N>,D extends Access1D<?>> - Class in org.ojalgo.matrix.store
- differences() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- differences() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- differences() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
period == 1
- differences() - Method in class org.ojalgo.series.primitive.SeriesSet
- differences(int) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- differences(int) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- differences(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- DifferencesSeries - Class in org.ojalgo.series.primitive
- DifferencesSeries(PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.DifferencesSeries
- DifferencesSeries(PrimitiveSeries, int) - Constructor for class org.ojalgo.series.primitive.DifferencesSeries
- dim() - Method in class org.ojalgo.matrix.task.AbstractInverter
- dimension() - Method in class org.ojalgo.matrix.store.DiagonalStore.Builder
- DIMENSION_MISMATCH - Static variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- dimensions() - Method in interface org.ojalgo.scalar.Scalar
- dimensions() - Method in class org.ojalgo.tensor.ArrayBasedTensor
- dimensions() - Method in interface org.ojalgo.tensor.Tensor
-
The range of the indices that identify the scalar components.
- DirectASS - Class in org.ojalgo.optimisation.convex
-
Solves optimisation problems of the form:
- DirectASS(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.DirectASS
- direction - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
-
The variable (indicated by
SimplexSolver.EnterInfo.index
) that will enter the basis, will either increase or decrease when entering. - direction - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
-
The variable (indicated by
SimplexSolver.ExitInfo.index
) that will exit the basis, will either increase or decrease when exiting. - direction(Structure1D) - Method in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- Direction() - Constructor for enum org.ojalgo.optimisation.linear.SimplexSolver.Direction
- Directive(boolean, boolean, boolean) - Constructor for class org.ojalgo.data.transform.DiscreteFourierTransform.Directive
- directory() - Method in class org.ojalgo.netio.ShardedFile
- DiscreteDistribution - Interface in org.ojalgo.random
- DiscreteFourierTransform - Class in org.ojalgo.data.transform
-
The discrete Fourier transform (DFT) converts a finite sequence of equally-spaced samples of a function into a same-length sequence of equally-spaced samples of the discrete-time Fourier transform (DTFT), which is a complex-valued function of frequency.
- DiscreteFourierTransform(int) - Constructor for class org.ojalgo.data.transform.DiscreteFourierTransform
- DiscreteFourierTransform.Directive - Class in org.ojalgo.data.transform
- DiscreteFourierTransform.FFT - Class in org.ojalgo.data.transform
- DiscreteFourierTransform.FullMatrix - Class in org.ojalgo.data.transform
- DiscreteFourierTransform.Single - Class in org.ojalgo.data.transform
- displacement - Variable in class org.ojalgo.optimisation.integer.NodeKey
-
How much the branched on variable must be displaced because of the new constraint introduced with this node (each node introduces precisely 1 new upper or lower bound).
- Disposable - Interface in org.ojalgo.type
- dispose() - Method in class org.ojalgo.data.batch.BatchManager
-
Dispose of all files associated with nodes instantiated from this manager.
- dispose() - Method in class org.ojalgo.data.batch.BatchNode
-
Dispose of this node and explicitly delete all files.
- dispose() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- dispose() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- dispose() - Method in class org.ojalgo.optimisation.integer.NodeKey
- dispose() - Method in class org.ojalgo.optimisation.IntermediateSolver
- dispose() - Method in interface org.ojalgo.optimisation.Optimisation.Model
-
Cleanup when a model instance is no longer needed.
- dispose() - Method in interface org.ojalgo.optimisation.Optimisation.Solver
-
Cleanup when a solver instance is no longer needed.
- dispose() - Method in interface org.ojalgo.type.Disposable
- distance(int, int) - Method in class org.ojalgo.data.cluster.PointDistanceCache
- distance(Point) - Method in class org.ojalgo.data.cluster.Point
-
The sum of the squared differences between the coordinates of this and the other point.
- distance(Point, Point) - Method in class org.ojalgo.data.cluster.PointDistanceCache
- DISTINCT - org.ojalgo.optimisation.Optimisation.State
-
Unique (and optimal) solution - there is no other solution that is equal or better
- Distribution - Interface in org.ojalgo.random
-
Distribution
- Distribution1D - Interface in org.ojalgo.random
- distributor(ToIntFunction<T>) - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
The default is to distribute randomly.
- divide() - Method in class org.ojalgo.function.BigFunction
- divide() - Method in class org.ojalgo.function.ComplexFunction
- divide() - Method in class org.ojalgo.function.FunctionSet
-
/
- divide() - Method in class org.ojalgo.function.PrimitiveFunction
- divide() - Method in class org.ojalgo.function.QuadrupleFunction
- divide() - Method in class org.ojalgo.function.QuaternionFunction
- divide() - Method in class org.ojalgo.function.RationalFunction
- divide(byte[], int, int, int, byte[], byte) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(byte[], int, int, int, byte[], byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(byte[], int, int, int, byte, byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(double) - Method in interface org.ojalgo.algebra.ScalarOperation.Division
- divide(double) - Method in class org.ojalgo.matrix.BasicMatrix
- divide(double) - Method in interface org.ojalgo.matrix.store.MatrixStore
- divide(double) - Method in class org.ojalgo.scalar.BigScalar
- divide(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '/' with a real number.
- divide(double) - Method in class org.ojalgo.scalar.ExactDecimal
- divide(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- divide(double) - Method in class org.ojalgo.scalar.Quadruple
- divide(double) - Method in class org.ojalgo.scalar.Quaternion
- divide(double) - Method in class org.ojalgo.scalar.RationalNumber
- divide(double) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- divide(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- divide(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- divide(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- divide(double[], int, int, int, double[], double) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(double[], int, int, int, double[], double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(double[], int, int, int, double, double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(double, double, double, double) - Static method in class org.ojalgo.scalar.Quadruple
-
High-precision division.
- divide(float) - Method in interface org.ojalgo.algebra.ScalarOperation.Division
- divide(float) - Method in class org.ojalgo.scalar.BigScalar
- divide(float) - Method in class org.ojalgo.scalar.PrimitiveScalar
- divide(float) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- divide(float[], int, int, int, float[], float) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(float[], int, int, int, float[], float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(float[], int, int, int, float, float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(int) - Method in class org.ojalgo.function.special.PowerOf2.IntPower
- divide(int[], int, int, int, int[], int) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(int[], int, int, int, int[], int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(int[], int, int, int, int, int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(int, int, DivideAndConquer.Conquerer) - Method in class org.ojalgo.concurrent.DivideAndConquer.Divider
- divide(int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- divide(int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- divide(int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- divide(int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- divide(int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- divide(int, int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- divide(int, DivideAndConquer.Conquerer) - Method in class org.ojalgo.concurrent.DivideAndConquer.Divider
- divide(int, DivideAndConquer.Conquerer) - Static method in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- divide(long) - Method in class org.ojalgo.function.special.PowerOf2.LongPower
- divide(long[], int, int, int, long[], long) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(long[], int, int, int, long[], long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(long[], int, int, int, long, long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(short[], int, int, int, short[], short) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(short[], int, int, int, short[], short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(short[], int, int, int, short, short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- divide(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
- divide(BigDecimal, BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- divide(N) - Method in interface org.ojalgo.algebra.ScalarOperation.Division
- divide(N) - Method in class org.ojalgo.matrix.BasicMatrix
- divide(N) - Method in interface org.ojalgo.matrix.store.MatrixStore
- divide(BasicArray<N>, long, long, long, Comparable<?>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(BasicArray<N>, long, long, long, Access1D<N>, Comparable<?>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(BasicArray<N>, long, long, long, Access1D<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- divide(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '/' with a complex number.
- divide(ExactDecimal<?>, ExactDecimal<?>) - Method in class org.ojalgo.scalar.ExactDecimal.Descriptor
- divide(Price) - Method in class org.ojalgo.scalar.Amount
- divide(Quadruple) - Method in class org.ojalgo.scalar.Quadruple
- divide(Quadruple, Quadruple) - Static method in class org.ojalgo.scalar.Quadruple
- divide(Quantity) - Method in class org.ojalgo.scalar.Amount
- divide(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
-
Will calculate
this * reciprocal(arg)
which is not the same asreciprocal(arg) * this
. - divide(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
- divide(RationalNumber, RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- divide(Scalar<N>) - Method in interface org.ojalgo.scalar.Scalar
- divide(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- divide(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- divide(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- divide(S) - Method in class org.ojalgo.scalar.ExactDecimal
- divide(S) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- divide(T) - Method in interface org.ojalgo.algebra.Operation.Division
- DIVIDE - Static variable in class org.ojalgo.function.constant.BigMath
- DIVIDE - Static variable in class org.ojalgo.function.constant.ComplexMath
- DIVIDE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- DIVIDE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- DIVIDE - Static variable in class org.ojalgo.function.constant.QuaternionMath
- DIVIDE - Static variable in class org.ojalgo.function.constant.RationalMath
- DIVIDE - Static variable in class org.ojalgo.scalar.RationalNumber
- DivideAndConquer - Class in org.ojalgo.concurrent
- DivideAndConquer() - Constructor for class org.ojalgo.concurrent.DivideAndConquer
- DivideAndConquer.Conquerer - Interface in org.ojalgo.concurrent
- DivideAndConquer.Divider - Class in org.ojalgo.concurrent
- divideAndCopyColumn(int, int, BasicArray<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- divideAndCopyColumn(int, int, BasicArray<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- divideAndCopyColumn(int, int, BasicArray<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- divideBy(int) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
-
Round up as in: 9 / 2 = 5 and 1 / 9 = 1
- dividendAmount - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- divider() - Method in class org.ojalgo.concurrent.ProcessingService
- Divider(ExecutorService) - Constructor for class org.ojalgo.concurrent.DivideAndConquer.Divider
- DIVIDER - Static variable in class org.ojalgo.matrix.operation.HouseholderLeft
- DIVIDER - Static variable in class org.ojalgo.matrix.operation.HouseholderRight
- DIVIDER - Static variable in class org.ojalgo.matrix.operation.MultiplyBoth
- DIVIDER - Static variable in class org.ojalgo.matrix.operation.MultiplyLeft
- DIVIDER - Static variable in class org.ojalgo.matrix.operation.MultiplyNeither
- DIVIDER - Static variable in class org.ojalgo.matrix.operation.MultiplyRight
- DIVIDER - Static variable in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- doAdd(Structure1D.IntIndex, BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- doAdd(Structure2D.IntRowColumn, BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- doBodyRow(int, PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- doBuild(DenseArray.Factory<N>, BinaryFunction<N>) - Method in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- doBuild(Optimisation.Options) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- doBuild(Optimisation.Options) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- doBuild(Optimisation.Options) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- doCase0(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext) - Static method in class org.ojalgo.optimisation.Presolvers
-
This constraint expression has 0 remaining free variable.
- doCase1(double[], double[], int, int, RotateRight) - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- doCase1(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext) - Static method in class org.ojalgo.optimisation.Presolvers
-
This constraint expression has 1 remaining free variable.
- doCase2(double[], double[], int, int, RotateRight) - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- doCase2(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext) - Static method in class org.ojalgo.optimisation.Presolvers
-
Checks if bounds on either of the variables (together with the expressions's bounds) implies tighter bounds on the other variable.
- doCase3(double[], double[], int, int, RotateRight, RotateRight) - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- doCase4(double[], int, NegateColumn, ExchangeColumns, ExchangeColumns) - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- doCaseN(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext) - Static method in class org.ojalgo.optimisation.Presolvers
-
Checks the sign of the limits and the sign of the expression parameters to deduce variables that in fact can only be zero.
- doColumn(double[], int, double[], double, int, int) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- doColumn(float[], int, float[], float, int, int) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- doCompute(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean, boolean) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- doCountVariables() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- doDecompose(double[][]) - Method in class org.ojalgo.matrix.decomposition.RawQR
- doDecompose(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- doDecompose(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Dynamic
- doDecompose(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.General
- doDecompose(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- doDecompose(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawLU
- doDecompose(double[][], Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- doDecompose(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, boolean) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- doDecompose(Access2D.Collectable<N, ? super PhysicalStore<N>>, boolean) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- doDFT(Access1D<?>) - Static method in class org.ojalgo.data.transform.ZTransform
-
This method computes the discrete Fourier transform (DFT) of a sequence of real numbers.
- doDualIterations(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- doExclTranspMult(MatrixStore<Double>, PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- doGeneral(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- doGenerateCuts(ModelStrategy, NodeKey, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.NodeSolver
- doGenericColumnAXPY(SparseArray<N>, long, long, N, TransformableRegion<N>) - Static method in class org.ojalgo.matrix.store.SparseStore
- doGetDiagonal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- doGetInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- doGetInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- doGetInverse(R064Store) - Method in class org.ojalgo.matrix.decomposition.RawQR
-
Makes no use of
preallocated
at all. - doGetInverse(R064Store) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- doGetLQ() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- doGetRQ() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- doGomory(Primitive1D, int, double, double) - Static method in class org.ojalgo.optimisation.linear.TableauCutGenerator
-
Calculates a Gomory cut – all variables must be integer.
- doGomoryMixedInteger(Primitive1D, int, double, boolean[]) - Static method in class org.ojalgo.optimisation.linear.TableauCutGenerator
-
Assumes all variables positive [0,∞).
- doGomoryMixedInteger(Primitive1D, int, double, double, int[], boolean[]) - Static method in class org.ojalgo.optimisation.linear.TableauCutGenerator
- doGomoryMixedInteger(Primitive1D, int, double, double, int[], boolean[], double[], double[], double[]) - Static method in class org.ojalgo.optimisation.linear.TableauCutGenerator
-
Calculates a Gomory Mixed Integer (GMI) cut.
- doIdentity(PhysicalStore<Double>) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- doIntegerRounding() - Method in class org.ojalgo.optimisation.Expression
-
Assumes at least 1 variable, and all variables integer!
- doIntegerRounding() - Method in class org.ojalgo.optimisation.ModelEntity
-
If necessary this method should first determine if this
ModelEntity
is "integer" or not. - doIntegerRounding() - Method in class org.ojalgo.optimisation.Variable
- doIntegerRounding(Set<Structure1D.IntIndex>, BigDecimal, BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- doInternalCos(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- doIteration(MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, Optimisation.Options, Optimisation.Result) - Static method in class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- doL1(double) - Method in class org.ojalgo.ann.TrainingConfiguration
- doL2(double) - Method in class org.ojalgo.ann.TrainingConfiguration
- doMixedIntegerRounding() - Method in class org.ojalgo.optimisation.Expression
- DONE - org.ojalgo.optimisation.service.OptimisationService.Status
- doOneOfAnyD(MutateAnyD, long[], int, AccessAnyD<N>, long[], BinaryFunction<N>, AccessAnyD<N>, long[]) - Static method in class org.ojalgo.array.operation.FillCompatible
- doOptimise(Optimisation.Sense, byte[], ExpressionsBasedModel.FileFormat) - Static method in class org.ojalgo.optimisation.service.OptimisationService
- doOptimise(OptimisationService.Problem) - Method in class org.ojalgo.optimisation.service.OptimisationService
- doPivot(int, int) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- doPivot(int, int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
-
Perform the pivot operation on the tableau – only.
- doPivot(int, int) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- doPivot(int, int, double[]) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- doPivot(int, int, SparseArray<Double>, double) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- doPrimalIterations(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- doPrimitiveColumnAXPY(SparseArray<Double>, long, long, double, TransformableRegion<Double>) - Static method in class org.ojalgo.matrix.store.SparseStore
- doPruneAndResample(CalendarDate, CalendarDate, CalendarDateUnit) - Method in class org.ojalgo.series.CoordinationSet
- doQ(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- doReLU(PhysicalStore<Double>) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- doSet(Structure1D.IntIndex, BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- doSet(Structure2D.IntRowColumn, BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- doSigmoid(PhysicalStore<Double>) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- doSoftMax(PhysicalStore<Double>) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- doSolve(MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, MatrixStore<Quadruple>, Optimisation.Options) - Static method in class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- doSolve(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- doSolve(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- doSolve(R064Store) - Method in class org.ojalgo.matrix.decomposition.RawQR
- doSolveDual(ConvexData<Double>, Optimisation.Options, boolean) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- doSolvePrimal(ConvexData<Double>, Optimisation.Options, boolean) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- doStages(int, ComplexNumber[], double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
-
Perform the remaining stage calculations (stage>=1).
- doStep(double, double) - Method in class org.ojalgo.random.process.AbstractProcess
- doStep(double, double) - Method in class org.ojalgo.random.process.GaussianProcess
- doStep(double, double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- doStep(double, double) - Method in class org.ojalgo.random.process.PoissonProcess
- doStep(double, double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- doStep(double, double) - Method in class org.ojalgo.random.process.WienerProcess
- doSymmetric(double[][], boolean) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- dot(Access1D<?>) - Method in class org.ojalgo.array.ArrayR032
- dot(Access1D<?>) - Method in class org.ojalgo.array.ArrayR064
- dot(Access1D<?>) - Method in class org.ojalgo.array.SparseArray
- dot(Access1D<?>) - Method in class org.ojalgo.equation.Equation
- dot(Access1D<?>) - Method in class org.ojalgo.matrix.store.R032Store
- dot(Access1D<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- dot(Access1D<?>) - Method in interface org.ojalgo.structure.Access1D
-
Will calculate and return the dot product of this 1D-structure and another input 1D-vector.
- DOT - Class in org.ojalgo.array.operation
-
The ?dot routines perform a vector-vector reduction operation defined as Equation where xi and yi are elements of vectors x and y.
- DOT() - Constructor for class org.ojalgo.array.operation.DOT
- doTanh(PhysicalStore<Double>) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- DOTC - Class in org.ojalgo.array.operation
-
The ?dotc routines perform a vector-vector operation defined as: Equation
- DOTC() - Constructor for class org.ojalgo.array.operation.DOTC
- doTransform(Access1D<?>, ComplexNumber) - Static method in class org.ojalgo.data.transform.ZTransform
- DOTU - Class in org.ojalgo.array.operation
-
The ?dotu routines perform a vector-vector reduction operation defined as Equation where xi and yi are elements of complex vectors x and y.
- DOTU() - Constructor for class org.ojalgo.array.operation.DOTU
- DOUBLE - org.ojalgo.machine.JavaType
- DOUBLE - Static variable in class org.ojalgo.netio.TypeParser
- DOUBLE_DENOMINATOR - Static variable in class org.ojalgo.scalar.Amount
- DOUBLE_DENOMINATOR - Static variable in class org.ojalgo.scalar.Money
- DOUBLE_DENOMINATOR - Static variable in class org.ojalgo.scalar.Price
- DOUBLE_DENOMINATOR - Static variable in class org.ojalgo.scalar.Quantity
- doubleCosineValue() - Method in class org.ojalgo.matrix.transformation.Rotation
- doubleCosineValue() - Method in class org.ojalgo.matrix.transformation.Rotation.Generic
- doubleCosineValue() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
- doubleSineValue() - Method in class org.ojalgo.matrix.transformation.Rotation
- doubleSineValue() - Method in class org.ojalgo.matrix.transformation.Rotation.Generic
- doubleSineValue() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
- doubleValue() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- doubleValue() - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- doubleValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- doubleValue() - Method in class org.ojalgo.function.aggregator.BigAggregator.BigAggregatorFunction
- doubleValue() - Method in class org.ojalgo.function.aggregator.ComplexAggregator.ComplexAggregatorFunction
- doubleValue() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator.QuadrupleAggregatorFunction
- doubleValue() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator.QuaternionAggregatorFunction
- doubleValue() - Method in class org.ojalgo.function.aggregator.RationalAggregator.RationalAggregatorFunction
- doubleValue() - Method in interface org.ojalgo.function.BigFunction.Nullary
- doubleValue() - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- doubleValue() - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- doubleValue() - Method in interface org.ojalgo.function.ComplexFunction.Nullary
- doubleValue() - Method in interface org.ojalgo.function.NullaryFunction
- doubleValue() - Method in interface org.ojalgo.function.QuadrupleFunction.Nullary
- doubleValue() - Method in interface org.ojalgo.function.QuaternionFunction.Nullary
- doubleValue() - Method in interface org.ojalgo.function.RationalFunction.Nullary
- doubleValue() - Method in class org.ojalgo.random.Normal1D
- doubleValue() - Method in class org.ojalgo.random.RandomNumber
- doubleValue() - Method in class org.ojalgo.scalar.BigScalar
- doubleValue() - Method in class org.ojalgo.scalar.ComplexNumber
- doubleValue() - Method in class org.ojalgo.scalar.ExactDecimal
- doubleValue() - Method in class org.ojalgo.scalar.PrimitiveScalar
- doubleValue() - Method in class org.ojalgo.scalar.Quadruple
- doubleValue() - Method in class org.ojalgo.scalar.Quaternion
- doubleValue() - Method in class org.ojalgo.scalar.RationalNumber
- doubleValue() - Method in class org.ojalgo.structure.Access1D.ElementView
- doubleValue() - Method in class org.ojalgo.structure.Access2D.ElementView
- doubleValue() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- doubleValue() - Method in class org.ojalgo.type.CalendarDateDuration
- doubleValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- doubleValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- doubleValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- doubleValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- doubleValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- doubleValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- doubleValue() - Method in interface org.ojalgo.type.NumberDefinition
- doubleValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- doubleValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedDouble
- doubleValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedFloat
- doubleValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedInt
- doubleValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedLong
- doubleValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- doubleValue(double, double) - Method in class org.ojalgo.data.image.ImageData
- doubleValue(int) - Method in class org.ojalgo.array.Array1D
- doubleValue(int) - Method in class org.ojalgo.array.Array2D
- doubleValue(int) - Method in class org.ojalgo.array.ArrayAnyD
- doubleValue(int) - Method in class org.ojalgo.array.ArrayR032
- doubleValue(int) - Method in class org.ojalgo.array.ArrayR064
- doubleValue(int) - Method in class org.ojalgo.array.ArrayR256
- doubleValue(int) - Method in class org.ojalgo.array.ArrayZ008
- doubleValue(int) - Method in class org.ojalgo.array.ArrayZ016
- doubleValue(int) - Method in class org.ojalgo.array.ArrayZ032
- doubleValue(int) - Method in class org.ojalgo.array.ArrayZ064
- doubleValue(int) - Method in class org.ojalgo.array.BufferR032
- doubleValue(int) - Method in class org.ojalgo.array.BufferR064
- doubleValue(int) - Method in class org.ojalgo.array.LongToNumberMap
- doubleValue(int) - Method in class org.ojalgo.array.NumberList
- doubleValue(int) - Method in class org.ojalgo.array.OffHeapR032
- doubleValue(int) - Method in class org.ojalgo.array.OffHeapR064
- doubleValue(int) - Method in class org.ojalgo.array.OffHeapZ008
- doubleValue(int) - Method in class org.ojalgo.array.OffHeapZ016
- doubleValue(int) - Method in class org.ojalgo.array.OffHeapZ032
- doubleValue(int) - Method in class org.ojalgo.array.OffHeapZ064
- doubleValue(int) - Method in class org.ojalgo.array.PlainArray
- doubleValue(int) - Method in class org.ojalgo.array.ScalarArray
- doubleValue(int) - Method in class org.ojalgo.array.SegmentedArray
- doubleValue(int) - Method in class org.ojalgo.array.SparseArray
- doubleValue(int) - Method in class org.ojalgo.equation.Equation
- doubleValue(int) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- doubleValue(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- doubleValue(int) - Method in class org.ojalgo.matrix.store.WrapperStore
- doubleValue(int) - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- doubleValue(int) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- doubleValue(int) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- doubleValue(int) - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- doubleValue(int) - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- doubleValue(int) - Method in class org.ojalgo.optimisation.Optimisation.Result
- doubleValue(int) - Method in class org.ojalgo.random.SampleSet
- doubleValue(int) - Method in class org.ojalgo.scalar.ComplexNumber
- doubleValue(int) - Method in class org.ojalgo.scalar.Quaternion
- doubleValue(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- doubleValue(int) - Method in interface org.ojalgo.structure.Access1D
- doubleValue(int) - Method in class org.ojalgo.structure.Access1D.SelectionView
- doubleValue(int) - Method in class org.ojalgo.structure.Access2D.ColumnView
- doubleValue(int) - Method in interface org.ojalgo.structure.Access2D
- doubleValue(int) - Method in class org.ojalgo.structure.Access2D.RowView
- doubleValue(int) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- doubleValue(int) - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- doubleValue(int) - Method in class org.ojalgo.structure.Primitive1D.Simple
- doubleValue(int) - Method in class org.ojalgo.structure.Primitive1D.Wrapper
- doubleValue(int) - Method in class org.ojalgo.structure.PrimitiveAnyD.Simple
- doubleValue(int) - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- doubleValue(int) - Method in class org.ojalgo.tensor.AnyTensor
- doubleValue(int) - Method in class org.ojalgo.tensor.VectorTensor
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- doubleValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- doubleValue(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- doubleValue(int, int) - Method in class org.ojalgo.array.Array2D
- doubleValue(int, int) - Method in class org.ojalgo.data.DataBatch
- doubleValue(int, int) - Method in class org.ojalgo.data.image.ImageData
- doubleValue(int, int) - Method in class org.ojalgo.matrix.BasicMatrix
- doubleValue(int, int) - Method in class org.ojalgo.matrix.DenseMutator2D
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.ColumnsStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.GenericStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.IdentityStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.LimitStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.LowerSymmetricStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
- doubleValue(int, int) - Method in interface org.ojalgo.matrix.store.MatrixStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.OffsetStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.R032Store
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.R064Store
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.RawStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.RepeatedColumnsStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.RepeatedRowsStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.RowsStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.RowsSupplier
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.SingleStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.SparseStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.TransjugatedStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.UnaryOperatoStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.UpperSymmetricStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.WrapperStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.store.ZeroStore
- doubleValue(int, int) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- doubleValue(int, int) - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- doubleValue(int, int) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- doubleValue(int, int) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- doubleValue(int, int) - Method in class org.ojalgo.scalar.ComplexNumber
- doubleValue(int, int) - Method in class org.ojalgo.scalar.Quaternion
- doubleValue(int, int) - Method in interface org.ojalgo.structure.Access2D
-
Extracts one element of this matrix as a double.
- doubleValue(int, int) - Method in class org.ojalgo.structure.Access2D.SelectionView
- doubleValue(int, int) - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- doubleValue(int, int) - Method in class org.ojalgo.structure.Primitive2D.Simple
- doubleValue(int, int) - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- doubleValue(int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- doubleValue(long) - Method in class org.ojalgo.array.Array1D
- doubleValue(long) - Method in class org.ojalgo.array.Array2D
- doubleValue(long) - Method in class org.ojalgo.array.ArrayAnyD
- doubleValue(long) - Method in class org.ojalgo.array.LongToNumberMap
- doubleValue(long) - Method in class org.ojalgo.array.NumberList
- doubleValue(long) - Method in class org.ojalgo.array.OffHeapR032
- doubleValue(long) - Method in class org.ojalgo.array.OffHeapR064
- doubleValue(long) - Method in class org.ojalgo.array.OffHeapZ008
- doubleValue(long) - Method in class org.ojalgo.array.OffHeapZ016
- doubleValue(long) - Method in class org.ojalgo.array.OffHeapZ032
- doubleValue(long) - Method in class org.ojalgo.array.OffHeapZ064
- doubleValue(long) - Method in class org.ojalgo.array.PlainArray
- doubleValue(long) - Method in class org.ojalgo.array.SegmentedArray
- doubleValue(long) - Method in class org.ojalgo.array.SparseArray
- doubleValue(long) - Method in class org.ojalgo.matrix.BasicMatrix
- doubleValue(long) - Method in class org.ojalgo.matrix.store.SingleStore
- doubleValue(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- doubleValue(long) - Method in class org.ojalgo.matrix.store.ZeroStore
- doubleValue(long) - Method in interface org.ojalgo.structure.Access1D
- doubleValue(long) - Method in interface org.ojalgo.structure.Access2D
- doubleValue(long) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- doubleValue(long) - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- doubleValue(long) - Method in class org.ojalgo.tensor.VectorTensor
- doubleValue(long...) - Method in class org.ojalgo.array.ArrayAnyD
- doubleValue(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- doubleValue(long...) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- doubleValue(long...) - Method in class org.ojalgo.tensor.AnyTensor
- doubleValue(long, long) - Method in class org.ojalgo.array.Array2D
- doubleValue(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- doubleValue(long, long) - Method in interface org.ojalgo.structure.Access2D
- doubleValue(long, long) - Method in class org.ojalgo.structure.Access2D.SelectionView
- doubleValue(long, long) - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- doubleValue(long, long) - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- doubleValue(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- doubleValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- doubleValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- doubleValue(Enum<?>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- doubleValue(K) - Method in interface org.ojalgo.series.BasicSeries
- doubleValue(K) - Method in class org.ojalgo.series.MappedIndexSeries
- doubleValue(K) - Method in class org.ojalgo.structure.Keyed1D
- doubleValue(N) - Method in class org.ojalgo.series.NumberSeries
- doubleValue(Structure1D.IntIndex, boolean) - Method in class org.ojalgo.optimisation.Expression
- doubleValue(Structure2D.IntRowColumn, boolean) - Method in class org.ojalgo.optimisation.Expression
- doubleValue(R, C) - Method in class org.ojalgo.structure.Keyed2D
- doubleValueInternally(int) - Method in class org.ojalgo.array.SparseArray
- doValidate(ExpressionsBasedModel, Access1D<BigDecimal>, NumberContext, BasicLogger, BiConsumer<ExpressionsBasedModel, Access1D<BigDecimal>>) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- drainTo(Collection<? super T>, int) - Method in interface org.ojalgo.netio.FromFileReader
-
Behaves similar to
BlockingQueue.drainTo(Collection, int)
except that returning 0 means there are no more items to read. - drainTo(Collection<? super T>, int) - Method in class org.ojalgo.netio.ManagedReader
- drainTo(Collection<? super T>, int) - Method in class org.ojalgo.netio.QueuedReader
- drainTo(List<T>) - Method in class org.ojalgo.netio.QueuedWriter
- dropouts - Variable in class org.ojalgo.ann.TrainingConfiguration
- dropouts() - Method in class org.ojalgo.ann.NetworkTrainer
- Dual(T, T) - Constructor for class org.ojalgo.type.keyvalue.KeyValue.Dual
- DualSimplexSolver - Class in org.ojalgo.optimisation.linear
-
Requires all variables to have both lower and upper bounds.
- DualSimplexSolver(Optimisation.Options, SimplexStore) - Constructor for class org.ojalgo.optimisation.linear.DualSimplexSolver
- DUMMY - Static variable in class org.ojalgo.data.batch.BatchNode
- duration - Variable in class org.ojalgo.type.Stopwatch.TimedResult
- DURATION_30_YEARS - Static variable in class org.ojalgo.data.domain.finance.series.YahooSession
-
Deprecated.
- DURATION_30_YEARS - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- Dynamic() - Constructor for class org.ojalgo.matrix.decomposition.RawEigenvalue.Dynamic
- DynamicEvD<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- DynamicEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.DynamicEvD
- DynamicEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, EigenvalueDecomposition<N>, EigenvalueDecomposition<N>) - Constructor for class org.ojalgo.matrix.decomposition.DynamicEvD
- DynamicEvD.R064 - Class in org.ojalgo.matrix.decomposition
- DYNANISM - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
E
- e - Variable in class org.ojalgo.matrix.decomposition.HermitianEvD
- e - Variable in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Arrays for internal storage of eigenvalues.
- e - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
- e - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- E - org.ojalgo.optimisation.FileFormatMPS.RowType
- E - Static variable in class org.ojalgo.function.constant.BigMath
-
https://oeis.org/A001113/constant
- E - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- E - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- E - Static variable in class org.ojalgo.function.constant.RationalMath
- EARLIEST_SEQUENCE - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- EBM - org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
- EffectiveThrowable - Interface in org.ojalgo
- EfficientFrontier - Class in org.ojalgo.data.domain.finance.portfolio
-
Represents a portfolio on the efficient fronter.
- EfficientFrontier(FinancePortfolio.Context) - Constructor for class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- EfficientFrontier(MarketEquilibrium, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- EfficientFrontier(MatrixR064, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- Eigenpair(ComplexNumber, Access1D<ComplexNumber>) - Constructor for class org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
- Eigenvalue<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
[A] = [V][D][V]-1 ([A][V] = [V][D]) [A] = any square matrix. [V] = contains the eigenvectors as columns. [D] = a diagonal matrix with the eigenvalues on the diagonal (possibly in blocks).
- Eigenvalue.Eigenpair - Class in org.ojalgo.matrix.decomposition
- Eigenvalue.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- Eigenvalue.Generalisation - Enum in org.ojalgo.matrix.decomposition
- Eigenvalue.Generalised<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- EigenvalueDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- EigenvalueDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- EIGHT - org.ojalgo.concurrent.Parallelism
-
8
- EIGHT - Static variable in class org.ojalgo.function.constant.BigMath
- EIGHT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- EIGHT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- EIGHT - Static variable in class org.ojalgo.function.constant.RationalMath
- EIGHTH - Static variable in class org.ojalgo.function.constant.BigMath
- EIGHTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- EIGHTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- EIGHTH - Static variable in class org.ojalgo.function.constant.RationalMath
- ELEMENT_SIZE - Static variable in class org.ojalgo.matrix.store.R064Store
- ElementaryFactor(SparseArray<Double>, int, double) - Constructor for class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- elements() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- elements() - Method in class org.ojalgo.matrix.store.R032Store
- elements() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- elements() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- elements() - Method in class org.ojalgo.random.FrequencyMap
- elements() - Method in interface org.ojalgo.structure.Access1D
-
Returns an Iterable of ElementView1D.
- elements() - Method in interface org.ojalgo.structure.Access2D
- elements() - Method in interface org.ojalgo.structure.AccessAnyD
- elements(long, long) - Static method in class org.ojalgo.machine.CommonMachine
- elements(FrequencyMap.FrequencyPredicate<T>) - Method in class org.ojalgo.random.FrequencyMap
- ElementsSupplier<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.store
-
An
ElementsSupplier
is not necessarily (or not yet) a matrix, but something from which the elements of a matrix can be derived. - ElementView(Access1D<N>) - Constructor for class org.ojalgo.structure.Access1D.ElementView
- ElementView(Access1D<N>, long, long) - Constructor for class org.ojalgo.structure.Access1D.ElementView
- ElementView(ElementView1D<N, ?>, long) - Constructor for class org.ojalgo.structure.Access2D.ElementView
- ElementView(ElementView1D<N, ?>, long[]) - Constructor for class org.ojalgo.structure.AccessAnyD.ElementView
- ElementView1D<N extends java.lang.Comparable<N>,V extends ElementView1D<N,V>> - Interface in org.ojalgo.structure
- ElementView2D<N extends java.lang.Comparable<N>,V extends ElementView2D<N,V>> - Interface in org.ojalgo.structure
- ElementViewAnyD<N extends java.lang.Comparable<N>,V extends ElementViewAnyD<N,V>> - Interface in org.ojalgo.structure
- ELEVEN - Static variable in class org.ojalgo.function.constant.BigMath
- ELEVEN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ELEVEN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ELEVEN - Static variable in class org.ojalgo.function.constant.RationalMath
- ELEVEN_TWELFTHS - Static variable in class org.ojalgo.random.scedasticity.AbstractScedasticity
- ELEVENTH - Static variable in class org.ojalgo.function.constant.BigMath
- ELEVENTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ELEVENTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ELEVENTH - Static variable in class org.ojalgo.function.constant.RationalMath
- empty() - Static method in interface org.ojalgo.netio.FromFileReader
- EMPTY - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- EMPTY - Static variable in class org.ojalgo.structure.Primitive1D
- EMPTY - Static variable in class org.ojalgo.structure.Primitive2D
- EMPTY - Static variable in class org.ojalgo.structure.PrimitiveAnyD
- encrypt(String) - Static method in class org.ojalgo.netio.Password
- encrypt(String, String, String) - Static method in class org.ojalgo.netio.Password
- end - Variable in class org.ojalgo.netio.CharArraySegment
- END - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- ENDATA - org.ojalgo.optimisation.FileFormatMPS.FileSection
- enforce(byte[]) - Method in class org.ojalgo.type.context.BinaryContext
- enforce(double) - Method in class org.ojalgo.type.context.NumberContext
-
If precision is specified then this method instantiates a
BigDecimal
, enforces that, and then extracts a double again. - enforce(Boolean) - Method in class org.ojalgo.type.context.BooleanContext
- enforce(Comparable<?>) - Method in class org.ojalgo.type.context.NumberContext
- enforce(String) - Method in class org.ojalgo.type.context.StringContext
- enforce(BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
-
Will first enforce the precision, and then the scale.
- enforce(Date) - Method in class org.ojalgo.type.context.DateContext
- enforce(NumberContext) - Method in class org.ojalgo.function.BigFunction
- enforce(NumberContext) - Method in class org.ojalgo.function.ComplexFunction
- enforce(NumberContext) - Method in class org.ojalgo.function.FunctionSet
- enforce(NumberContext) - Method in class org.ojalgo.function.PrimitiveFunction
- enforce(NumberContext) - Method in class org.ojalgo.function.QuadrupleFunction
- enforce(NumberContext) - Method in class org.ojalgo.function.QuaternionFunction
- enforce(NumberContext) - Method in class org.ojalgo.function.RationalFunction
- enforce(NumberContext) - Method in class org.ojalgo.matrix.BasicMatrix
- enforce(NumberContext) - Method in class org.ojalgo.optimisation.Expression
- enforce(NumberContext) - Method in class org.ojalgo.scalar.BigScalar
- enforce(NumberContext) - Method in class org.ojalgo.scalar.ComplexNumber
-
Will call NumberContext.enforce(double) on the real and imaginary parts separately.
- enforce(NumberContext) - Method in class org.ojalgo.scalar.ExactDecimal
- enforce(NumberContext) - Method in class org.ojalgo.scalar.PrimitiveScalar
- enforce(NumberContext) - Method in class org.ojalgo.scalar.Quadruple
- enforce(NumberContext) - Method in class org.ojalgo.scalar.Quaternion
- enforce(NumberContext) - Method in class org.ojalgo.scalar.RationalNumber
- enforce(NumberContext) - Method in interface org.ojalgo.type.context.NumberContext.Enforceable
- enforce(T) - Method in class org.ojalgo.type.context.GenericContext
- enforce(T) - Method in class org.ojalgo.type.context.TemporalContext
- enforce(T) - Method in interface org.ojalgo.type.context.TypeContext
-
Will force the object to conform to the context's specification.
- enforceBounds(ExpressionsBasedModel, int, ModelStrategy) - Method in class org.ojalgo.optimisation.integer.NodeKey
- enforceBounds(NodeSolver, ModelStrategy) - Method in class org.ojalgo.optimisation.integer.NodeKey
- ensureCapacity() - Method in class org.ojalgo.array.NumberList
- enter - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- EnterInfo(int[]) - Constructor for class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- EntryList<K,V> - Interface in org.ojalgo.type.keyvalue
- EntryPair<K,V> - Interface in org.ojalgo.type.keyvalue
-
Singleton (immutable)
Map
:s with primitive valued specialisations. - EntryPair.KeyedPrimitive<K> - Interface in org.ojalgo.type.keyvalue
- EntryPair.ObjectByte<K> - Class in org.ojalgo.type.keyvalue
- EntryPair.ObjectDouble<K> - Class in org.ojalgo.type.keyvalue
- EntryPair.ObjectFloat<K> - Class in org.ojalgo.type.keyvalue
- EntryPair.ObjectInt<K> - Class in org.ojalgo.type.keyvalue
- EntryPair.ObjectLong<K> - Class in org.ojalgo.type.keyvalue
- EntryPair.ObjectObject<K,V> - Class in org.ojalgo.type.keyvalue
- EntryPair.ObjectShort<K> - Class in org.ojalgo.type.keyvalue
- entrySet() - Method in class org.ojalgo.array.LongToNumberMap
- entrySet() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- entrySet() - Method in class org.ojalgo.series.MappedIndexSeries
- entrySet() - Method in class org.ojalgo.series.TreeSeries
- entrySet() - Method in class org.ojalgo.type.collection.CloseableMap
- entrySet() - Method in class org.ojalgo.type.ForgetfulMap
- entrySet() - Method in interface org.ojalgo.type.keyvalue.EntryPair
- entrySet() - Method in class org.ojalgo.type.keyvalue.IndexedMap
- EntrySet<K,V> - Class in org.ojalgo.type.keyvalue
-
Allows you to wrap and treat two arrays as a
Collection
of key-value pairs. - EntrySet(K[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet
- EntrySet.EntryView<K,V> - Class in org.ojalgo.type.keyvalue
- EntrySet.KeyedPrimitives<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectByte<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectDouble<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectFloat<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectInt<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectLong<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectObject<K,V> - Class in org.ojalgo.type.keyvalue
- EntrySet.ObjectShort<K> - Class in org.ojalgo.type.keyvalue
- EntrySet.ViewingIterator<K,V> - Class in org.ojalgo.type.keyvalue
- EntryView(EntrySet<K, V>) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.EntryView
- EnumeratedColumnsParser - Class in org.ojalgo.netio
- EnumeratedColumnsParser(int, char, EnumeratedColumnsParser.ParseStrategy) - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser
- EnumeratedColumnsParser.Builder - Class in org.ojalgo.netio
- EnumeratedColumnsParser.FastViewStrategy - Class in org.ojalgo.netio
- EnumeratedColumnsParser.LineView - Class in org.ojalgo.netio
- EnumeratedColumnsParser.ParseStrategy - Enum in org.ojalgo.netio
- EnumeratedColumnsParser.QuotedViewStrategy - Class in org.ojalgo.netio
- EnumeratedColumnsParser.RFC4180 - Class in org.ojalgo.netio
- EnumPartition<E extends java.lang.Enum<E>> - Class in org.ojalgo.type
-
Keeps track of n (ordered)
Enum
values – anyEnum
and any number of values. - EnumPartition(int, E) - Constructor for class org.ojalgo.type.EnumPartition
- ENVIRONMENT - Static variable in class org.ojalgo.OjAlgoUtils
-
This is set for you, but you may want to set it to something different/better.
- epsilon - Variable in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- epsilon() - Method in class org.ojalgo.type.context.NumberContext
-
epsilon is defined as the difference between 1 and the next larger decimal number with the given number of digits (precision).
- equalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- equalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- equalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- equality(double, double...) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- equality(double, double...) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- equality(double, double...) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- EQUALITY - org.ojalgo.optimisation.Optimisation.ConstraintType
-
Corresponds to setting
ModelEntity.level(Comparable)
and/or checkingOptimisation.Constraint.isEqualityConstraint()
. - equals(int[], int[]) - Method in class org.ojalgo.optimisation.integer.NodeKey
- equals(Object) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- equals(Object) - Method in class org.ojalgo.ann.CalculationLayer
- equals(Object) - Method in class org.ojalgo.ann.LayerTemplate
- equals(Object) - Method in class org.ojalgo.ann.NetworkBuilder
- equals(Object) - Method in class org.ojalgo.ann.NetworkTrainer
- equals(Object) - Method in class org.ojalgo.ann.TrainingConfiguration
- equals(Object) - Method in class org.ojalgo.ann.WrappedANN
- equals(Object) - Method in class org.ojalgo.array.Array1D
- equals(Object) - Method in class org.ojalgo.array.Array2D
- equals(Object) - Method in class org.ojalgo.array.ArrayAnyD
- equals(Object) - Method in class org.ojalgo.array.ArrayR032
- equals(Object) - Method in class org.ojalgo.array.ArrayR064
- equals(Object) - Method in class org.ojalgo.array.BasicArray
- equals(Object) - Method in class org.ojalgo.array.ReferenceTypeArray
- equals(Object) - Method in class org.ojalgo.data.cluster.Point
- equals(Object) - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- equals(Object) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- equals(Object) - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- equals(Object) - Method in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- equals(Object) - Method in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- equals(Object) - Method in class org.ojalgo.equation.Equation
- equals(Object) - Method in class org.ojalgo.function.multiary.ApproximateFunction
- equals(Object) - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- equals(Object) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- equals(Object) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- equals(Object) - Method in class org.ojalgo.machine.BasicMachine
- equals(Object) - Method in class org.ojalgo.machine.CommonMachine
- equals(Object) - Method in class org.ojalgo.machine.Hardware
- equals(Object) - Method in class org.ojalgo.machine.VirtualMachine
- equals(Object) - Method in class org.ojalgo.matrix.BasicMatrix
-
true if "other" is an
Access2D
of the same size/shape and the elements are equal to high precision (12 significant digits). - equals(Object) - Method in class org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
- equals(Object) - Method in class org.ojalgo.matrix.store.AbstractStore
- equals(Object) - Method in class org.ojalgo.matrix.store.FactoryStore
- equals(Object) - Method in class org.ojalgo.matrix.store.GenericStore
- equals(Object) - Method in class org.ojalgo.matrix.store.R032Store
- equals(Object) - Method in class org.ojalgo.matrix.store.R064Store
- equals(Object) - Method in class org.ojalgo.matrix.store.RawStore
- equals(Object) - Method in class org.ojalgo.matrix.store.SparseStore
- equals(Object) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- equals(Object) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- equals(Object) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- equals(Object) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- equals(Object) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- equals(Object) - Method in class org.ojalgo.netio.CharacterRing
- equals(Object) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- equals(Object) - Method in class org.ojalgo.netio.ResourceLocator.Request
- equals(Object) - Method in class org.ojalgo.netio.ResourceLocator.Session
- equals(Object) - Method in class org.ojalgo.netio.ResourceSpecification
- equals(Object) - Method in class org.ojalgo.netio.SegmentedFile.Segment
- equals(Object) - Method in class org.ojalgo.netio.ServiceClient
- equals(Object) - Method in class org.ojalgo.netio.ServiceClient.Request
- equals(Object) - Method in class org.ojalgo.netio.ServiceClient.Response
- equals(Object) - Method in class org.ojalgo.netio.ShardedFile
- equals(Object) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- equals(Object) - Method in class org.ojalgo.optimisation.integer.NodeKey
- equals(Object) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- equals(Object) - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- equals(Object) - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- equals(Object) - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- equals(Object) - Method in class org.ojalgo.optimisation.ModelEntity
- equals(Object) - Method in class org.ojalgo.optimisation.Optimisation.Result
- equals(Object) - Method in class org.ojalgo.optimisation.service.OptimisationService.Problem
- equals(Object) - Method in class org.ojalgo.scalar.BigScalar
- equals(Object) - Method in class org.ojalgo.scalar.ComplexNumber
- equals(Object) - Method in class org.ojalgo.scalar.PrimitiveScalar
- equals(Object) - Method in class org.ojalgo.scalar.Quadruple
- equals(Object) - Method in class org.ojalgo.scalar.Quaternion
- equals(Object) - Method in class org.ojalgo.scalar.RationalNumber
- equals(Object) - Method in class org.ojalgo.series.TreeSeries
- equals(Object) - Method in class org.ojalgo.structure.Structure1D.IntIndex
- equals(Object) - Method in class org.ojalgo.structure.Structure1D.LongIndex
- equals(Object) - Method in class org.ojalgo.structure.Structure2D.IntRowColumn
- equals(Object) - Method in class org.ojalgo.structure.Structure2D.LongRowColumn
- equals(Object) - Method in class org.ojalgo.structure.Structure2D.RowColumnKey
- equals(Object) - Method in class org.ojalgo.structure.StructureAnyD.IntReference
- equals(Object) - Method in class org.ojalgo.structure.StructureAnyD.LongReference
- equals(Object) - Method in class org.ojalgo.tensor.AnyTensor
- equals(Object) - Method in class org.ojalgo.tensor.AnyTensor.Factory
- equals(Object) - Method in class org.ojalgo.tensor.ArrayBasedTensor
- equals(Object) - Method in class org.ojalgo.tensor.ArrayBasedTensor.Factory
- equals(Object) - Method in class org.ojalgo.tensor.MatrixTensor
- equals(Object) - Method in class org.ojalgo.tensor.MatrixTensor.Factory
- equals(Object) - Method in class org.ojalgo.tensor.TensorFactory1D
- equals(Object) - Method in class org.ojalgo.tensor.TensorFactory2D
- equals(Object) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- equals(Object) - Method in class org.ojalgo.tensor.VectorTensor
- equals(Object) - Method in class org.ojalgo.tensor.VectorTensor.Factory
- equals(Object) - Method in class org.ojalgo.type.CalendarDate
- equals(Object) - Method in class org.ojalgo.type.CalendarDateDuration
- equals(Object) - Method in class org.ojalgo.type.collection.CloseableList
- equals(Object) - Method in class org.ojalgo.type.collection.CloseableMap
- equals(Object) - Method in class org.ojalgo.type.context.NumberContext
- equals(Object) - Method in class org.ojalgo.type.ForgetfulMap.CachedValue
- equals(Object) - Method in class org.ojalgo.type.ForgetfulMap
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- equals(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- equals(Object) - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- equals(MatrixStore<N>, Bidiagonal<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.Bidiagonal
- equals(MatrixStore<N>, Cholesky<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.Cholesky
- equals(MatrixStore<N>, Eigenvalue<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.Eigenvalue
- equals(MatrixStore<N>, Hessenberg<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.Hessenberg
- equals(MatrixStore<N>, LDL<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.LDL
- equals(MatrixStore<N>, LU<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.LU
- equals(MatrixStore<N>, QR<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.QR
- equals(MatrixStore<N>, SingularValue<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.SingularValue
- equals(MatrixStore<N>, Tridiagonal<N>, NumberContext) - Static method in interface org.ojalgo.matrix.decomposition.Tridiagonal
- equals(MatrixStore<N>, NumberContext) - Method in interface org.ojalgo.matrix.store.MatrixStore
- equals(Access1D<?>, Access1D<?>, NumberContext) - Static method in interface org.ojalgo.structure.Access1D
-
Tests if the two data structures are numerically equal to the given accuracy.
- equals(Access2D<?>, Access2D<?>, NumberContext) - Static method in interface org.ojalgo.structure.Access2D
- equals(Access2D<?>, NumberContext) - Method in interface org.ojalgo.matrix.Matrix2D
- equals(AccessAnyD<?>, AccessAnyD<?>, NumberContext) - Static method in interface org.ojalgo.structure.AccessAnyD
- EQUALS - Static variable in class org.ojalgo.matrix.BasicMatrix
- EQUALS - Static variable in class org.ojalgo.netio.ASCII
- Equation - Class in org.ojalgo.equation
- Equation(BasicArray<?>, int, double) - Constructor for class org.ojalgo.equation.Equation
- EquilibriumModel - Class in org.ojalgo.data.domain.finance.portfolio
- EquilibriumModel(FinancePortfolio.Context) - Constructor for class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- EquilibriumModel(MarketEquilibrium) - Constructor for class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- erf(double) - Static method in class org.ojalgo.function.special.ErrorFunction
- erfc(double) - Static method in class org.ojalgo.function.special.ErrorFunction
- erfi(double) - Static method in class org.ojalgo.function.special.ErrorFunction
- Erlang - Class in org.ojalgo.random
-
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.
- Erlang() - Constructor for class org.ojalgo.random.Erlang
- Erlang(int, double) - Constructor for class org.ojalgo.random.Erlang
- error - Variable in class org.ojalgo.ann.TrainingConfiguration
- error() - Static method in interface org.ojalgo.netio.BasicLogger
- error(int, String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- error(Object) - Static method in interface org.ojalgo.netio.BasicLogger
- error(String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- error(String, Object...) - Method in class org.ojalgo.optimisation.GenericSolver
- error(Throwable, String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- error(ArtificialNeuralNetwork.Error) - Method in class org.ojalgo.ann.NetworkTrainer
- error(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.ann.NetworkTrainer
- Error(PrimitiveFunction.Binary, PrimitiveFunction.Binary) - Constructor for enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
- ERROR - Static variable in interface org.ojalgo.netio.BasicLogger
- errorColumns(int, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- errorFormatted(String, Object...) - Static method in interface org.ojalgo.netio.BasicLogger
- ErrorFunction - Class in org.ojalgo.function.special
- ErrorFunction() - Constructor for class org.ojalgo.function.special.ErrorFunction
- errorMatrix(String, Access2D<?>) - Static method in interface org.ojalgo.netio.BasicLogger
- errorMatrix(String, Access2D<?>, NumberContext) - Static method in interface org.ojalgo.netio.BasicLogger
- errorWeights(double...) - Method in class org.ojalgo.random.scedasticity.ARCH
- errorWeights(double...) - Method in class org.ojalgo.random.scedasticity.GARCH
- estimate() - Method in class org.ojalgo.machine.MemoryEstimator
- estimate(DoubleUnaryOperator, PrimitiveFunction.SampleDomain) - Static method in class org.ojalgo.function.series.FourierSeries
- estimate(List<? extends N>, List<? extends N>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- estimate(List<? extends N>, List<? extends N>) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
- estimate(PeriodicFunction, int) - Static method in class org.ojalgo.function.series.FourierSeries
- estimate(NumberSeries<?>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- estimate(NumberSeries<?>) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
- estimate(Access1D<?>) - Static method in class org.ojalgo.random.LogNormal
- estimate(Access1D<?>, double) - Static method in class org.ojalgo.random.process.GeometricBrownianMotion
- estimate(Access1D<?>, int) - Static method in class org.ojalgo.random.scedasticity.ARCH
-
Parameter estimation using heuristics (not max likelihood).
- estimate(Access1D<?>, int, int) - Static method in class org.ojalgo.random.scedasticity.GARCH
-
Parameter estimation using heuristics (not max likelihood).
- estimate(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.function.polynomial.PolynomialC128
- estimate(Access1D<?>, Access1D<?>) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
- estimate(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.function.polynomial.PolynomialQ128
- estimate(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- estimate(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- estimate(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.function.polynomial.PolynomialR128
- estimate(Access1D<?>, Access1D<?>) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- estimate(Access1D<?>, Access1D<?>, PhysicalStore.Factory<N, ?>, QR.Factory<N>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- estimateARCH(Access1D<?>, int) - Static method in class org.ojalgo.random.process.StationaryNormalProcess
- estimateArray(Class<?>, int) - Static method in class org.ojalgo.machine.MemoryEstimator
- estimatedSize() - Method in class org.ojalgo.type.ForgetfulMap
-
Returns the approximate number of entries in this cache.
- estimateExcessDiffusionProcess(CalendarDateSeries<?>, CalendarDateSeries<?>, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- estimateGARCH(Access1D<?>, int, int) - Static method in class org.ojalgo.random.process.StationaryNormalProcess
- estimateObject(Class<?>) - Static method in class org.ojalgo.machine.MemoryEstimator
- estimateSize() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- estimateSize() - Method in class org.ojalgo.structure.Access1D.ElementView
- estimateSize() - Method in class org.ojalgo.structure.Access2D.ColumnView
- estimateSize() - Method in class org.ojalgo.structure.Access2D.ElementView
- estimateSize() - Method in class org.ojalgo.structure.Access2D.RowView
- estimateSize() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- estimateSize() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- estimateSize() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- estimateSizeOfWrapperClass() - Method in enum org.ojalgo.machine.JavaType
- evaluate(Access1D<BigDecimal>) - Method in class org.ojalgo.optimisation.Expression
- evaluateFunction(Access1D<?>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- evaluateFunction(Access1D<?>) - Method in class org.ojalgo.optimisation.integer.GomorySolver
- evaluateFunction(Access1D<?>) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- evaluateFunction(Access1D<?>) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- EvD1D - Class in org.ojalgo.matrix.decomposition
- EvD1D() - Constructor for class org.ojalgo.matrix.decomposition.EvD1D
- EvD2D - Class in org.ojalgo.matrix.decomposition
- EvD2D() - Constructor for class org.ojalgo.matrix.decomposition.EvD2D
- EXA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- EXA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- EXA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- EXA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- ExactDecimal<S extends ExactDecimal<S>> - Class in org.ojalgo.scalar
-
To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).
- ExactDecimal(long) - Constructor for class org.ojalgo.scalar.ExactDecimal
- ExactDecimal.Descriptor - Class in org.ojalgo.scalar
- ExactDecimal.Factory<S extends ExactDecimal<S>> - Interface in org.ojalgo.scalar
- exchange(byte[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(double[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(float[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(int[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ArrayR032
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ArrayR064
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ArrayZ008
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ArrayZ016
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ArrayZ032
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ArrayZ064
- exchange(int, int, int, int) - Method in class org.ojalgo.array.BufferArray
- exchange(int, int, int, int) - Method in class org.ojalgo.array.PlainArray
- exchange(int, int, int, int) - Method in class org.ojalgo.array.ReferenceTypeArray
- exchange(long[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(long, long) - Method in class org.ojalgo.array.Array1D
- exchange(long, long, long, long) - Method in class org.ojalgo.array.BasicArray
- exchange(long, long, long, long) - Method in class org.ojalgo.array.OffHeapArray
- exchange(long, long, long, long) - Method in class org.ojalgo.array.PlainArray
- exchange(long, long, long, long) - Method in class org.ojalgo.array.SegmentedArray
- exchange(long, long, long, long) - Method in class org.ojalgo.array.SparseArray
- exchange(short[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(N[], int, int, int, int) - Static method in class org.ojalgo.array.operation.Exchange
- exchange(BasicArray<N>, long, long, long, long) - Static method in class org.ojalgo.array.operation.Exchange
- Exchange - Class in org.ojalgo.array.operation
- Exchange() - Constructor for class org.ojalgo.array.operation.Exchange
- exchangeColumns(double[][], int, int) - Static method in class org.ojalgo.array.operation.SWAP
- exchangeColumns(int, int) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- exchangeColumns(int, int) - Method in interface org.ojalgo.matrix.decomposition.function.ExchangeColumns
- exchangeColumns(long, long) - Method in class org.ojalgo.array.Array2D
- exchangeColumns(long, long) - Method in class org.ojalgo.matrix.DenseMutator2D
- exchangeColumns(long, long) - Method in class org.ojalgo.matrix.store.GenericStore
- exchangeColumns(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- exchangeColumns(long, long) - Method in class org.ojalgo.matrix.store.R064Store
- exchangeColumns(long, long) - Method in class org.ojalgo.matrix.store.RawStore
- exchangeColumns(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- exchangeColumns(long, long) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- exchangeColumns(long, long) - Method in interface org.ojalgo.structure.Mutate2D.Exchangeable
- ExchangeColumns - Interface in org.ojalgo.matrix.decomposition.function
- exchangeHermitian(int, int) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- exchangeHermitian(int, int) - Method in class org.ojalgo.matrix.store.GenericStore
- exchangeHermitian(int, int) - Method in class org.ojalgo.matrix.store.R064Store
- exchangeRows(double[][], int, int) - Static method in class org.ojalgo.array.operation.SWAP
- exchangeRows(long, long) - Method in class org.ojalgo.array.Array2D
- exchangeRows(long, long) - Method in class org.ojalgo.matrix.DenseMutator2D
- exchangeRows(long, long) - Method in class org.ojalgo.matrix.store.GenericStore
- exchangeRows(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- exchangeRows(long, long) - Method in class org.ojalgo.matrix.store.R064Store
- exchangeRows(long, long) - Method in class org.ojalgo.matrix.store.RawStore
- exchangeRows(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- exchangeRows(long, long) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- exchangeRows(long, long) - Method in interface org.ojalgo.structure.Mutate2D.Exchangeable
- exclude(int) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- exclude(int) - Method in class org.ojalgo.optimisation.convex.IterativeASS
- exclude(int) - Method in class org.ojalgo.type.IndexSelector
- exclude(int...) - Method in class org.ojalgo.type.IndexSelector
- excludeAll() - Method in class org.ojalgo.type.IndexSelector
- excluded - Variable in class org.ojalgo.optimisation.linear.SimplexStore
-
excluded == not in the basis
- executeMultiply(double) - Method in class org.ojalgo.matrix.store.LogicalStore
- executeMultiply(N) - Method in class org.ojalgo.matrix.store.LogicalStore
- executeMultiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.LogicalStore
- executeMultiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.LogicalStore
- executeMultiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.LogicalStore
- executePremultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.LogicalStore
- executor() - Static method in class org.ojalgo.netio.ReaderWriterBuilder
- executor(Executor) - Method in class org.ojalgo.netio.ServiceClient
- executor(ExecutorService) - Method in class org.ojalgo.data.batch.BatchManager
- executor(ExecutorService) - Method in class org.ojalgo.data.batch.BatchNode.Builder
- executor(ExecutorService) - Method in class org.ojalgo.netio.ReaderWriterBuilder
- EXECUTOR - Static variable in class org.ojalgo.netio.ReaderWriterBuilder
- exhausted() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
-
Node evaluated, and solution not integer, but estimate NOT possible to find better integer solution.
- exit - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- ExitInfo(int[]) - Constructor for class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- exp() - Method in class org.ojalgo.function.BigFunction
- exp() - Method in class org.ojalgo.function.ComplexFunction
- exp() - Method in class org.ojalgo.function.FunctionSet
- exp() - Method in class org.ojalgo.function.PrimitiveFunction
- exp() - Method in class org.ojalgo.function.QuadrupleFunction
- exp() - Method in class org.ojalgo.function.QuaternionFunction
- exp() - Method in class org.ojalgo.function.RationalFunction
- exp() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- exp() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- exp() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- exp(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- EXP - Static variable in class org.ojalgo.function.constant.BigMath
- EXP - Static variable in class org.ojalgo.function.constant.ComplexMath
- EXP - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- EXP - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- EXP - Static variable in class org.ojalgo.function.constant.QuaternionMath
- EXP - Static variable in class org.ojalgo.function.constant.RationalMath
- EXP_COEF - Static variable in class org.ojalgo.function.special.MissingMath
-
Coefficients for the Taylor series expansion of the exponential function.
- expand(int) - Method in class org.ojalgo.array.ArrayAnyD
- expand(int) - Method in interface org.ojalgo.structure.StructureAnyD.Reshapable
-
If necessary increase the rank to the specified number (without changing the total number of components)
- expand(Factory1D<T>, Access1D<N>, BinaryFunction<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.FillCompatible
- expand(Factory2D<T>, Access2D<N>, BinaryFunction<N>, Access2D<N>) - Static method in class org.ojalgo.array.operation.FillCompatible
- expand(FactoryAnyD<T>, AccessAnyD<N>, BinaryFunction<N>, AccessAnyD<N>) - Static method in class org.ojalgo.array.operation.FillCompatible
- expectContinue(boolean) - Method in class org.ojalgo.netio.ServiceClient.Request
- experimental - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
This may turn on various experimental features.
- expireAfterAccess(long) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterAccess(long, TimeUnit) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterAccess(Duration) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterAccess(CalendarDateDuration) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterWrite(long) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterWrite(long, TimeUnit) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterWrite(Duration) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- expireAfterWrite(CalendarDateDuration) - Method in class org.ojalgo.type.ForgetfulMap.Builder
- ExplicitTimeSeries - Class in org.ojalgo.series.primitive
- ExplicitTimeSeries(long[], PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ExplicitTimeSeries
- expm1() - Method in class org.ojalgo.function.BigFunction
- expm1() - Method in class org.ojalgo.function.ComplexFunction
- expm1() - Method in class org.ojalgo.function.FunctionSet
- expm1() - Method in class org.ojalgo.function.PrimitiveFunction
- expm1() - Method in class org.ojalgo.function.QuadrupleFunction
- expm1() - Method in class org.ojalgo.function.QuaternionFunction
- expm1() - Method in class org.ojalgo.function.RationalFunction
- EXPM1 - Static variable in class org.ojalgo.function.constant.BigMath
- EXPM1 - Static variable in class org.ojalgo.function.constant.ComplexMath
- EXPM1 - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- EXPM1 - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- EXPM1 - Static variable in class org.ojalgo.function.constant.QuaternionMath
- EXPM1 - Static variable in class org.ojalgo.function.constant.RationalMath
- exponent - Variable in class org.ojalgo.function.special.PowerOf2
- exponent(double) - Static method in class org.ojalgo.function.special.PowerOf2
- Exponential - Class in org.ojalgo.random
-
Distribution of length of life when no aging.
- Exponential() - Constructor for class org.ojalgo.random.Exponential
- Exponential(double) - Constructor for class org.ojalgo.random.Exponential
- Expression - Class in org.ojalgo.optimisation
-
Think of an Expression as one constraint or a component to the objective function.
- Expression(String, ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.Expression
- Expression(Expression) - Constructor for class org.ojalgo.optimisation.Expression
- Expression(Expression, ExpressionsBasedModel, boolean) - Constructor for class org.ojalgo.optimisation.Expression
- expressions() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- ExpressionsBasedModel - Class in org.ojalgo.optimisation
-
Lets you construct optimisation problems by combining (mathematical) expressions in terms of variables.
- ExpressionsBasedModel() - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel
- ExpressionsBasedModel(ExpressionsBasedModel, boolean, boolean) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel
- ExpressionsBasedModel(Optimisation.Options) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel
- ExpressionsBasedModel.DefaultIntermediate - Class in org.ojalgo.optimisation
- ExpressionsBasedModel.Description - Class in org.ojalgo.optimisation
-
Counts of different kinds of model entities.
- ExpressionsBasedModel.EntityMap - Interface in org.ojalgo.optimisation
-
Connects solver constraints and variables back to model entities.
- ExpressionsBasedModel.FileFormat - Enum in org.ojalgo.optimisation
- ExpressionsBasedModel.Integration<S extends Optimisation.Solver> - Class in org.ojalgo.optimisation
-
Optimisation.Solver
:s that should be usabale fromExpressionsBasedModel
needs to implement a subclass of this. - ExpressionsBasedModel.Presolver - Class in org.ojalgo.optimisation
- ExpressionsBasedModel.Simplifier<ME extends ModelEntity<?>,S extends ExpressionsBasedModel.Simplifier<?,?>> - Class in org.ojalgo.optimisation
- ExpressionsBasedModel.Validator - Class in org.ojalgo.optimisation
- ExpressionsBasedModel.VariableAnalyser - Class in org.ojalgo.optimisation
- ExpressionsBasedModel.VariablesCategorisation - Class in org.ojalgo.optimisation
- extendedPrecision(boolean) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
-
With extended precision the usual solver is wrapped by a master algorithm, implemented in
Quadruple
precision, that iteratively refines (zoom and shift) the problem to be solved by the delegate solver. - extract(E) - Method in class org.ojalgo.type.EnumPartition
-
Get the indices where this value is set.
- extract(E, boolean) - Method in class org.ojalgo.type.EnumPartition
-
Generalised version of
EnumPartition.extract(Enum)
that allows to instead get the negated (complement) set of indices. - extract(E, boolean, int[]) - Method in class org.ojalgo.type.EnumPartition
-
Generalised version of
EnumPartition.extract(Enum, boolean)
that allows to supply the array the resulting indices should be written to. - extract(Access1D<?>, int) - Static method in class org.ojalgo.matrix.store.RawStore
- extractFields(String, FileFormatMPS.FieldPredicate[]) - Method in class org.ojalgo.optimisation.FileFormatMPS
- extractMultipliers() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- extractMultipliers() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- extractResult() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- extractSolution() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- extractSolution() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- extractSolution() - Method in class org.ojalgo.optimisation.integer.GomorySolver
- extractSolution() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- extractSolution() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- extractSolution() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- extractSolution() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
-
Extract solution MatrixStore from the tableau.
- extractSolverState(M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
-
Extract state from the model and convert it to solver state.
- extractSolverState(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- extractUnscaledValue(BigDecimal, NumberContext) - Static method in class org.ojalgo.scalar.ExactDecimal
- extractValue() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- extractValue() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- extractValue() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- extractValue() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- extractValue() - Method in class org.ojalgo.optimisation.linear.SparseTableau
F
- factorial(int) - Static method in class org.ojalgo.function.special.MissingMath
-
13!
does not fit in anint
, and21!
does not fit in along
- that's why this method returns adouble
. - factorialDouble(int) - Static method in class org.ojalgo.function.special.MissingMath
- factorialInt(int) - Static method in class org.ojalgo.function.special.MissingMath
- factorialLong(int) - Static method in class org.ojalgo.function.special.MissingMath
- factory() - Method in class org.ojalgo.array.Array1D
- factory() - Method in class org.ojalgo.array.Array2D
- factory() - Method in class org.ojalgo.array.ArrayAnyD
- factory() - Method in class org.ojalgo.array.BasicArray
- factory() - Method in class org.ojalgo.function.multiary.AffineFunction
- factory() - Method in class org.ojalgo.function.multiary.ApproximateFunction
- factory() - Method in class org.ojalgo.function.multiary.ConstantFunction
- factory() - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- factory() - Method in class org.ojalgo.function.multiary.LinearFunction
- factory() - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- factory() - Method in class org.ojalgo.function.multiary.QuadraticFunction
- factory() - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.Array1D
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.Array2D
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.ArrayAnyD
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.LongToNumberMap
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.NumberList
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.array.SparseArray
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.tensor.AnyTensor
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.tensor.MatrixTensor
- factory(DenseArray.Factory<N>) - Static method in class org.ojalgo.tensor.VectorTensor
- factory(PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.function.multiary.AffineFunction
- factory(PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.function.multiary.ConstantFunction
- factory(PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.function.multiary.LinearFunction
- factory(PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.function.multiary.PureQuadraticFunction
- factory(PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
- factory(PhysicalStore.Factory<N, ?>) - Static method in class org.ojalgo.matrix.store.SparseStore
- Factory() - Constructor for class org.ojalgo.array.DenseArray.Factory
- Factory() - Constructor for class org.ojalgo.matrix.MatrixC128.Factory
- Factory() - Constructor for class org.ojalgo.matrix.MatrixH256.Factory
- Factory() - Constructor for class org.ojalgo.matrix.MatrixQ128.Factory
- Factory() - Constructor for class org.ojalgo.matrix.MatrixR032.Factory
- Factory() - Constructor for class org.ojalgo.matrix.MatrixR064.Factory
- Factory() - Constructor for class org.ojalgo.matrix.MatrixR128.Factory
- Factory() - Constructor for class org.ojalgo.matrix.task.DeterminantTask.Factory
- Factory() - Constructor for class org.ojalgo.matrix.task.InverterTask.Factory
- Factory() - Constructor for class org.ojalgo.matrix.task.SolverTask.Factory
- Factory(int) - Constructor for class org.ojalgo.data.cluster.Point.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.Array1D.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.Array2D.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.ArrayAnyD.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.BasicArray.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.matrix.store.GenericStore.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.tensor.AnyTensor.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.tensor.ArrayBasedTensor.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.tensor.MatrixTensor.Factory
- Factory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.tensor.VectorTensor.Factory
- Factory(PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.function.multiary.AffineFunction.Factory
- Factory(PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.function.multiary.ConstantFunction.Factory
- Factory(PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.function.multiary.LinearFunction.Factory
- Factory(PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.function.multiary.PureQuadraticFunction.Factory
- Factory(PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.function.multiary.QuadraticFunction.Factory
- Factory(PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.matrix.store.SparseStore.Factory
- Factory(PhysicalStore.Factory<N, ?>, IntBinaryOperator) - Constructor for class org.ojalgo.matrix.store.SparseStore.Factory
- Factory(MathType, LongFunction<OffHeapArray>) - Constructor for class org.ojalgo.array.OffHeapArray.Factory
- Factory(MathType, BufferArray.BufferConstructor) - Constructor for class org.ojalgo.array.BufferArray.Factory
- FACTORY - Static variable in class org.ojalgo.array.ArrayC128
- FACTORY - Static variable in class org.ojalgo.array.ArrayH256
- FACTORY - Static variable in class org.ojalgo.array.ArrayQ128
- FACTORY - Static variable in class org.ojalgo.array.ArrayR032
- FACTORY - Static variable in class org.ojalgo.array.ArrayR064
- FACTORY - Static variable in class org.ojalgo.array.ArrayR128
- FACTORY - Static variable in class org.ojalgo.array.ArrayR256
- FACTORY - Static variable in class org.ojalgo.array.ArrayZ008
- FACTORY - Static variable in class org.ojalgo.array.ArrayZ016
- FACTORY - Static variable in class org.ojalgo.array.ArrayZ032
- FACTORY - Static variable in class org.ojalgo.array.ArrayZ064
- FACTORY - Static variable in class org.ojalgo.matrix.MatrixC128
- FACTORY - Static variable in class org.ojalgo.matrix.MatrixH256
- FACTORY - Static variable in class org.ojalgo.matrix.MatrixQ128
- FACTORY - Static variable in class org.ojalgo.matrix.MatrixR032
- FACTORY - Static variable in class org.ojalgo.matrix.MatrixR064
- FACTORY - Static variable in class org.ojalgo.matrix.MatrixR128
- FACTORY - Static variable in class org.ojalgo.matrix.store.R032Store
- FACTORY - Static variable in class org.ojalgo.matrix.store.R064Store
- FACTORY - Static variable in class org.ojalgo.matrix.store.RawStore
- FACTORY - Static variable in class org.ojalgo.optimisation.GenericSolver.Builder
- FACTORY - Static variable in class org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
- FACTORY - Static variable in class org.ojalgo.random.process.GaussianField
- FACTORY - Static variable in class org.ojalgo.scalar.Amount
- FACTORY - Static variable in class org.ojalgo.scalar.BigScalar
- FACTORY - Static variable in class org.ojalgo.scalar.ComplexNumber
- FACTORY - Static variable in class org.ojalgo.scalar.Money
- FACTORY - Static variable in class org.ojalgo.scalar.Price
- FACTORY - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- FACTORY - Static variable in class org.ojalgo.scalar.Quadruple
- FACTORY - Static variable in class org.ojalgo.scalar.Quantity
- FACTORY - Static variable in class org.ojalgo.scalar.Quaternion
- FACTORY - Static variable in class org.ojalgo.scalar.RationalNumber
- Factory1D<I extends Structure1D> - Interface in org.ojalgo.structure
- Factory1D.Builder<I extends Structure1D> - Interface in org.ojalgo.structure
- Factory1D.MayBeSparse<I extends Structure1D,DENSE extends Factory1D.Builder<I>,SPARSE extends Factory1D.Builder<I>> - Interface in org.ojalgo.structure
-
For when the structures can be either dense or sparse.
- Factory1D.TwoStep<I extends Structure1D,B extends Factory1D.Builder<I>> - Interface in org.ojalgo.structure
- Factory2D<I extends Structure2D> - Interface in org.ojalgo.structure
- Factory2D.Builder<I extends Structure2D> - Interface in org.ojalgo.structure
- Factory2D.MayBeSparse<I extends Structure2D,DENSE extends Factory2D.Builder<I>,SPARSE extends Factory2D.Builder<I>> - Interface in org.ojalgo.structure
-
For when the structures can be either dense or sparse.
- Factory2D.TwoStep<I extends Structure2D,B extends Factory2D.Builder<I>> - Interface in org.ojalgo.structure
- FactoryAnyD<I extends StructureAnyD> - Interface in org.ojalgo.structure
- FactoryAnyD.Builder<I extends StructureAnyD> - Interface in org.ojalgo.structure
- FactoryAnyD.MayBeSparse<I extends StructureAnyD,DENSE extends FactoryAnyD.Builder<I>,SPARSE extends FactoryAnyD.Builder<I>> - Interface in org.ojalgo.structure
-
For when the structures can be either dense or sparse.
- FactoryAnyD.TwoStep<I extends StructureAnyD,B extends FactoryAnyD.Builder<I>> - Interface in org.ojalgo.structure
- FactoryStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- FactoryStore(PhysicalStore.Factory<N, ?>, int, int) - Constructor for class org.ojalgo.matrix.store.FactoryStore
- FactoryStore(PhysicalStore.Factory<N, ?>, long, long) - Constructor for class org.ojalgo.matrix.store.FactoryStore
- FactorySupplement - Interface in org.ojalgo.structure
- failed() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
-
Failed to solve node problem because of some unexpected error – not because the node was infeasible.
- FAILED - org.ojalgo.optimisation.Optimisation.State
-
Unexpected failure or exception
- FAILED - Static variable in class org.ojalgo.optimisation.service.OptimisationService
- FAST - org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
-
Simplest possible.
- FastViewStrategy(int, char) - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser.FastViewStrategy
- feasibility - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Used to determine/validate feasibility.
- feasibility(int) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Optimiser
- FEASIBILITY - Static variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- FEASIBILITY - Static variable in class org.ojalgo.optimisation.integer.NodeKey
-
Used for one thing only - to validate (log problems with) node solver results.
- feasible(int, double, boolean) - Method in class org.ojalgo.optimisation.integer.NodeKey
- FEASIBLE - org.ojalgo.optimisation.Optimisation.State
-
Solved - a solution that complies with all constraints
- FEMTO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- FEMTO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- FEMTO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- FEMTO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- Fetcher(ResourceLocator.Session, String, CalendarDateUnit) - Constructor for class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- Fetcher(ServiceClient.Session, String, CalendarDateUnit) - Constructor for class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- FFT(int) - Constructor for class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- Field<T> - Interface in org.ojalgo.algebra
-
A field is a commutative ring (even the multiplication operation) with notions of addition, subtraction, multiplication, and division.
- FIELD_START - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- FileFormat - Class in org.ojalgo.ann
- FileFormat() - Constructor for class org.ojalgo.ann.FileFormat
- FileFormat() - Constructor for enum org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
- FileFormat.Version1 - Class in org.ojalgo.ann
-
Directly mapping the original internal construction
- FileFormat.Version2 - Class in org.ojalgo.ann
-
Same as v1 but for float rather than double
- FileFormatEBM - Class in org.ojalgo.optimisation
- FileFormatEBM() - Constructor for class org.ojalgo.optimisation.FileFormatEBM
- FileFormatMPS - Class in org.ojalgo.optimisation
-
Mathematical Programming System (MPS) parser
- FileFormatMPS() - Constructor for class org.ojalgo.optimisation.FileFormatMPS
- FileFormatMPS.BoundType - Enum in org.ojalgo.optimisation
-
BoundType used with the BOUNDS section.
- FileFormatMPS.Column - Class in org.ojalgo.optimisation
- FileFormatMPS.ColumnMarker - Enum in org.ojalgo.optimisation
- FileFormatMPS.FieldPredicate - Interface in org.ojalgo.optimisation
- FileFormatMPS.FileSection - Enum in org.ojalgo.optimisation
- FileFormatMPS.Row - Class in org.ojalgo.optimisation
- FileFormatMPS.RowType - Enum in org.ojalgo.optimisation
-
RowType used with the ROWS and RANGES sections.
- files() - Method in class org.ojalgo.netio.ShardedFile
- FileSection() - Constructor for enum org.ojalgo.optimisation.FileFormatMPS.FileSection
- filesWithShardIndex() - Method in class org.ojalgo.netio.ShardedFile
- fill(byte[], int, int, int, byte) - Static method in class org.ojalgo.array.operation.FillAll
- fill(byte[], int, int, int, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(double[], double[]) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- fill(double[], int, int, int, double) - Static method in class org.ojalgo.array.operation.FillAll
- fill(double[], int, int, int, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(double[], Access1D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- fill(float[], float[]) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- fill(float[], int, int, int, float) - Static method in class org.ojalgo.array.operation.FillAll
- fill(float[], int, int, int, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(float[], Access1D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- fill(int[], int, int, int, int) - Static method in class org.ojalgo.array.operation.FillAll
- fill(int[], int, int, int, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(int, int, int, Double) - Method in class org.ojalgo.array.ArrayR032
- fill(int, int, int, Double) - Method in class org.ojalgo.array.ArrayR064
- fill(int, int, int, Double) - Method in class org.ojalgo.array.ArrayZ008
- fill(int, int, int, Double) - Method in class org.ojalgo.array.ArrayZ016
- fill(int, int, int, Double) - Method in class org.ojalgo.array.ArrayZ032
- fill(int, int, int, Double) - Method in class org.ojalgo.array.ArrayZ064
- fill(int, int, int, Double) - Method in class org.ojalgo.array.BufferArray
- fill(int, int, int, N) - Method in class org.ojalgo.array.PlainArray
- fill(int, int, int, N) - Method in class org.ojalgo.array.ReferenceTypeArray
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayR032
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayR064
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ008
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ016
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ032
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ064
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferArray
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.PlainArray
- fill(int, int, int, NullaryFunction<?>) - Method in class org.ojalgo.array.ReferenceTypeArray
- fill(long[], int, int, int, long) - Static method in class org.ojalgo.array.operation.FillAll
- fill(long[], int, int, int, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(long, long, long, N) - Method in class org.ojalgo.array.BasicArray
- fill(long, long, long, N) - Method in class org.ojalgo.array.PlainArray
- fill(long, long, long, N) - Method in class org.ojalgo.array.SegmentedArray
- fill(long, long, long, N) - Method in class org.ojalgo.array.SparseArray
- fill(long, long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.BasicArray
- fill(long, long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.PlainArray
- fill(long, long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.SegmentedArray
- fill(long, long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.SparseArray
- fill(short[], int, int, int, short) - Static method in class org.ojalgo.array.operation.FillAll
- fill(short[], int, int, int, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(E) - Method in class org.ojalgo.type.EnumPartition
- fill(N[], int, int, int, N) - Static method in class org.ojalgo.array.operation.FillAll
- fill(N[], int, int, int, NullaryFunction<?>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(N[], Access1D<?>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- fill(BasicArray<?>, Access1D<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(BasicArray<N>, int, int, int, double) - Static method in class org.ojalgo.array.operation.FillAll
- fill(BasicArray<N>, int, int, int, NullaryFunction<N>) - Static method in class org.ojalgo.array.operation.FillAll
- fill(BasicArray<N>, long, long, long, double) - Static method in class org.ojalgo.array.operation.FillAll
- fill(BasicArray<N>, long, long, long, N) - Static method in class org.ojalgo.array.operation.FillAll
- fill(BasicArray<N>, long, long, long, NullaryFunction<?>) - Static method in class org.ojalgo.array.operation.FillAll
- fill0xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill0xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill0xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill0xN_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill1x1(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill1x1(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill1x1(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill1x1_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill1xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill1xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill1xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill1xN(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill1xN(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill1xN(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill1xN(N[], N[], int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill1xN(N[], N[], int, Access1D<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill1xN(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill1xN_G(TransformableRegion<N>, Access1D<N>, int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill1xN_P64(TransformableRegion<Double>, Access1D<?>, int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill2x2(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill2x2(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill2x2(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill2x2_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill3x3(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill3x3(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill3x3(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill3x3_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill4x4(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill4x4(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill4x4(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill4x4_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill5x5(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill5x5(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill5x5(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill5x5_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill6xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill6xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill6xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill6xN_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill7xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill7xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill7xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill7xN_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill8xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill8xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill8xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill8xN_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fill9xN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fill9xN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fill9xN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fill9xN_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillAll(double[][], double) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillAll(double[][], DoubleSupplier) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillAll(Double) - Method in class org.ojalgo.array.OffHeapArray
- fillAll(Double) - Method in class org.ojalgo.matrix.store.RawStore
- fillAll(N) - Method in class org.ojalgo.array.Array1D
- fillAll(N) - Method in class org.ojalgo.array.Array2D
- fillAll(N) - Method in class org.ojalgo.array.ArrayAnyD
- fillAll(N) - Method in class org.ojalgo.array.PlainArray
- fillAll(N) - Method in class org.ojalgo.array.SegmentedArray
- fillAll(N) - Method in class org.ojalgo.array.SparseArray
- fillAll(N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillAll(N) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillAll(N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillAll(N) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.array.Array1D
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.array.Array2D
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayAnyD
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.array.PlainArray
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.array.SegmentedArray
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.array.SparseArray
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.RawStore
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillAll(NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillAll(NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- FillAll - Class in org.ojalgo.array.operation
- FillAll() - Constructor for class org.ojalgo.array.operation.FillAll
- fillByMultiplying(Access1D<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillByMultiplying(Access1D<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- fillByMultiplying(Access1D<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- fillByMultiplying(Access1D<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillByMultiplying(Access1D<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- fillByMultiplying(Access1D<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D
- fillByMultiplying(Access1D<N>, Access1D<N>) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- fillByteArray(long, long, byte) - Static method in class org.ojalgo.type.NativeMemory
- fillColumn(double[][], int, int, double) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillColumn(double[][], int, int, DoubleSupplier) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillColumn(long, long, Double) - Method in class org.ojalgo.matrix.store.R032Store
- fillColumn(long, long, Double) - Method in class org.ojalgo.matrix.store.R064Store
- fillColumn(long, long, Double) - Method in class org.ojalgo.matrix.store.RawStore
- fillColumn(long, long, N) - Method in class org.ojalgo.array.Array2D
- fillColumn(long, long, N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillColumn(long, long, N) - Method in class org.ojalgo.matrix.store.GenericStore
- fillColumn(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- fillColumn(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillColumn(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillColumn(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- fillColumn(long, long, N) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array2D
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R032Store
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R064Store
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.RawStore
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillColumn(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- fillColumn(long, long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillColumn(long, long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillColumn(long, long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- fillColumn(long, long, Access1D<N>) - Method in class org.ojalgo.array.Array2D
- fillColumn(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillColumn(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillColumn(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- fillColumn(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillColumn(long, long, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillColumn(long, Double) - Method in class org.ojalgo.matrix.store.R032Store
- fillColumn(long, N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillColumn(long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillColumn(long, N) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillColumn(long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillColumn(long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R032Store
- fillColumn(long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillColumn(long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillColumn(long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillColumn(long, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillColumn(long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillColumn(long, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillCompatible(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillCompatible(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- fillCompatible(Access2D<Double>, BinaryFunction<Double>, Access2D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillCompatible(Access2D<Double>, BinaryFunction<Double>, Access2D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- fillCompatible(Access2D<Double>, BinaryFunction<Double>, Access2D<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- fillCompatible(Access2D<N>, BinaryFunction<N>, Access2D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillCompatible(Access2D<N>, BinaryFunction<N>, Access2D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
-
'this' needs to be of a size compatible with the 'left' and 'right' matrices.
- fillCompatible(AccessAnyD<N>, BinaryFunction<N>, AccessAnyD<N>) - Method in interface org.ojalgo.structure.MutateAnyD.Fillable
-
'this' needs to be of a size compatible with the 'left' and 'right' matrices.
- FillCompatible - Class in org.ojalgo.array.operation
-
https://se.mathworks.com/help/matlab/matlab_prog/compatible-array-sizes-for-basic-operations.html
- FillCompatible() - Constructor for class org.ojalgo.array.operation.FillCompatible
- fillDiagonal(double[][], int, int, double) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillDiagonal(double[][], int, int, DoubleSupplier) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillDiagonal(long, long, Double) - Method in class org.ojalgo.matrix.store.R032Store
- fillDiagonal(long, long, Double) - Method in class org.ojalgo.matrix.store.R064Store
- fillDiagonal(long, long, Double) - Method in class org.ojalgo.matrix.store.RawStore
- fillDiagonal(long, long, N) - Method in class org.ojalgo.array.Array2D
- fillDiagonal(long, long, N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillDiagonal(long, long, N) - Method in class org.ojalgo.matrix.store.GenericStore
- fillDiagonal(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillDiagonal(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillDiagonal(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- fillDiagonal(long, long, N) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array2D
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R032Store
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R064Store
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.RawStore
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillDiagonal(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- fillDiagonal(long, long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillDiagonal(long, long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillDiagonal(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillDiagonal(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillDiagonal(long, long, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillDiagonal(Double) - Method in class org.ojalgo.matrix.store.R032Store
- fillDiagonal(N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillDiagonal(N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillDiagonal(N) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillDiagonal(NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillDiagonal(NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R032Store
- fillDiagonal(NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillDiagonal(NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillDiagonal(Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillDiagonal(Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillDiagonal(Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillDiagonal(Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillDoubleArray(long, long, double) - Static method in class org.ojalgo.type.NativeMemory
- fillFloatArray(long, long, float) - Static method in class org.ojalgo.type.NativeMemory
- fillIntArray(long, long, int) - Static method in class org.ojalgo.type.NativeMemory
- fillLongArray(long, long, long) - Static method in class org.ojalgo.type.NativeMemory
- fillMatching(double[][], double[][], DoubleBinaryOperator, double) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillMatching(double[][], double[][], DoubleBinaryOperator, double[][]) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillMatching(double[][], double, DoubleBinaryOperator, double[][]) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillMatching(UnaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR032
- fillMatching(UnaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR064
- fillMatching(UnaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillMatching(UnaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- fillMatching(UnaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- fillMatching(UnaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillMatching(UnaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillMatching(UnaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillMatching(UnaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- fillMatching(Access1D<?>) - Method in class org.ojalgo.array.ArrayR032
- fillMatching(Access1D<?>) - Method in class org.ojalgo.array.ArrayR064
- fillMatching(Access1D<?>) - Method in class org.ojalgo.array.ReferenceTypeArray
- fillMatching(Access1D<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillMatching(Access1D<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillMatching(Access1D<?>) - Method in class org.ojalgo.matrix.store.R064Store
- fillMatching(Access1D<?>) - Method in class org.ojalgo.matrix.store.RawStore
- fillMatching(Access1D<?>) - Method in class org.ojalgo.matrix.store.Subregion2D
- fillMatching(Access1D<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillMatching(Access1D<?>) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
-
Will fill the elements of [this] with the corresponding input values, and in the process (if necessary) convert the elements to the correct type:
- fillMatching(Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR032
- fillMatching(Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR064
- fillMatching(Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillMatching(Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- fillMatching(Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- fillMatching(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- fillMatching(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillMatching(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillMatching(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillMatching(Access1D<N>, BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- fillMatching(Access2D<?>) - Method in class org.ojalgo.data.image.ImageData
- FillMatchingDual - Class in org.ojalgo.array.operation
- FillMatchingDual() - Constructor for class org.ojalgo.array.operation.FillMatchingDual
- FillMatchingSingle - Class in org.ojalgo.array.operation
- FillMatchingSingle() - Constructor for class org.ojalgo.array.operation.FillMatchingSingle
- fillMx1(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMx1(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMx1(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMx1(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMx1(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMx1(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMx1(N[], N[], int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMx1(N[], N[], int, Access1D<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMx1(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMx1_G(TransformableRegion<N>, Access1D<N>, int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillMx1_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillMxN(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMxN(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMxN(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMxN(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMxN(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMxN(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMxN(N[], N[], int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMxN(N[], N[], int, Access1D<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMxN(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMxN_G(TransformableRegion<N>, Access1D<N>, int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillMxN_MT(double[], double[], int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMxN_MT(double[], double[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMxN_MT(double[], Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMxN_MT(float[], float[], int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMxN_MT(float[], float[], int, Access1D<?>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMxN_MT(float[], Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMxN_MT(N[], N[], int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- fillMxN_MT(N[], N[], int, Access1D<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- fillMxN_MT(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillMxN_MT_G(TransformableRegion<N>, Access1D<N>, int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillMxN_MT_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillMxN_P64(TransformableRegion<Double>, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillOne(int, Double) - Method in class org.ojalgo.array.ArrayR032
- fillOne(int, Double) - Method in class org.ojalgo.array.ArrayR064
- fillOne(int, Double) - Method in class org.ojalgo.array.ArrayZ008
- fillOne(int, Double) - Method in class org.ojalgo.array.ArrayZ016
- fillOne(int, Double) - Method in class org.ojalgo.array.ArrayZ032
- fillOne(int, Double) - Method in class org.ojalgo.array.ArrayZ064
- fillOne(int, Double) - Method in class org.ojalgo.array.BufferArray
- fillOne(int, N) - Method in class org.ojalgo.array.PlainArray
- fillOne(int, N) - Method in class org.ojalgo.array.ReferenceTypeArray
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayR032
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayR064
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ008
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ016
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ032
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayZ064
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferR032
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferR064
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferZ008
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferZ016
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferZ032
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferZ064
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.PlainArray
- fillOne(int, NullaryFunction<?>) - Method in class org.ojalgo.array.ReferenceTypeArray
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayR032
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayR064
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayR256
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayZ008
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayZ016
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayZ032
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ArrayZ064
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.BufferArray
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.PlainArray
- fillOne(int, Access1D<?>, long) - Method in class org.ojalgo.array.ScalarArray
- fillRange(double[][], int, int, double) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillRange(double[][], int, int, DoubleSupplier) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillRange(long, long, Double) - Method in class org.ojalgo.matrix.store.RawStore
- fillRange(long, long, N) - Method in class org.ojalgo.array.Array1D
- fillRange(long, long, N) - Method in class org.ojalgo.array.Array2D
- fillRange(long, long, N) - Method in class org.ojalgo.array.ArrayAnyD
- fillRange(long, long, N) - Method in class org.ojalgo.array.PlainArray
- fillRange(long, long, N) - Method in class org.ojalgo.array.SegmentedArray
- fillRange(long, long, N) - Method in class org.ojalgo.array.SparseArray
- fillRange(long, long, N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRange(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRange(long, long, N) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array1D
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array2D
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayAnyD
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.PlainArray
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.SegmentedArray
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.SparseArray
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.RawStore
- fillRange(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRange(long, long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate1D.Fillable
- fillRow(double[][], int, int, double) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillRow(double[][], int, int, DoubleSupplier) - Static method in class org.ojalgo.array.operation.FillMatchingDual
- fillRow(long, long, Double) - Method in class org.ojalgo.matrix.store.R032Store
- fillRow(long, long, Double) - Method in class org.ojalgo.matrix.store.R064Store
- fillRow(long, long, Double) - Method in class org.ojalgo.matrix.store.RawStore
- fillRow(long, long, N) - Method in class org.ojalgo.array.Array2D
- fillRow(long, long, N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRow(long, long, N) - Method in class org.ojalgo.matrix.store.GenericStore
- fillRow(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillRow(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- fillRow(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRow(long, long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- fillRow(long, long, N) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array2D
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R032Store
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R064Store
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.RawStore
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRow(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- fillRow(long, long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillRow(long, long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillRow(long, long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- fillRow(long, long, Access1D<N>) - Method in class org.ojalgo.array.Array2D
- fillRow(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRow(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- fillRow(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- fillRow(long, long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRow(long, long, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillRow(long, Double) - Method in class org.ojalgo.matrix.store.R032Store
- fillRow(long, N) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRow(long, N) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRow(long, N) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillRow(long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRow(long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.R032Store
- fillRow(long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRow(long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillRow(long, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- fillRow(long, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- fillRow(long, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- fillRow(long, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Fillable
- fillRxN(double[], int, int, Access1D<?>, int, double[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillRxN(float[], int, int, Access1D<?>, int, float[]) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillRxN(N[], int, int, Access1D<N>, int, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- fillRxN_G(TransformableRegion<N>, int, int, Access1D<N>, int, Access1D<N>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillRxN_P32(TransformableRegion<Double>, int, int, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillRxN_P64(TransformableRegion<Double>, int, int, Access1D<Double>, int, Access1D<Double>) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- fillSet(int, long, N) - Method in class org.ojalgo.array.ArrayAnyD
- fillSet(int, long, N) - Method in interface org.ojalgo.structure.MutateAnyD.Fillable
- fillSet(int, long, N) - Method in class org.ojalgo.tensor.AnyTensor
- fillSet(int, long, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayAnyD
- fillSet(int, long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.MutateAnyD.Fillable
- fillSet(int, long, NullaryFunction<?>) - Method in class org.ojalgo.tensor.AnyTensor
- fillSet(long[], int, N) - Method in class org.ojalgo.array.ArrayAnyD
- fillSet(long[], int, N) - Method in interface org.ojalgo.structure.MutateAnyD.Fillable
- fillSet(long[], int, N) - Method in class org.ojalgo.tensor.AnyTensor
- fillSet(long[], int, NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayAnyD
- fillSet(long[], int, NullaryFunction<?>) - Method in interface org.ojalgo.structure.MutateAnyD.Fillable
- fillSet(long[], int, NullaryFunction<?>) - Method in class org.ojalgo.tensor.AnyTensor
- fillShortArray(long, long, short) - Static method in class org.ojalgo.type.NativeMemory
- filter(PredicateFunction<N>) - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
-
Only the values that pass the predicate filter will actually be part of the aggregation.
- filter(CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDate
- FINAL_ALIGNEMENT - Static variable in class org.ojalgo.machine.MemoryEstimator
- FINANCE_YAHOO_COM - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- FinanceData<DP extends DatePrice> - Interface in org.ojalgo.data.domain.finance.series
-
A source of (historical) financial time series data.
- FinanceDataReader<DP extends DatePrice> - Class in org.ojalgo.data.domain.finance.series
- FinanceDataReader(File, TextLineReader.Parser<DP>, CalendarDateUnit) - Constructor for class org.ojalgo.data.domain.finance.series.FinanceDataReader
- FinanceDataReader(InMemoryFile, TextLineReader.Parser<DP>, CalendarDateUnit) - Constructor for class org.ojalgo.data.domain.finance.series.FinanceDataReader
- FinancePortfolio - Class in org.ojalgo.data.domain.finance.portfolio
-
A FinancePortfolio is primarily a set of portfolio asset weights.
- FinancePortfolio() - Constructor for class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- FinancePortfolio.Context - Interface in org.ojalgo.data.domain.finance.portfolio
- FinanceUtils - Class in org.ojalgo.data.domain.finance
- FinanceUtils() - Constructor for class org.ojalgo.data.domain.finance.FinanceUtils
- find(int) - Static method in class org.ojalgo.function.special.PowerOf2
-
If the input value is a power of 2 then the exponent is returned, if not a negative number is returned.
- find(long) - Static method in class org.ojalgo.function.special.PowerOf2
- findCommonLevel(BigDecimal, BigDecimal) - Static method in class org.ojalgo.optimisation.Presolvers
- findEarliestFirstKey(Collection<? extends BasicSeries<K, ?>>) - Static method in interface org.ojalgo.series.BasicSeries
- findEarliestLastKey(Collection<? extends BasicSeries<K, ?>>) - Static method in interface org.ojalgo.series.BasicSeries
- findLatestFirstKey(Collection<? extends BasicSeries<K, ?>>) - Static method in interface org.ojalgo.series.BasicSeries
- findLatestLastKey(Collection<? extends BasicSeries<K, ?>>) - Static method in interface org.ojalgo.series.BasicSeries
- findMultiplier(Class<?>, int, int) - Static method in class org.ojalgo.matrix.store.Subregion2D
- findNextPivotCol() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- findNextPivotColumn(Access1D<Double>, Access1D<Double>) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- findNextPivotRow() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- first - Variable in class org.ojalgo.matrix.transformation.Householder.Generic
- first - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive32
- first - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive64
- first - Variable in class org.ojalgo.type.keyvalue.KeyValue.Dual
- first() - Method in interface org.ojalgo.matrix.transformation.Householder
-
Regardless of what is actually returned by Access1D.doubleValue(long) and/or Access1D.get(long) vector elements with indeces less than 'first' should be assumed to be, and treated as if they are, zero.
- first() - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- first() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- first() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- first() - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- first() - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- first() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- first() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- first() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- first() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- first() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- first() - Method in interface org.ojalgo.type.keyvalue.KeyValue
- first(double) - Method in interface org.ojalgo.function.BinaryFunction
- first(N) - Method in interface org.ojalgo.function.BinaryFunction
-
Turns this binary function into a unary function with the first argument fixed/locked to the specified value.
- firstEntry() - Method in class org.ojalgo.series.TreeSeries
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.ColumnsStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.IdentityStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.OffsetStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.SparseStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.TransjugatedStore
- firstInColumn(int) - Method in class org.ojalgo.matrix.store.ZeroStore
- firstInColumn(int) - Method in interface org.ojalgo.structure.Structure2D
-
The default value is simply
0
, and if all elements are zeros thenthis.countRows()
. - firstInColumn(Structure1D, int, int) - Static method in interface org.ojalgo.structure.Structure2D
- firstInColumn(Structure1D, long, long) - Static method in interface org.ojalgo.structure.Structure2D
- firstIndex() - Method in class org.ojalgo.array.SparseArray
- firstInRange(long, long) - Method in class org.ojalgo.array.SparseArray
- firstInRow(int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.IdentityStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.OffsetStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.RowsStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.SparseStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- firstInRow(int) - Method in class org.ojalgo.matrix.store.TransjugatedStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
- firstInRow(int) - Method in class org.ojalgo.matrix.store.ZeroStore
- firstInRow(int) - Method in interface org.ojalgo.structure.Structure2D
-
The default value is simply
0
, and if all elements are zeros thenthis.countColumns()
. - firstInRow(Structure1D, int, int) - Static method in interface org.ojalgo.structure.Structure2D
- firstInRow(Structure1D, long, long) - Static method in interface org.ojalgo.structure.Structure2D
- firstKey() - Method in class org.ojalgo.array.LongToNumberMap
- firstKey() - Method in class org.ojalgo.series.MappedIndexSeries
- firstKey() - Method in class org.ojalgo.series.TreeSeries
- FirstOrderApproximation<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- FirstOrderApproximation(MultiaryFunction.TwiceDifferentiable<N>, Access1D<N>) - Constructor for class org.ojalgo.function.multiary.FirstOrderApproximation
- firstValue() - Method in interface org.ojalgo.series.BasicSeries
- firstValue() - Method in class org.ojalgo.series.MappedIndexSeries
- FITH - Static variable in class org.ojalgo.function.constant.BigMath
- FITH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- FITH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- FITH - Static variable in class org.ojalgo.function.constant.RationalMath
- FIVE - Static variable in class org.ojalgo.function.constant.BigMath
- FIVE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- FIVE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- FIVE - Static variable in class org.ojalgo.function.constant.RationalMath
- FixedFirst(double, BinaryFunction<N>) - Constructor for class org.ojalgo.function.BinaryFunction.FixedFirst
- FixedFirst(N, BinaryFunction<N>) - Constructor for class org.ojalgo.function.BinaryFunction.FixedFirst
- FixedParameter() - Constructor for class org.ojalgo.function.ParameterFunction.FixedParameter
- FixedParameter(ParameterFunction<N>, int) - Constructor for class org.ojalgo.function.ParameterFunction.FixedParameter
- FixedReturnsPortfolio - Class in org.ojalgo.data.domain.finance.portfolio
- FixedReturnsPortfolio(FinancePortfolio.Context) - Constructor for class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- FixedReturnsPortfolio(MarketEquilibrium) - Constructor for class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- FixedReturnsPortfolio(MarketEquilibrium, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- FixedSecond(BinaryFunction<N>, double) - Constructor for class org.ojalgo.function.BinaryFunction.FixedSecond
- FixedSecond(BinaryFunction<N>, N) - Constructor for class org.ojalgo.function.BinaryFunction.FixedSecond
- FixedWeightsPortfolio - Class in org.ojalgo.data.domain.finance.portfolio
- FixedWeightsPortfolio(FinancePortfolio.Context, FinancePortfolio) - Constructor for class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- FixedWeightsPortfolio(MarketEquilibrium) - Constructor for class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- FixedWeightsPortfolio(MarketEquilibrium, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- fixVariable(int, double) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- fixVariable(int, double) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- fixVariable(int, double) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- fixVariable(int, double) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- fixVariable(int, double) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- fixVariable(int, double) - Method in interface org.ojalgo.optimisation.UpdatableSolver
- flatten() - Method in class org.ojalgo.array.Array2D
-
Flattens this two dimensional array to a one dimensional array.
- flatten() - Method in class org.ojalgo.array.ArrayAnyD
-
Flattens this abitrary dimensional array to a one dimensional array.
- flatten() - Method in interface org.ojalgo.structure.Structure2D.Reshapable
-
Flattens this to a 1D structure.
- flatten() - Method in interface org.ojalgo.structure.StructureAnyD.Reshapable
-
Flattens this to a 1D structure.
- FLOAT - org.ojalgo.machine.JavaType
- FloatingPointReceptacle - Class in org.ojalgo.type
-
An array (double[] or float[]) builder/converter.
- FloatingPointReceptacle() - Constructor for class org.ojalgo.type.FloatingPointReceptacle
- floatValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- floatValue() - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- floatValue() - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- floatValue() - Method in class org.ojalgo.random.RandomNumber
- floatValue() - Method in class org.ojalgo.scalar.BigScalar
- floatValue() - Method in class org.ojalgo.scalar.ComplexNumber
- floatValue() - Method in class org.ojalgo.scalar.ExactDecimal
- floatValue() - Method in class org.ojalgo.scalar.PrimitiveScalar
- floatValue() - Method in class org.ojalgo.scalar.Quadruple
- floatValue() - Method in class org.ojalgo.scalar.Quaternion
- floatValue() - Method in class org.ojalgo.scalar.RationalNumber
- floatValue() - Method in class org.ojalgo.type.CalendarDateDuration
- floatValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- floatValue() - Method in interface org.ojalgo.type.NumberDefinition
- floatValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- floatValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedFloat
- floatValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedInt
- floatValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedLong
- floatValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- floatValue(int) - Method in class org.ojalgo.array.Array1D
- floatValue(int) - Method in class org.ojalgo.array.Array2D
- floatValue(int) - Method in class org.ojalgo.array.ArrayAnyD
- floatValue(int) - Method in class org.ojalgo.array.ArrayR032
- floatValue(int) - Method in class org.ojalgo.array.ArrayR064
- floatValue(int) - Method in class org.ojalgo.array.ArrayR256
- floatValue(int) - Method in class org.ojalgo.array.ArrayZ008
- floatValue(int) - Method in class org.ojalgo.array.ArrayZ016
- floatValue(int) - Method in class org.ojalgo.array.ArrayZ032
- floatValue(int) - Method in class org.ojalgo.array.ArrayZ064
- floatValue(int) - Method in class org.ojalgo.array.BufferR032
- floatValue(int) - Method in class org.ojalgo.array.BufferR064
- floatValue(int) - Method in class org.ojalgo.array.BufferZ008
- floatValue(int) - Method in class org.ojalgo.array.BufferZ016
- floatValue(int) - Method in class org.ojalgo.array.BufferZ032
- floatValue(int) - Method in class org.ojalgo.array.BufferZ064
- floatValue(int) - Method in class org.ojalgo.array.OffHeapR032
- floatValue(int) - Method in class org.ojalgo.array.OffHeapR064
- floatValue(int) - Method in class org.ojalgo.array.OffHeapZ016
- floatValue(int) - Method in class org.ojalgo.array.OffHeapZ032
- floatValue(int) - Method in class org.ojalgo.array.OffHeapZ064
- floatValue(int) - Method in class org.ojalgo.array.PlainArray
- floatValue(int) - Method in class org.ojalgo.array.ScalarArray
- floatValue(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- floatValue(int) - Method in interface org.ojalgo.structure.Access1D
- floatValue(int) - Method in interface org.ojalgo.structure.Access2D
- floatValue(int) - Method in class org.ojalgo.tensor.VectorTensor
- floatValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- floatValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- floatValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- floatValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- floatValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- floatValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- floatValue(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- floatValue(int, int) - Method in class org.ojalgo.array.Array2D
- floatValue(int, int) - Method in class org.ojalgo.data.image.ImageData
- floatValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- floatValue(int, int) - Method in interface org.ojalgo.structure.Access2D
- floatValue(int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- floatValue(long) - Method in class org.ojalgo.array.Array1D
- floatValue(long) - Method in class org.ojalgo.array.Array2D
- floatValue(long) - Method in class org.ojalgo.array.ArrayAnyD
- floatValue(long) - Method in class org.ojalgo.array.OffHeapR032
- floatValue(long) - Method in class org.ojalgo.array.OffHeapR064
- floatValue(long) - Method in class org.ojalgo.array.OffHeapZ016
- floatValue(long) - Method in class org.ojalgo.array.OffHeapZ032
- floatValue(long) - Method in class org.ojalgo.array.OffHeapZ064
- floatValue(long) - Method in class org.ojalgo.array.PlainArray
- floatValue(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- floatValue(long) - Method in interface org.ojalgo.structure.Access1D
- floatValue(long) - Method in interface org.ojalgo.structure.Access2D
- floatValue(long) - Method in class org.ojalgo.tensor.VectorTensor
- floatValue(long...) - Method in class org.ojalgo.array.ArrayAnyD
- floatValue(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- floatValue(long...) - Method in class org.ojalgo.tensor.AnyTensor
- floatValue(long, long) - Method in class org.ojalgo.array.Array2D
- floatValue(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- floatValue(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- floatValue(long, long) - Method in interface org.ojalgo.structure.Access2D
- floatValue(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- floatValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- floatValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- floatValue(Enum<?>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- floatValue(K) - Method in class org.ojalgo.structure.Keyed1D
- floatValue(R, C) - Method in class org.ojalgo.structure.Keyed2D
- floor() - Method in class org.ojalgo.function.BigFunction
- floor() - Method in class org.ojalgo.function.ComplexFunction
- floor() - Method in class org.ojalgo.function.FunctionSet
- floor() - Method in class org.ojalgo.function.PrimitiveFunction
- floor() - Method in class org.ojalgo.function.QuadrupleFunction
- floor() - Method in class org.ojalgo.function.QuaternionFunction
- floor() - Method in class org.ojalgo.function.RationalFunction
- FLOOR - Static variable in class org.ojalgo.function.constant.BigMath
- FLOOR - Static variable in class org.ojalgo.function.constant.ComplexMath
- FLOOR - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- FLOOR - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- FLOOR - Static variable in class org.ojalgo.function.constant.QuaternionMath
- FLOOR - Static variable in class org.ojalgo.function.constant.RationalMath
- floorEntry(K) - Method in class org.ojalgo.series.TreeSeries
- floorKey(K) - Method in class org.ojalgo.series.TreeSeries
- flush() - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- flush(Appendable) - Method in interface org.ojalgo.netio.BasicLogger.Buffer
- flush(Appendable) - Method in class org.ojalgo.netio.CharacterRing
- flush(Appendable) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- flush(BasicLogger) - Method in interface org.ojalgo.netio.BasicLogger.Buffer
- flush(BasicLogger) - Method in class org.ojalgo.netio.CharacterRing
- flush(BasicLogger) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- flush(CharacterRing.RingLogger, BasicLogger) - Static method in class org.ojalgo.optimisation.integer.IntegerSolver
- flushCache() - Method in class org.ojalgo.type.ForgetfulMap.ValueCache
- flushCache() - Method in class org.ojalgo.type.TypeCache
-
Deprecated.
- followRedirects(HttpClient.Redirect) - Method in class org.ojalgo.netio.ServiceClient
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.ojalgo.series.TreeSeries
- forEach(BiConsumer<? super K, ? super V>) - Method in class org.ojalgo.type.collection.CloseableMap
- forEach(Consumer<? super T>) - Method in class org.ojalgo.type.collection.CloseableList
- forEachInBacthes(int, Consumer<? super T>) - Method in interface org.ojalgo.netio.FromFileReader
-
Similar to
Iterable.forEach(Consumer)
but processes items in batches. - forEachRemaining(Consumer<? super SparseArray.NonzeroView<N>>) - Method in class org.ojalgo.array.SparseArray.NonzeroView
- forEachRemaining(Consumer<? super Access2D.ColumnView<N>>) - Method in class org.ojalgo.structure.Access2D.ColumnView
- forEachRemaining(Consumer<? super Access2D.RowView<N>>) - Method in class org.ojalgo.structure.Access2D.RowView
- forEachRemaining(Consumer<? super V>) - Method in interface org.ojalgo.structure.ElementView1D
- forecast() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- forecast(CalendarDateSeries<? extends Comparable<?>>, int, CalendarDateUnit, boolean) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- ForgetfulMap<K,V> - Class in org.ojalgo.type
-
A
Map
that can forget entries after a specified period of time – a cache in other words. - ForgetfulMap(ForgetfulMap.Builder) - Constructor for class org.ojalgo.type.ForgetfulMap
- ForgetfulMap.Builder - Class in org.ojalgo.type
- ForgetfulMap.CachedValue<V> - Class in org.ojalgo.type
-
Helper class to store value and timestamps
- ForgetfulMap.ValueCache<K,V> - Class in org.ojalgo.type
-
A re-implementation of
TypeCache
backed by aForgetfulMap
. - form() - Method in class org.ojalgo.netio.ResourceLocator.Request
- form(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- form(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- form(String, String) - Method in class org.ojalgo.netio.ResourceLocator
- form(String, String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- form(String, String) - Method in class org.ojalgo.netio.ServiceClient.Request
- format() - Method in class org.ojalgo.type.context.FormatContext
- format(double) - Method in class org.ojalgo.type.context.NumberContext
- format(double, StringBuffer, FieldPosition) - Method in class org.ojalgo.type.format.TransformationFormat
- format(long) - Method in class org.ojalgo.type.context.NumberContext
- format(long, StringBuffer, FieldPosition) - Method in class org.ojalgo.type.format.TransformationFormat
- format(Object) - Method in class org.ojalgo.type.context.FormatContext
- format(Object) - Method in class org.ojalgo.type.context.TemporalContext
- format(Object) - Method in interface org.ojalgo.type.context.TypeContext
- format(Object, StringBuffer, FieldPosition) - Method in class org.ojalgo.type.format.BinaryFormat
- format(Object, StringBuffer, FieldPosition) - Method in class org.ojalgo.type.format.BooleanFormat
- format(Object, StringBuffer, FieldPosition) - Method in class org.ojalgo.type.format.StringFormat
- format(Object, StringBuffer, FieldPosition) - Method in class org.ojalgo.type.format.TransformationFormat
- format(String, Object...) - Static method in class org.ojalgo.type.TypeUtils
-
Compatible with slf4j.
- format(T) - Method in interface org.ojalgo.netio.TextLineWriter.Formatter
-
Returning null indicates that formatting failed!
- FORMAT - Static variable in class org.ojalgo.ann.FileFormat
- FormatContext<T> - Class in org.ojalgo.type.context
-
Abstract base class for TypeContext implementations backed by Format.
- FormatContext(Format) - Constructor for class org.ojalgo.type.context.FormatContext
- FOUR - org.ojalgo.concurrent.Parallelism
-
4
- FOUR - Static variable in class org.ojalgo.function.constant.BigMath
- FOUR - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- FOUR - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- FOUR - Static variable in class org.ojalgo.function.constant.RationalMath
- FourierSeries - Class in org.ojalgo.function.series
-
This is the real coefficient trigonometric form of the Fourier series.
- FourierSeries(double, double[], double[]) - Constructor for class org.ojalgo.function.series.FourierSeries
- FourierSeries(double, ComplexNumber...) - Constructor for class org.ojalgo.function.series.FourierSeries
- FR - org.ojalgo.optimisation.FileFormatMPS.BoundType
- fraction(double) - Static method in class org.ojalgo.optimisation.linear.TableauCutGenerator
- fractionality - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.GMICutConfiguration
-
The minimum fractionality of the integer variable used to generate the cut.
- fragment(String) - Method in class org.ojalgo.netio.ResourceLocator
- fragment(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- fragment(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- fragmentation(int) - Method in class org.ojalgo.data.batch.BatchManager
- fragmentation(int) - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
The number of underlying files/shards.
- free(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- FrequencyMap<T> - Class in org.ojalgo.random
-
Count the occurrence of different keys
- FrequencyMap() - Constructor for class org.ojalgo.random.FrequencyMap
- FrequencyMap(Iterable<? extends T>) - Constructor for class org.ojalgo.random.FrequencyMap
- FrequencyMap.FrequencyPredicate<T> - Interface in org.ojalgo.random
- FRIDAY_OF_WEEK - Static variable in class org.ojalgo.data.domain.finance.series.DataSource
-
Move the date forward, if necessary, to a Friday.
- from - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- from(DataInput) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
Read (reconstruct) an ANN from the specified input previously written by
ArtificialNeuralNetwork.writeTo(DataOutput)
. - from(File) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- from(File) - Static method in enum org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
-
Apart from the "native" EBM file format, currently only supports the MPS file format, but with some of the various extensions.
- from(Iterable<T>) - Static method in class org.ojalgo.random.SampleSet
-
Create a sample set from counting occurrences of difference values in the iterable.
- from(String) - Static method in enum org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
- from(Path, OpenOption...) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- from(TemporalAccessor) - Static method in class org.ojalgo.type.CalendarDate
- from(List<? extends BasicSeries<K, ?>>) - Static method in class org.ojalgo.series.primitive.CoordinatedSet
- from(PhysicalStore.Factory<Double, ?>, DataInput) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
Read (reconstruct) an ANN from the specified input previously written by
ArtificialNeuralNetwork.writeTo(DataOutput)
. - from(PhysicalStore.Factory<Double, ?>, File) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- from(PhysicalStore.Factory<Double, ?>, Path, OpenOption...) - Static method in class org.ojalgo.ann.ArtificialNeuralNetwork
- from(BasicSeries<K, ?>...) - Static method in class org.ojalgo.series.primitive.CoordinatedSet
- from(Factory2D<? extends Mutate2D.ModifiableReceiver<Double>>, int, int) - Static method in class org.ojalgo.data.DataBatch
-
With the batch size/capacity specified.
- from(T) - Method in class org.ojalgo.type.TimeIndex
- from(T, CalendarDate.Resolution) - Method in class org.ojalgo.type.TimeIndex
- FromFileReader<T> - Interface in org.ojalgo.netio
-
Essentially just a
Supplier
, but assumed to be reading from a file or some other source of data, and therefore extendsCloseable
. - FromFileReader.Builder<F> - Class in org.ojalgo.netio
- fromFrequencyDomain(MatrixStore<ComplexNumber>) - Static method in class org.ojalgo.data.image.ImageData
-
Creates a new image, transforming the input (back) from the frequency domain to the spatial domain using the inverse discrete Fourier transform.
- fromLong(long) - Static method in class org.ojalgo.scalar.RationalNumber
- ftran(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- ftran(PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- ftran(PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- ftran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- ftran(PhysicalStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- ftran(PhysicalStore<N>) - Method in interface org.ojalgo.matrix.transformation.InvertibleFactor
-
Forward-transformation
- ftran(PhysicalStore<N>) - Method in class org.ojalgo.matrix.transformation.InvertibleFactor.IdentityFactor
- ftran(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- ftran(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in interface org.ojalgo.matrix.transformation.InvertibleFactor
- FULL - org.ojalgo.type.format.DateStyle
- FULL_1X1 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- FULL_1X1 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- FULL_1X1 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- FULL_2X2 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- FULL_2X2 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- FULL_2X2 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- FULL_3X3 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- FULL_3X3 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- FULL_3X3 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- FULL_4X4 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- FULL_4X4 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- FULL_4X4 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- FULL_5X5 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- FULL_5X5 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- FULL_5X5 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- full1X1(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- full1X1(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- full2X2(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- full2X2(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- full3X3(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- full3X3(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- full4X4(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- full4X4(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- full5X5(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- full5X5(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- FullMatrix(int) - Constructor for class org.ojalgo.data.transform.DiscreteFourierTransform.FullMatrix
- function() - Method in class org.ojalgo.array.Array1D.Factory
- function() - Method in class org.ojalgo.array.Array2D.Factory
- function() - Method in class org.ojalgo.array.ArrayAnyD.Factory
- function() - Method in class org.ojalgo.array.ArrayFactory
- function() - Method in class org.ojalgo.array.BasicArray.Factory
- function() - Method in class org.ojalgo.array.BufferArray.Factory
- function() - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- function() - Method in class org.ojalgo.array.OffHeapArray.Factory
- function() - Method in class org.ojalgo.array.StrategyBuildingFactory
- function() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- function() - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- function() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- function() - Method in class org.ojalgo.matrix.MatrixFactory
- function() - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- function() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- function() - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- function() - Method in class org.ojalgo.matrix.store.SparseStore.Factory
- function() - Method in interface org.ojalgo.structure.FactorySupplement
- function() - Method in class org.ojalgo.tensor.ArrayBasedTensor.Factory
- function() - Method in class org.ojalgo.tensor.TensorFactory1D
- function() - Method in class org.ojalgo.tensor.TensorFactory2D
- function() - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- FunctionSet<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function
-
A predefined/standard set of functions.
- FunctionSet() - Constructor for class org.ojalgo.function.FunctionSet
- FX - org.ojalgo.optimisation.FileFormatMPS.BoundType
G
- G - org.ojalgo.optimisation.FileFormatMPS.RowType
- gamma(double) - Static method in class org.ojalgo.function.special.GammaFunction
- gamma(double) - Static method in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
- gamma(double) - Static method in class org.ojalgo.function.special.GammaFunction.Logarithmic
- gamma(int) - Static method in class org.ojalgo.function.special.GammaFunction
- gamma(int) - Static method in class org.ojalgo.function.special.GammaFunction.Logarithmic
- gamma(ComplexNumber) - Static method in class org.ojalgo.function.special.GammaFunction
- gamma(ComplexNumber) - Static method in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
- gamma(ComplexNumber) - Static method in class org.ojalgo.function.special.GammaFunction.Logarithmic
- Gamma - Class in org.ojalgo.random
-
Distribution of the sum of aCount random variables with an exponential distribution with parameter aLambda.
- Gamma() - Constructor for class org.ojalgo.random.Gamma
- Gamma(double, double) - Constructor for class org.ojalgo.random.Gamma
- GammaFunction - Class in org.ojalgo.function.special
- GammaFunction() - Constructor for class org.ojalgo.function.special.GammaFunction
- GammaFunction.Incomplete - Class in org.ojalgo.function.special
- GammaFunction.LanczosApproximation - Class in org.ojalgo.function.special
-
Lanczos approximation.
- GammaFunction.Logarithmic - Class in org.ojalgo.function.special
- GammaFunction.Regularized - Class in org.ojalgo.function.special
- GARCH - Class in org.ojalgo.random.scedasticity
- GARCH(int, int) - Constructor for class org.ojalgo.random.scedasticity.GARCH
- GaussianField<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.random.process
-
This GaussianField class is a generalization, as well as the underlying implementation, of GaussianProcess.
- GaussianField(GaussianField.Covariance<K>) - Constructor for class org.ojalgo.random.process.GaussianField
- GaussianField(GaussianField.Covariance<K>, TreeSet<EntryPair.KeyedPrimitive<K>>) - Constructor for class org.ojalgo.random.process.GaussianField
- GaussianField(GaussianField.Mean<K>, GaussianField.Covariance<K>) - Constructor for class org.ojalgo.random.process.GaussianField
- GaussianField(GaussianField.Mean<K>, GaussianField.Covariance<K>, TreeSet<EntryPair.KeyedPrimitive<K>>) - Constructor for class org.ojalgo.random.process.GaussianField
- GaussianField.Covariance<K extends java.lang.Comparable<? super K>> - Interface in org.ojalgo.random.process
- GaussianField.Mean<K extends java.lang.Comparable<? super K>> - Interface in org.ojalgo.random.process
- GaussianProcess - Class in org.ojalgo.random.process
-
A Gaussian process is a
RandomProcess
where each variable has a normal distribution. - GaussianProcess() - Constructor for class org.ojalgo.random.process.GaussianProcess
- GaussianProcess(GaussianField.Covariance<Double>) - Constructor for class org.ojalgo.random.process.GaussianProcess
- GaussianProcess(GaussianField.Mean<Double>, GaussianField.Covariance<Double>) - Constructor for class org.ojalgo.random.process.GaussianProcess
- GaussSeidelSolver - Class in org.ojalgo.matrix.task.iterative
-
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.
- GaussSeidelSolver() - Constructor for class org.ojalgo.matrix.task.iterative.GaussSeidelSolver
- gcd(int[]) - Static method in class org.ojalgo.function.special.MissingMath
- gcd(int, int) - Static method in class org.ojalgo.function.special.MissingMath
-
Greatest Common Denominator
- gcd(int, int...) - Static method in class org.ojalgo.function.special.MissingMath
- gcd(long[]) - Static method in class org.ojalgo.function.special.MissingMath
- gcd(long, long) - Static method in class org.ojalgo.function.special.MissingMath
-
Greatest Common Denominator
- gcd(long, long) - Static method in class org.ojalgo.scalar.RationalNumber
-
Greatest Common Denominator
- gcd(long, long...) - Static method in class org.ojalgo.function.special.MissingMath
- General() - Constructor for class org.ojalgo.matrix.decomposition.RawEigenvalue.General
- GENERAL - org.ojalgo.type.format.NumberStyle
- GeneralEvD<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- GeneralEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.GeneralEvD
- GeneralEvD.R064 - Class in org.ojalgo.matrix.decomposition
-
Eigenvalues and eigenvectors of a real matrix.
- Generalisation() - Constructor for enum org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
- GeneralisedEvD<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- GeneralisedEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, Cholesky<N>, Eigenvalue<N>, Eigenvalue.Generalisation) - Constructor for class org.ojalgo.matrix.decomposition.GeneralisedEvD
- GeneralisedKMeans<T> - Class in org.ojalgo.data.cluster
-
Contains the outline of the k-means algorithm, but designed for customisation.
- GeneralisedKMeans(Function<Collection<T>, List<T>>, Function<Collection<T>, T>, ToDoubleBiFunction<T, T>) - Constructor for class org.ojalgo.data.cluster.GeneralisedKMeans
-
You have to configure how distances are measured and how centroids are derived.
- GeneralShardedConsumer(ToIntFunction<T>, ToFileWriter<T>[]) - Constructor for class org.ojalgo.netio.ShardedWriter.GeneralShardedConsumer
- generate() - Method in class org.ojalgo.random.AbstractContinuous
- generate() - Method in class org.ojalgo.random.Binomial
- generate() - Method in class org.ojalgo.random.Deterministic
- generate() - Method in class org.ojalgo.random.Erlang
- generate() - Method in class org.ojalgo.random.Exponential
- generate() - Method in class org.ojalgo.random.Gamma
-
A Convenient Way of Generating Gamma Random Variables Using Generalized Exponential Distribution
- generate() - Method in class org.ojalgo.random.Geometric
- generate() - Method in class org.ojalgo.random.LogNormal
- generate() - Method in class org.ojalgo.random.Normal
- generate() - Method in class org.ojalgo.random.Poisson
- generate() - Method in class org.ojalgo.random.RandomNumber
- generate() - Method in class org.ojalgo.random.TDistribution.Degree1
- generate() - Method in class org.ojalgo.random.TDistribution.DegreeInfinity
- generate() - Method in class org.ojalgo.random.Uniform
- generate() - Method in class org.ojalgo.random.Weibull
- generate(Mutate2D) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- generateApplyAndCopyHouseholderColumn(int, int, Householder<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- generateApplyAndCopyHouseholderColumn(int, int, Householder<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- generateApplyAndCopyHouseholderColumn(int, int, Householder<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- GenerateApplyAndCopyHouseholderColumn - Class in org.ojalgo.array.operation
- GenerateApplyAndCopyHouseholderColumn() - Constructor for class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderColumn
- generateApplyAndCopyHouseholderRow(int, int, Householder<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- generateApplyAndCopyHouseholderRow(int, int, Householder<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- generateApplyAndCopyHouseholderRow(int, int, Householder<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- GenerateApplyAndCopyHouseholderRow - Class in org.ojalgo.array.operation
- GenerateApplyAndCopyHouseholderRow() - Constructor for class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderRow
- generateCutCandidates(boolean[], NumberContext, double) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
-
Simplified version of
SimplexStore.generateCutCandidates(boolean[], NumberContext, double, double[])
. - generateCutCandidates(boolean[], NumberContext, double, double[]) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- generateCutCandidates(double, boolean...) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- generateCutCandidates(double, boolean...) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- generateCutCandidates(double, boolean...) - Method in interface org.ojalgo.optimisation.UpdatableSolver
- generateCuts(ModelStrategy) - Method in class org.ojalgo.optimisation.integer.NodeSolver
- generateCuts(ModelStrategy, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.NodeSolver
- generateCuts(ModelStrategy, NodeKey) - Method in class org.ojalgo.optimisation.integer.NodeSolver
- generateKey() - Static method in class org.ojalgo.optimisation.service.OptimisationService
- generateOptimisationModel(double) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- generateRandom(int, IntPredicate) - Static method in class org.ojalgo.netio.ASCII
- GENERATOR - Static variable in class org.ojalgo.random.process.GaussianProcess
- GENERATOR - Static variable in class org.ojalgo.random.process.GeometricBrownianMotion
- GENERATOR - Static variable in class org.ojalgo.random.process.PoissonProcess
- GENERATOR - Static variable in class org.ojalgo.random.process.WienerProcess
- Generic(int) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Generic
- Generic(int, int) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Generic
- Generic(int, int, N, N) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Generic
- Generic(Rotation<N>) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Generic
- Generic(Scalar.Factory<N>, int) - Constructor for class org.ojalgo.matrix.transformation.Householder.Generic
- Generic(Scalar.Factory<N>, Householder<N>) - Constructor for class org.ojalgo.matrix.transformation.Householder.Generic
- GenericContext<T> - Class in org.ojalgo.type.context
- GenericContext(Format) - Constructor for class org.ojalgo.type.context.GenericContext
- GenericContext(TypeContext<?>, Format) - Constructor for class org.ojalgo.type.context.GenericContext
- GenericDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
-
AbstractDecomposition
- GenericDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.GenericDecomposition
- GenericSolver - Class in org.ojalgo.optimisation
- GenericSolver() - Constructor for class org.ojalgo.optimisation.GenericSolver
- GenericSolver(Optimisation.Options) - Constructor for class org.ojalgo.optimisation.GenericSolver
- GenericSolver.Builder<B extends GenericSolver.Builder<B,S>,S extends GenericSolver> - Class in org.ojalgo.optimisation
- GenericStore<N extends Scalar<N>> - Class in org.ojalgo.matrix.store
-
A generic implementation of PhysicalStore.
- GenericStore(GenericStore.Factory<N>, int) - Constructor for class org.ojalgo.matrix.store.GenericStore
- GenericStore(GenericStore.Factory<N>, int, int) - Constructor for class org.ojalgo.matrix.store.GenericStore
- GenericStore(GenericStore.Factory<N>, int, int, N[]) - Constructor for class org.ojalgo.matrix.store.GenericStore
- GenericStore(GenericStore.Factory<N>, N[]) - Constructor for class org.ojalgo.matrix.store.GenericStore
- GenericStore.Factory<N extends Scalar<N>> - Class in org.ojalgo.matrix.store
- Geometric - Class in org.ojalgo.random
-
The number of required trials until an event with probability aProbability occurs has a geometric distribution.
- Geometric() - Constructor for class org.ojalgo.random.Geometric
- Geometric(double) - Constructor for class org.ojalgo.random.Geometric
- GeometricBrownianMotion - Class in org.ojalgo.random.process
-
Diffusion process defined by a stochastic differential equation:
- GeometricBrownianMotion() - Constructor for class org.ojalgo.random.process.GeometricBrownianMotion
- GeometricBrownianMotion(double, double) - Constructor for class org.ojalgo.random.process.GeometricBrownianMotion
- get() - Method in class org.ojalgo.ann.NetworkBuilder
- get() - Method in class org.ojalgo.ann.WrappedANN
- get() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- get() - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- get() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- get() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
- get() - Method in interface org.ojalgo.function.NullaryFunction
- get() - Method in class org.ojalgo.matrix.BasicMatrix
-
Deprecated.v50 No need for this!
- get() - Method in class org.ojalgo.matrix.DenseMutator2D
- get() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- get() - Method in class org.ojalgo.matrix.store.DiagonalStore.Builder
- get() - Method in class org.ojalgo.matrix.store.GenericStore
- get() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Deprecated.v50 No need as
MatrixStore
now implementsLogical
and this method simply return "this". - get() - Method in class org.ojalgo.matrix.store.R064Store
- get() - Method in class org.ojalgo.matrix.store.RawStore
- get() - Method in class org.ojalgo.matrix.store.RowsSupplier
- get() - Method in class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- get() - Method in class org.ojalgo.scalar.BigScalar
- get() - Method in class org.ojalgo.scalar.ComplexNumber
- get() - Method in class org.ojalgo.scalar.ExactDecimal
- get() - Method in class org.ojalgo.scalar.PrimitiveScalar
- get() - Method in class org.ojalgo.scalar.Quadruple
- get() - Method in class org.ojalgo.scalar.Quaternion
- get() - Method in class org.ojalgo.scalar.RationalNumber
- get() - Method in class org.ojalgo.structure.Access1D.ElementView
- get() - Method in class org.ojalgo.structure.Access2D.ElementView
- get() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- get() - Method in interface org.ojalgo.structure.AccessScalar
- get() - Method in class org.ojalgo.type.Alternator
- get(int) - Method in class org.ojalgo.array.Array1D
- get(int) - Method in class org.ojalgo.array.ArrayR032
- get(int) - Method in class org.ojalgo.array.ArrayR064
- get(int) - Method in class org.ojalgo.array.ArrayZ008
- get(int) - Method in class org.ojalgo.array.ArrayZ016
- get(int) - Method in class org.ojalgo.array.ArrayZ032
- get(int) - Method in class org.ojalgo.array.ArrayZ064
- get(int) - Method in class org.ojalgo.array.BufferArray
- get(int) - Method in class org.ojalgo.array.NumberList
- get(int) - Method in class org.ojalgo.array.PlainArray
- get(int) - Method in class org.ojalgo.array.ReferenceTypeArray
- get(int) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.FastViewStrategy
- get(int) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- get(int) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.QuotedViewStrategy
- get(int) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- get(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- get(int) - Method in class org.ojalgo.type.collection.CloseableList
- get(int) - Method in class org.ojalgo.type.EnumPartition
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectObject
- get(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- get(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- get(int, int) - Method in class org.ojalgo.data.image.ImageData
- get(int, int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- get(int, int) - Method in class org.ojalgo.matrix.store.ColumnsStore
- get(int, int) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- get(int, int) - Method in class org.ojalgo.matrix.store.ConjugatedStore
- get(int, int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- get(int, int) - Method in class org.ojalgo.matrix.store.GenericStore
- get(int, int) - Method in class org.ojalgo.matrix.store.IdentityStore
- get(int, int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- get(int, int) - Method in class org.ojalgo.matrix.store.LimitStore
- get(int, int) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
- get(int, int) - Method in class org.ojalgo.matrix.store.LowerSymmetricStore
- get(int, int) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
- get(int, int) - Method in interface org.ojalgo.matrix.store.MatrixStore
- get(int, int) - Method in class org.ojalgo.matrix.store.OffsetStore
- get(int, int) - Method in class org.ojalgo.matrix.store.R032Store
- get(int, int) - Method in class org.ojalgo.matrix.store.R064Store
- get(int, int) - Method in class org.ojalgo.matrix.store.RawStore
- get(int, int) - Method in class org.ojalgo.matrix.store.RepeatedColumnsStore
- get(int, int) - Method in class org.ojalgo.matrix.store.RepeatedRowsStore
- get(int, int) - Method in class org.ojalgo.matrix.store.RowsStore
- get(int, int) - Method in class org.ojalgo.matrix.store.RowsSupplier
- get(int, int) - Method in class org.ojalgo.matrix.store.SingleStore
- get(int, int) - Method in class org.ojalgo.matrix.store.SparseStore
- get(int, int) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- get(int, int) - Method in class org.ojalgo.matrix.store.TransposedStore
- get(int, int) - Method in class org.ojalgo.matrix.store.UnaryOperatoStore
- get(int, int) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
- get(int, int) - Method in class org.ojalgo.matrix.store.UpperSymmetricStore
- get(int, int) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
- get(int, int) - Method in class org.ojalgo.matrix.store.WrapperStore
- get(int, int) - Method in class org.ojalgo.matrix.store.ZeroStore
- get(int, int) - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- get(long) - Method in class org.ojalgo.array.Array1D
- get(long) - Method in class org.ojalgo.array.Array2D
- get(long) - Method in class org.ojalgo.array.ArrayAnyD
- get(long) - Method in class org.ojalgo.array.LongToNumberMap
- get(long) - Method in class org.ojalgo.array.NumberList
- get(long) - Method in class org.ojalgo.array.OffHeapArray
- get(long) - Method in class org.ojalgo.array.PlainArray
- get(long) - Method in class org.ojalgo.array.SegmentedArray
- get(long) - Method in class org.ojalgo.array.SparseArray
- get(long) - Method in class org.ojalgo.equation.Equation
- get(long) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- get(long) - Method in class org.ojalgo.matrix.BasicMatrix
- get(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- get(long) - Method in class org.ojalgo.matrix.store.WrapperStore
- get(long) - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- get(long) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- get(long) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- get(long) - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- get(long) - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- get(long) - Method in class org.ojalgo.optimisation.Optimisation.Result
- get(long) - Method in class org.ojalgo.random.SampleSet
- get(long) - Method in class org.ojalgo.scalar.ComplexNumber
- get(long) - Method in class org.ojalgo.scalar.Quaternion
- get(long) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- get(long) - Method in interface org.ojalgo.structure.Access1D
- get(long) - Method in class org.ojalgo.structure.Access1D.SelectionView
- get(long) - Method in class org.ojalgo.structure.Access2D.ColumnView
- get(long) - Method in interface org.ojalgo.structure.Access2D
- get(long) - Method in class org.ojalgo.structure.Access2D.RowView
- get(long) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- get(long) - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- get(long) - Method in class org.ojalgo.structure.Primitive1D
- get(long) - Method in class org.ojalgo.structure.PrimitiveAnyD
- get(long) - Method in class org.ojalgo.tensor.AnyTensor
- get(long) - Method in class org.ojalgo.tensor.VectorTensor
- get(long) - Method in class org.ojalgo.type.keyvalue.EntrySet.KeyedPrimitives
- get(long) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- get(long...) - Method in class org.ojalgo.array.ArrayAnyD
- get(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- get(long...) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- get(long...) - Method in class org.ojalgo.structure.PrimitiveAnyD
- get(long...) - Method in class org.ojalgo.tensor.AnyTensor
- get(long, long) - Method in class org.ojalgo.array.Array2D
- get(long, long) - Method in class org.ojalgo.data.DataBatch
- get(long, long) - Method in class org.ojalgo.matrix.BasicMatrix
- get(long, long) - Method in class org.ojalgo.matrix.DenseMutator2D
- get(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- get(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- get(long, long) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- get(long, long) - Method in class org.ojalgo.scalar.ComplexNumber
- get(long, long) - Method in class org.ojalgo.scalar.Quaternion
- get(long, long) - Method in interface org.ojalgo.structure.Access2D
- get(long, long) - Method in class org.ojalgo.structure.Access2D.SelectionView
- get(long, long) - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- get(long, long) - Method in class org.ojalgo.structure.Primitive2D
- get(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- get(Enum<?>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- get(Enum<?>, TypeContext<P>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- get(Object) - Method in class org.ojalgo.array.LongToNumberMap
- get(Object) - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- get(Object) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- get(Object) - Method in interface org.ojalgo.series.BasicSeries
- get(Object) - Method in class org.ojalgo.series.CoordinationSet
- get(Object) - Method in class org.ojalgo.series.MappedIndexSeries
- get(Object) - Method in class org.ojalgo.series.TreeSeries
- get(Object) - Method in class org.ojalgo.type.collection.CloseableMap
- get(Object) - Method in class org.ojalgo.type.ForgetfulMap
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- get(Object) - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- get(String) - Static method in class org.ojalgo.netio.ServiceClient
- get(String) - Method in class org.ojalgo.series.CoordinationSet
- get(TemporalUnit) - Method in class org.ojalgo.type.CalendarDateDuration
- get(TemporalUnit) - Method in enum org.ojalgo.type.CalendarDateUnit
- get(K) - Method in interface org.ojalgo.series.BasicSeries
- get(K) - Method in class org.ojalgo.series.MappedIndexSeries
- get(K) - Method in class org.ojalgo.series.TreeSeries
- get(K) - Method in class org.ojalgo.structure.Keyed1D
- get(K, Function<? super K, ? extends V>) - Method in class org.ojalgo.type.ForgetfulMap
-
Returns the value associated with the
key
in this cache, obtaining that value from themappingFunction
if necessary. - get(N) - Method in class org.ojalgo.series.NumberSeries
- get(FinanceData) - Method in class org.ojalgo.data.domain.finance.series.SourceCache
- get(Aggregator) - Method in class org.ojalgo.function.aggregator.AggregatorSet
- get(Variable) - Method in class org.ojalgo.optimisation.Expression
- get(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.Expression
- get(Structure1D.IntIndex, boolean) - Method in class org.ojalgo.optimisation.Expression
- get(Structure2D.IntRowColumn) - Method in class org.ojalgo.optimisation.Expression
- get(Structure2D.IntRowColumn, boolean) - Method in class org.ojalgo.optimisation.Expression
- get(CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
- get(R, C) - Method in class org.ojalgo.structure.Keyed2D
- get(T) - Method in class org.ojalgo.random.FrequencyMap
- GET - org.ojalgo.netio.ResourceLocator.Method
- getAccessLimit() - Method in class org.ojalgo.type.ForgetfulMap.Builder
- getAccumulator() - Method in class org.ojalgo.series.MappedIndexSeries
- getAccuracyContext() - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- getActivator() - Method in class org.ojalgo.ann.CalculationLayer
- getActivator(int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- getActivator(int) - Method in class org.ojalgo.ann.WrappedANN
- getActualLength() - Method in class org.ojalgo.array.SparseArray
- getAddressOf(Buffer) - Static method in class org.ojalgo.type.NativeMemory
- getAdjustedGradient(Access1D<?>) - Method in class org.ojalgo.optimisation.Expression
- getAdjustedHessian() - Method in class org.ojalgo.optimisation.Expression
- getAdjustmentExponent() - Method in class org.ojalgo.optimisation.ModelEntity
- getAdjustmentExponentValue() - Method in class org.ojalgo.optimisation.ModelEntity
- getAdjustmentFactor() - Method in class org.ojalgo.optimisation.ModelEntity
- getAE() - Method in class org.ojalgo.optimisation.convex.ConvexData
-
Equality constraints body: [AE][X] == [BE]
- getAE() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
-
Equality constraints body: [AE][X] == [BE]
- getAE(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getAE(int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getAE(int...) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getAE(int...) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getAI() - Method in class org.ojalgo.optimisation.convex.ConvexData
-
Inequality constraints body: [AI][X] <= [BI]
- getAI() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
-
Inequality constraints body: [AI][X] <= [BI]
- getAI(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getAI(int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getAI(int...) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getAI(int...) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getAllCalendarDates() - Method in class org.ojalgo.series.CoordinationSet
- getAllPresent(Iterable<? extends K>) - Method in class org.ojalgo.type.ForgetfulMap
-
Returns a map of the values associated with the
keys
in this cache. - getAllSeriesNames() - Method in class org.ojalgo.series.CoordinationSet
- getAllSeriesNames() - Method in class org.ojalgo.series.function.SeriesFunction
- getAlpha() - Method in class org.ojalgo.type.ColourData
- getAmount() - Method in class org.ojalgo.type.StandardType
- getArchitecture() - Static method in class org.ojalgo.machine.VirtualMachine
- getARGB(int, int) - Method in class org.ojalgo.data.image.ImageData
- getArgument() - Method in class org.ojalgo.matrix.MatrixC128
- getArgument() - Method in class org.ojalgo.scalar.ComplexNumber
- getArray() - Method in class org.ojalgo.netio.CharArraySegment
- getArray() - Method in class org.ojalgo.tensor.AnyTensor
- getArray() - Method in class org.ojalgo.tensor.MatrixTensor
- getArray() - Method in class org.ojalgo.tensor.VectorTensor
- getArrayFactory() - Method in class org.ojalgo.tensor.ArrayBasedTensor.Factory
- getAsDouble() - Method in interface org.ojalgo.function.NullaryFunction
- getAsInt() - Method in enum org.ojalgo.concurrent.Parallelism
- getAssetKey(int) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- getAssetKeys() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- getAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- getAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getAssetReturns() - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- getAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- getAssetReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getAssetVolatilities() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- getAssetVolatilities() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getAssetVolatilities() - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- getAssetVolatilities() - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- getAssetVolatilities() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getAssetWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getAvailableDim1D(long) - Method in class org.ojalgo.machine.VirtualMachine
- getAvailableDim2D(long) - Method in class org.ojalgo.machine.VirtualMachine
- getAvailableMemory() - Method in class org.ojalgo.machine.VirtualMachine
- getAverageStepSize() - Method in class org.ojalgo.series.CalendarDateSeries
- getAverageStepSize() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- getAverageStepSize() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- getAverageStepSize() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- getBase() - Method in class org.ojalgo.scalar.Quadruple
- getBatchSize() - Method in class org.ojalgo.ann.WrappedANN
- getBE() - Method in class org.ojalgo.optimisation.convex.ConvexData
-
Equality constraints RHS: [AE][X] == [BE]
- getBE() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
-
Equality constraints RHS: [AE][X] == [BE]
- getBE(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getBE(int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getBestEstimate() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- getBestResultSoFar() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- getBI() - Method in class org.ojalgo.optimisation.convex.ConvexData
-
Inequality constraints RHS: [AI][X] <= [BI]
- getBI() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
-
Inequality constraints RHS: [AI][X] <= [BI]
- getBI(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getBI(int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getBias(int) - Method in class org.ojalgo.ann.CalculationLayer
- getBias(int, int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- getBias(int, int) - Method in class org.ojalgo.ann.WrappedANN
- getBinaryVariables(Set<Structure1D.IntIndex>) - Method in class org.ojalgo.optimisation.Expression
- getBitReversedIndices(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- getBlue() - Method in class org.ojalgo.type.ColourData
- getBody() - Method in class org.ojalgo.equation.Equation
- getBody() - Method in class org.ojalgo.netio.ServiceClient.Response
- getBoolean() - Method in class org.ojalgo.type.StandardType
- getByte(long) - Static method in class org.ojalgo.type.NativeMemory
- getByte(long, long) - Static method in class org.ojalgo.type.NativeMemory
- getC() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Linear objective: [C]
- getC() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getC11(K[]) - Method in class org.ojalgo.random.process.GaussianField
- getC12(K[]) - Method in class org.ojalgo.random.process.GaussianField
- getC21(K[]) - Method in class org.ojalgo.random.process.GaussianField
- getC22() - Method in class org.ojalgo.random.process.GaussianField
- getCache() - Method in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- getCachedObject() - Method in class org.ojalgo.type.ForgetfulMap.ValueCache
- getCachedObject() - Method in class org.ojalgo.type.TypeCache
-
Deprecated.
- getCalendarDateSeries() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getCalendarDateSeries(LocalTime, ZoneId) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getCalendarDateSeries(CalendarDateUnit) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getCalendarDateSeries(CalendarDateUnit, LocalTime, ZoneId) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getCapacityLimit() - Method in class org.ojalgo.array.ArrayFactory
- getCapacityLimit() - Method in class org.ojalgo.array.BasicArray.Factory
- getCapacityLimit() - Method in class org.ojalgo.array.BufferArray.Factory
- getCapacityLimit() - Method in class org.ojalgo.array.DenseArray.Factory
- getCapacityLimit() - Method in class org.ojalgo.array.OffHeapArray.Factory
- getCentroids() - Method in class org.ojalgo.data.cluster.GreedyClustering
- getChar(long) - Static method in class org.ojalgo.type.NativeMemory
- getCharArray() - Method in enum org.ojalgo.netio.LineTerminator
- getChronoUnit() - Method in enum org.ojalgo.type.CalendarDateUnit
- getClassSimpleName() - Method in class org.ojalgo.optimisation.GenericSolver
- getClient() - Method in class org.ojalgo.netio.ServiceClient.Session
- getCoefficients() - Method in class org.ojalgo.equation.Equation
- getColDim() - Method in class org.ojalgo.array.Array2D
- getColDim() - Method in class org.ojalgo.data.DataBatch
- getColDim() - Method in class org.ojalgo.data.image.ImageData
- getColDim() - Method in class org.ojalgo.matrix.BasicMatrix
- getColDim() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getColDim() - Method in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- getColDim() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- getColDim() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getColDim() - Method in class org.ojalgo.matrix.DenseMutator2D
- getColDim() - Method in class org.ojalgo.matrix.SparseMutator2D
- getColDim() - Method in class org.ojalgo.matrix.store.AbstractStore
- getColDim() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- getColDim() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- getColDim() - Method in class org.ojalgo.matrix.store.GenericStore
- getColDim() - Method in class org.ojalgo.matrix.store.MatrixPipeline
- getColDim() - Method in class org.ojalgo.matrix.store.R032Store
- getColDim() - Method in class org.ojalgo.matrix.store.R064Store
- getColDim() - Method in class org.ojalgo.matrix.store.RawStore
- getColDim() - Method in class org.ojalgo.matrix.store.RowsSupplier
- getColDim() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- getColDim() - Method in class org.ojalgo.matrix.store.SparseStore.Builder
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- getColDim() - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- getColDim() - Method in class org.ojalgo.matrix.transformation.InvertibleFactor.IdentityFactor
- getColDim() - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- getColDim() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- getColDim() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- getColDim() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- getColDim() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- getColDim() - Method in class org.ojalgo.scalar.ComplexNumber
- getColDim() - Method in class org.ojalgo.scalar.Quaternion
- getColDim() - Method in class org.ojalgo.structure.Access2D.SelectionView
- getColDim() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- getColDim() - Method in class org.ojalgo.structure.Primitive2D.Simple
- getColDim() - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- getColDim() - Method in interface org.ojalgo.structure.Structure2D
- getColDim() - Method in class org.ojalgo.tensor.MatrixTensor
- getColour() - Method in interface org.ojalgo.series.BasicSeries
- getColour() - Method in class org.ojalgo.series.MappedIndexSeries
- getColour() - Method in class org.ojalgo.series.TreeSeries
- getColumn() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- getColumn(int) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- getColumnState(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getCombination(Comparable<?>) - Method in class org.ojalgo.series.SeriesInterpolator
- getComparator() - Method in interface org.ojalgo.structure.ElementView1D
- getCompensatedLowerLimit(BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- getCompensatedLowerLimit(BigDecimal, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
- getCompensatedUpperLimit(BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- getCompensatedUpperLimit(BigDecimal, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
- getComplexArgument(Access2D<ComplexNumber>) - Static method in class org.ojalgo.matrix.store.R064Store
-
Extracts the argument of the ComplexNumber elements to a new primitive double valued matrix.
- getComplexImaginary(Access2D<ComplexNumber>) - Static method in class org.ojalgo.matrix.store.R064Store
-
Extracts the imaginary part of the ComplexNumber elements to a new primitive double valued matrix.
- getComplexModulus(Access2D<ComplexNumber>) - Static method in class org.ojalgo.matrix.store.R064Store
-
Extracts the modulus of the ComplexNumber elements to a new primitive double valued matrix.
- getComplexReal(Access2D<ComplexNumber>) - Static method in class org.ojalgo.matrix.store.R064Store
-
Extracts the real part of the ComplexNumber elements to a new primitive double valued matrix.
- getComponents() - Method in enum org.ojalgo.type.math.MathType
- getComponentType() - Method in class org.ojalgo.matrix.store.AbstractStore
- getCondition() - Method in class org.ojalgo.matrix.BasicMatrix
-
Matrix condition (2-norm)
- getCondition() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getCondition() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
The condition number.
- getCondition() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getCondition() - Method in interface org.ojalgo.matrix.Provider2D.Condition
- getConditionProvider() - Method in class org.ojalgo.matrix.BasicMatrix
- getConfidence() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
-
"weight on views" or "tau" A parameter that describes the general confidence in the views.
- getConfigurator(Class<T>) - Method in class org.ojalgo.optimisation.Optimisation.Options
- getConformance(FinancePortfolio) - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- getConstant() - Method in class org.ojalgo.function.multiary.AffineFunction
- getConstant() - Method in class org.ojalgo.function.multiary.ConstantFunction
- getConstant() - Method in interface org.ojalgo.function.multiary.MultiaryFunction.Constant
- getConstant() - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- getConstant() - Method in class org.ojalgo.function.multiary.QuadraticFunction
- getConstant() - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- getConstant() - Method in class org.ojalgo.optimisation.Expression
- getConstraint(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getConstraint(int) - Method in interface org.ojalgo.optimisation.ExpressionsBasedModel.EntityMap
- getConstraint(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- getConstraintsMetaData() - Method in class org.ojalgo.optimisation.convex.ConvexData
- getConstraintToInclude() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getConstructor(Class<? extends BasicMatrix<?, ?>>) - Static method in class org.ojalgo.matrix.MatrixFactory
- getContents() - Method in class org.ojalgo.optimisation.service.OptimisationService.Problem
- getContentsAsByteArray() - Method in class org.ojalgo.netio.InMemoryFile
- getContentsAsString() - Method in class org.ojalgo.netio.InMemoryFile
- getContext() - Method in class org.ojalgo.matrix.store.MatrixPipeline
- getContributionWeight() - Method in class org.ojalgo.optimisation.ModelEntity
- getContributionWeight() - Method in interface org.ojalgo.optimisation.Optimisation.Objective
-
The weight/factor by which this model entity's value contributes to the objective function - may return null.
- getConvexData(PhysicalStore.Factory<N, ?>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- getCookieManager() - Method in class org.ojalgo.netio.ResourceLocator.Session
- getCorrelation(int, int) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getCorrelation(SampleSet) - Method in class org.ojalgo.random.SampleSet
- getCorrelations() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- getCorrelations() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getCorrelations() - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- getCorrelations() - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- getCorrelations() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getCorrelations(Factory2D<M>) - Method in class org.ojalgo.series.primitive.SeriesSet
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation.Generic
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
- getCost(int) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- getCost(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getCost(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getCounter() - Method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- getCovariance() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getCovariance() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- getCovariance() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getCovariance(int, int) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getCovariance(SampleSet) - Method in class org.ojalgo.random.SampleSet
- getCovariances() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- getCovariances() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getCovariances() - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- getCovariances() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- getCovariances() - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- getCovariances() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getCovariances() - Method in class org.ojalgo.random.process.GaussianProcess
- getCovariances(Factory2D<M>) - Method in class org.ojalgo.series.primitive.SeriesSet
- getCurrency(Locale) - Static method in class org.ojalgo.type.context.NumberContext
- getCurrent() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- getCurrent() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- getCurrentElement(int, SimplexSolver.EnterInfo) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- getCurrentElement(int, SimplexSolver.EnterInfo) - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The current (tableau) constraint body element.
- getCurrentElement(int, SimplexSolver.EnterInfo) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getCurrentElement(SimplexSolver.ExitInfo, int) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- getCurrentElement(SimplexSolver.ExitInfo, int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The current (tableau) constraint body element.
- getCurrentElement(SimplexSolver.ExitInfo, int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getCurrentRHS(int) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- getCurrentRHS(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The current (tableau) constraint RHS.
- getCurrentRHS(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getCurrentValue() - Method in class org.ojalgo.random.process.AbstractProcess
- getCurrentValue() - Method in class org.ojalgo.random.process.MultipleValuesBasedProcess
- getCurrentValue() - Method in class org.ojalgo.random.process.SingleValueBasedProcess
- getCursor() - Method in class org.ojalgo.netio.CharacterRing
- getD() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
- getD() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- getD() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
The only requirements on [D] are that it should contain the eigenvalues and that [A][V] = [V][D].
- getD() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getD() - Method in interface org.ojalgo.matrix.decomposition.LDL
- getD() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getD() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Return the block diagonal eigenvalue matrix
- getD() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getD() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- getD() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getD() - Method in interface org.ojalgo.matrix.decomposition.Tridiagonal
- getD() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- getData(Factory2D.TwoStep<M, ?>) - Method in class org.ojalgo.series.primitive.SeriesSet
-
Return a
Structure2D
with variables in columns and matching samples in rows. - getDate() - Static method in class org.ojalgo.OjAlgoUtils
- getDate() - Method in class org.ojalgo.type.StandardType
- getDecimal032() - Method in class org.ojalgo.type.StandardType
- getDecimal064() - Method in class org.ojalgo.type.StandardType
- getDecimal128() - Method in class org.ojalgo.type.StandardType
- getDecompositionQ() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- getDelegate() - Method in class org.ojalgo.array.Array1D
- getDelegate() - Method in class org.ojalgo.array.Array2D
- getDelegate() - Method in class org.ojalgo.array.ArrayAnyD
- getDelegate() - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- getDenominator() - Method in class org.ojalgo.scalar.RationalNumber
- getDenseFactory() - Method in class org.ojalgo.array.StrategyBuildingFactory
- getDensity(double) - Method in class org.ojalgo.random.Cauchy
- getDensity(double) - Method in class org.ojalgo.random.ChiSquareDistribution
- getDensity(double) - Method in interface org.ojalgo.random.ContinuousDistribution
-
In probability theory, a probability density function (pdf), or density of a continuous random variable is a function that describes the relative likelihood for this random variable to occur at a given point.
- getDensity(double) - Method in class org.ojalgo.random.Exponential
- getDensity(double) - Method in class org.ojalgo.random.LogNormal
- getDensity(double) - Method in class org.ojalgo.random.Normal
- getDensity(double) - Method in class org.ojalgo.random.TDistribution.Degree1
- getDensity(double) - Method in class org.ojalgo.random.TDistribution.Degree2
- getDensity(double) - Method in class org.ojalgo.random.TDistribution.Degree3
- getDensity(double) - Method in class org.ojalgo.random.TDistribution.Degree4
- getDensity(double) - Method in class org.ojalgo.random.TDistribution.Degree5
- getDensity(double) - Method in class org.ojalgo.random.TDistribution.DegreeInfinity
- getDensity(double) - Method in class org.ojalgo.random.TDistribution
- getDensity(double) - Method in class org.ojalgo.random.Uniform
- getDerivative() - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialC128
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialQ128
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR128
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- getDerivativeInTermsOfOutput() - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- getDeterminant() - Method in class org.ojalgo.matrix.BasicMatrix
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getDeterminant() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Determinant
-
A matrix' determinant is the product of its eigenvalues.
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.RawQR
- getDeterminant() - Method in interface org.ojalgo.matrix.Provider2D.Determinant
- getDeterminant() - Method in class org.ojalgo.scalar.Quaternion
-
The fourth power of the norm of a quaternion is the determinant of the corresponding matrix.
- getDeterminantProvider() - Method in class org.ojalgo.matrix.BasicMatrix
- getDimension() - Method in class org.ojalgo.matrix.store.DiagonalStore
- getDimensionalEpsilon() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- getDistribution(boolean, K...) - Method in class org.ojalgo.random.process.GaussianField
- getDistribution(double) - Method in class org.ojalgo.random.Cauchy
- getDistribution(double) - Method in class org.ojalgo.random.ChiSquareDistribution.Degree2
- getDistribution(double) - Method in class org.ojalgo.random.ChiSquareDistribution
- getDistribution(double) - Method in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- getDistribution(double) - Method in interface org.ojalgo.random.ContinuousDistribution
-
In probability theory and statistics, the cumulative distribution function (CDF), or just distribution function, describes the probability that a real-valued random variable X with a given probability distribution will be found at a value less than or equal to x.
- getDistribution(double) - Method in class org.ojalgo.random.Exponential
- getDistribution(double) - Method in class org.ojalgo.random.LogNormal
- getDistribution(double) - Method in class org.ojalgo.random.Normal
- getDistribution(double) - Method in class org.ojalgo.random.process.GaussianProcess
- getDistribution(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getDistribution(double) - Method in class org.ojalgo.random.process.PoissonProcess
- getDistribution(double) - Method in interface org.ojalgo.random.process.RandomProcess
- getDistribution(double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getDistribution(double) - Method in class org.ojalgo.random.process.WienerProcess
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution.Degree1
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution.Degree2
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution.Degree3
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution.Degree4
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution.Degree5
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution.DegreeInfinity
- getDistribution(double) - Method in class org.ojalgo.random.TDistribution
- getDistribution(double) - Method in class org.ojalgo.random.Uniform
- getDistribution(Double...) - Method in class org.ojalgo.random.process.GaussianProcess
- getDistribution(K...) - Method in class org.ojalgo.random.process.GaussianField
- getDistributionLocation(double, double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getDistributionVariance(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getDistributor() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- getDouble(long) - Static method in class org.ojalgo.type.NativeMemory
- getDouble(long, long) - Static method in class org.ojalgo.type.NativeMemory
- getDualExitCandidate(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getDuration() - Method in class org.ojalgo.optimisation.GenericSolver
-
The number of s since solver instantiated or iterations count reset.
- getDuration() - Method in enum org.ojalgo.type.CalendarDateUnit
- getEarliestFirstKey() - Method in class org.ojalgo.series.CoordinationSet
- getEarliestLastKey() - Method in class org.ojalgo.series.CoordinationSet
- getEigenpair(int) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
- getEigenpair(int) - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- getEigenpair(int) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD.C128
- getEigenpairs() - Method in class org.ojalgo.matrix.BasicMatrix
- getEigenpairs() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
This list is always ordered in descending eigenvalue order – that's regardless of if
Eigenvalue.isOrdered()
returns true or false. - getEigenpairs() - Method in interface org.ojalgo.matrix.Provider2D.Eigenpairs
- getEigenpairsProvider() - Method in class org.ojalgo.matrix.BasicMatrix
- getEigenvalues() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
Even for real matrices the eigenvalues (and eigenvectors) are potentially complex numbers.
- getEigenvalues() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getEigenvalues() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getEigenvalues(double[], Optional<double[]>) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
- getEigenvalues(double[], Optional<double[]>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getEigenvalues(double[], Optional<double[]>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getEigenvectors() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
- getElements() - Method in class org.ojalgo.matrix.store.SparseStore
- getElementSize() - Method in class org.ojalgo.array.DenseArray.Factory
- getEmptyList() - Static method in interface org.ojalgo.type.BusinessObject
- getEmptyMap() - Static method in interface org.ojalgo.type.BusinessObject
- getEmptySet() - Static method in interface org.ojalgo.type.BusinessObject
- getEntityMap() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getEntityMap() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getEntityMap() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- getEntityMap() - Method in interface org.ojalgo.optimisation.UpdatableSolver
- getEntry(int) - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- getEntryWithHighestFrequenecy() - Method in class org.ojalgo.random.FrequencyMap
- getEnvironment() - Method in class org.ojalgo.optimisation.service.ServiceIntegration
- getExcluded() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getExcluded() - Method in class org.ojalgo.type.IndexSelector
- getExcluded(int) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getExcludedLower() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
Indices of columns/variables at their lower bounds.
- getExcludedUnbounded() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
Indices of unbounded columns/variables.
- getExcludedUpper() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
Indices of columns/variables at their upper bounds.
- getExecutionOrder() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- getExecutor() - Method in class org.ojalgo.concurrent.ProcessingService
- getExecutor() - Method in class org.ojalgo.netio.ReaderWriterBuilder
- getExpected() - Method in class org.ojalgo.random.Binomial
- getExpected() - Method in class org.ojalgo.random.Cauchy
- getExpected() - Method in class org.ojalgo.random.ChiSquareDistribution
- getExpected() - Method in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- getExpected() - Method in class org.ojalgo.random.Deterministic
- getExpected() - Method in interface org.ojalgo.random.Distribution
- getExpected() - Method in interface org.ojalgo.random.Distribution1D
- getExpected() - Method in class org.ojalgo.random.Erlang
- getExpected() - Method in class org.ojalgo.random.Exponential
- getExpected() - Method in class org.ojalgo.random.Gamma
- getExpected() - Method in class org.ojalgo.random.Geometric
- getExpected() - Method in class org.ojalgo.random.LogNormal
- getExpected() - Method in class org.ojalgo.random.Normal
- getExpected() - Method in class org.ojalgo.random.Normal1D
- getExpected() - Method in class org.ojalgo.random.Poisson
- getExpected() - Method in class org.ojalgo.random.process.AbstractProcess
-
Equivalent to calling
RandomProcess.getDistribution(double)
with argumant1.0
, and thenDistribution.getExpected()
. - getExpected() - Method in class org.ojalgo.random.TDistribution
- getExpected() - Method in class org.ojalgo.random.Uniform
- getExpected() - Method in class org.ojalgo.random.Weibull
- getExpected(double) - Method in class org.ojalgo.random.process.AbstractProcess
- getExpected(double) - Method in class org.ojalgo.random.process.GaussianProcess
- getExpected(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
-
Expected future value
- getExpected(double) - Method in class org.ojalgo.random.process.PoissonProcess
- getExpected(double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getExpected(double) - Method in class org.ojalgo.random.process.WienerProcess
- getExpression() - Method in class org.ojalgo.optimisation.FileFormatMPS.Row
- getExpression(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getExpressions() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getFactory() - Method in class org.ojalgo.ann.NetworkBuilder
- getFactory() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getFiles() - Method in class org.ojalgo.netio.ReaderWriterBuilder
- getFirst() - Method in class org.ojalgo.random.SampleSet
- getFirstKey() - Method in class org.ojalgo.series.primitive.CoordinatedSet
- getFixedVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getFloat(long) - Static method in class org.ojalgo.type.NativeMemory
- getFloat(long, long) - Static method in class org.ojalgo.type.NativeMemory
- getFormat() - Method in class org.ojalgo.optimisation.service.OptimisationService.Problem
- getFormat() - Method in class org.ojalgo.type.context.FormatContext
- getFormat() - Method in class org.ojalgo.type.context.NumberContext
- getFormat() - Method in enum org.ojalgo.type.format.DatePart
- getFormat() - Method in enum org.ojalgo.type.format.DateStyle
- getFormat() - Method in enum org.ojalgo.type.format.NumberStyle
- getFormat(Locale) - Method in enum org.ojalgo.type.format.DatePart
- getFormat(Locale) - Method in enum org.ojalgo.type.format.DateStyle
- getFormat(Locale) - Method in enum org.ojalgo.type.format.NumberStyle
- getFormat(DatePart) - Method in enum org.ojalgo.type.format.DateStyle
- getFormat(DatePart, Locale) - Method in enum org.ojalgo.type.format.DateStyle
- getFormat(DateStyle) - Method in enum org.ojalgo.type.format.DatePart
- getFormat(DateStyle, Locale) - Method in enum org.ojalgo.type.format.DatePart
- getFormValue(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- getFormValue(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- getFragmentation() - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
The total number of files/shards.
- getFreeVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getFreeVariables(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- getFrequency(T) - Method in class org.ojalgo.random.FrequencyMap
- getFrobeniusNorm() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getFrobeniusNorm() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
Sometimes also called the Schatten 2-norm or Hilbert-Schmidt norm.
- getFrobeniusNorm() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getFunction() - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- getFunction() - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- getFunction() - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
- getFunction(AggregatorSet<N>) - Method in enum org.ojalgo.function.aggregator.Aggregator
- getFunction(FunctionSet<N>) - Method in class org.ojalgo.type.context.NumberContext
- getGapTolerance() - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- getGapTolerance() - Method in interface org.ojalgo.optimisation.integer.IntegerStrategy
-
The MIP gap is the difference between the best integer solution found so far and a node's relaxed non-integer solution.
- getGapTolerance() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- getGaussianKernel(double, int) - Static method in class org.ojalgo.data.image.ImageData
- getGeometricMean() - Method in class org.ojalgo.random.LogNormal
-
The geometric mean is also the median
- getGeometricStandardDeviation() - Method in class org.ojalgo.random.LogNormal
- getGMICutConfiguration() - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- getGMICutConfiguration() - Method in interface org.ojalgo.optimisation.integer.IntegerStrategy
- getGMICutConfiguration() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.AffineFunction
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.ConstantFunction
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.LinearFunction
- getGradient(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
-
The gradient of a scalar field is a vector field that points in the direction of the greatest rate of increase of the scalar field, and whose magnitude is that rate of increase.
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.QuadraticFunction
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- getGradient(Access1D<N>) - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- getGreen() - Method in class org.ojalgo.type.ColourData
- getGrowthStrategy() - Method in class org.ojalgo.array.StrategyBuildingFactory
- getH() - Method in interface org.ojalgo.matrix.decomposition.Hessenberg
- getH() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- getHeaders() - Method in class org.ojalgo.netio.ServiceClient.Response
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.AffineFunction
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.ConstantFunction
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.LinearFunction
- getHessian(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
-
The Hessian matrix or Hessian is a square matrix of second-order partial derivatives of a function.
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.QuadraticFunction
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- getHessian(Access1D<N>) - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- getHistoricalData() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getHistoricalData() - Method in interface org.ojalgo.data.domain.finance.series.FinanceData
- getHistoricalData() - Method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- getHistoricalPrices() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getHistoricalPrices() - Method in interface org.ojalgo.data.domain.finance.series.FinanceData
-
Deprecated.v52 Use
FinanceData.getHistoricalData()
instead. - getHistoricalPrices() - Method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- getHundredYearsAgo() - Static method in class org.ojalgo.type.TypeUtils
- getIfPresent(K) - Method in class org.ojalgo.type.ForgetfulMap
-
Returns the value associated with the
key
in this cache, ornull
if there is no cached value for thekey
. - getImage() - Method in class org.ojalgo.data.image.ImageData
- getImaginary() - Method in class org.ojalgo.matrix.MatrixC128
- getImaginary() - Method in class org.ojalgo.scalar.ComplexNumber
- getImaginaryParts() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Return the imaginary parts of the eigenvalues
- getIncluded() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getIncluded() - Method in class org.ojalgo.type.IndexSelector
- getIncluded(int) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getIndex() - Method in class org.ojalgo.optimisation.Variable
- getIndex(int) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
The variable's global index
- getIndexInSolver(int) - Method in class org.ojalgo.optimisation.IntermediateSolver
- getIndexInSolver(ExpressionsBasedModel, Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- getIndexInSolver(ExpressionsBasedModel, Variable) - Method in class org.ojalgo.optimisation.linear.LinearSolver.ModelIntegration
- getIndexInSolver(ExpressionsBasedModel, Variable) - Method in class org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
- getIndexInSolver(ExpressionsBasedModel, Variable) - Method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- getInfeasibility() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- getInfeasibility() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getInfeasibility() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- getInfeasibility(int) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- getInfeasibility(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getInfeasibility(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getInformationBits() - Method in enum org.ojalgo.machine.JavaType
- getInitialValue() - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
- getInPlace() - Method in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- getInput() - Method in class org.ojalgo.ann.WrappedANN
- getInput(int) - Method in class org.ojalgo.ann.WrappedANN
- getInputStream() - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- getInputStream() - Method in interface org.ojalgo.data.domain.finance.series.DataFetcher
- getInputStream() - Method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- getInputStream() - Method in class org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
Deprecated.
- getInputStream() - Method in class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- getInputStream() - Method in class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- getInputStream() - Method in class org.ojalgo.netio.ResourceLocator
- getInputStream() - Method in class org.ojalgo.netio.ResourceLocator.Response
-
Open a connection and get the input stream.
- getInstance() - Static method in class org.ojalgo.netio.Password
- getInt(long) - Static method in class org.ojalgo.type.NativeMemory
- getInt(long, long) - Static method in class org.ojalgo.type.NativeMemory
- getInteger(Locale) - Static method in class org.ojalgo.type.context.NumberContext
- getIntegerVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getIntegerVariables(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- getIntegralityTolerance() - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- getIntegralityTolerance() - Method in interface org.ojalgo.optimisation.integer.IntegerStrategy
-
Used to determine if a variable value is integer or not
- getIntegralityTolerance() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- getIntegration() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getIntegration() - Method in class org.ojalgo.optimisation.IntermediateSolver
- getInternalData() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- getInternally(int) - Method in class org.ojalgo.array.SparseArray
- getInternalStore() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- getInterpreter() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- getInterquartileRange() - Method in class org.ojalgo.random.SampleSet
- getIntPower(int) - Static method in class org.ojalgo.function.special.PowerOf2
- getInverse() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- getInverse() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getInverse() - Method in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- getInverse() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
-
The output must be a "right inverse" and a "generalised inverse".
- getInverse() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getInverse() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getInverse() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getInverse() - Method in class org.ojalgo.matrix.decomposition.RawQR
- getInverse() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getInverse() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getInverse(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- getInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- getInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- getInverse(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getInverse(PhysicalStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
-
Implementing this method is optional.
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getInverse(PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getInverseOldVersion(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getInverseProvider(boolean) - Method in class org.ojalgo.matrix.BasicMatrix
- getInvQC() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getIterationA() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getIterationA() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationA() - Method in class org.ojalgo.optimisation.convex.QPESolver
- getIterationB() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getIterationB() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationB() - Method in class org.ojalgo.optimisation.convex.QPESolver
- getIterationC() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getIterationC() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationC() - Method in class org.ojalgo.optimisation.convex.QPESolver
- getIterationKKT() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getIterationKKT() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationKKT() - Method in class org.ojalgo.optimisation.convex.UnconstrainedSolver
- getIterationL(int[]) - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationQ() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationRHS() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getIterationRHS() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getIterationRHS() - Method in class org.ojalgo.optimisation.convex.UnconstrainedSolver
- getIterationsLimit() - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- getIterationX() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getJavaClass() - Method in enum org.ojalgo.machine.JavaType
- getJavaClass() - Method in enum org.ojalgo.type.math.MathType
- getJavaType() - Method in enum org.ojalgo.type.math.MathType
- getKey() - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- getKey() - Method in class org.ojalgo.optimisation.service.OptimisationService.Problem
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- getKey() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- getKey() - Method in class org.ojalgo.type.keyvalue.EntrySet.EntryView
- getKey() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- getKey() - Method in interface org.ojalgo.type.keyvalue.KeyValue
- getKey(int) - Method in class org.ojalgo.type.keyvalue.EntrySet
- getKey(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap
- getKey(int) - Method in interface org.ojalgo.type.keyvalue.Paired
- getKnownSolution() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getKyFanNorm(int) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getKyFanNorm(int) - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
Ky Fan k-norm.
- getKyFanNorm(int) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getL() - Method in interface org.ojalgo.matrix.decomposition.Cholesky
-
Must implement either
Cholesky.getL()
orCholesky.getR()
. - getL() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- getL() - Method in interface org.ojalgo.matrix.decomposition.LDL
-
Must implement either
LDL.getL()
orLDL.getR()
. - getL() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getL() - Method in interface org.ojalgo.matrix.decomposition.LU
- getL() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getL() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getL() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getL() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getLabel() - Method in enum org.ojalgo.type.CalendarDateUnit
- getLargest() - Method in class org.ojalgo.random.SampleSet
-
max(abs(value))
- getLast() - Method in class org.ojalgo.random.SampleSet
- getLastExcluded() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getLastExcluded() - Method in class org.ojalgo.type.IndexSelector
- getLastIncluded() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getLastIncluded() - Method in class org.ojalgo.type.IndexSelector
- getLastKey() - Method in class org.ojalgo.series.function.SeriesForecaster
- getLastKey() - Method in class org.ojalgo.series.primitive.CoordinatedSet
- getLatestFirstKey() - Method in class org.ojalgo.series.CoordinationSet
- getLatestLastKey() - Method in class org.ojalgo.series.CoordinationSet
- getLayers() - Method in class org.ojalgo.ann.NetworkBuilder
- getLinear() - Method in class org.ojalgo.optimisation.Expression
- getLinearEntrySet() - Method in class org.ojalgo.optimisation.Expression
- getLinearFactors(boolean) - Method in class org.ojalgo.function.multiary.AffineFunction
- getLinearFactors(boolean) - Method in class org.ojalgo.function.multiary.ApproximateFunction
- getLinearFactors(boolean) - Method in class org.ojalgo.function.multiary.ConstantFunction
- getLinearFactors(boolean) - Method in class org.ojalgo.function.multiary.LinearFunction
- getLinearFactors(boolean) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
- getLinearFactors(boolean) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- getLinearFactors(boolean) - Method in class org.ojalgo.function.multiary.QuadraticFunction
- getLinearFactors(boolean) - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- getLinearKeySet() - Method in class org.ojalgo.optimisation.Expression
- getLocalDateSeries() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getLocalDateSeries(List<DatePrice>, CalendarDateUnit) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getLocalDateSeries(DenseArray.Factory<Double>) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getLocalDateSeries(CalendarDateUnit) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getLocalDateSeries(CalendarDateUnit, DenseArray.Factory<Double>) - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getLogicalWeights() - Method in class org.ojalgo.ann.CalculationLayer
- getLong(long) - Static method in class org.ojalgo.type.NativeMemory
- getLong(long, long) - Static method in class org.ojalgo.type.NativeMemory
- getLong(TemporalField) - Method in class org.ojalgo.type.CalendarDate
- getLongPower(int) - Static method in class org.ojalgo.function.special.PowerOf2
- getLossProbability() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- getLossProbability(Number) - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- getLower(boolean) - Method in class org.ojalgo.optimisation.ModelEntity
- getLowerBound(int) - Method in class org.ojalgo.optimisation.integer.NodeKey
- getLowerBound(int) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getLowerBound(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getLowerBounds() - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- getLowerBounds() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getLowerBounds() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getLowerBounds(double) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getLowerConfidenceQuantile(double) - Method in interface org.ojalgo.random.ContinuousDistribution
- getLowerConfidenceQuantile(double) - Method in class org.ojalgo.random.process.AbstractProcess
-
The same thing can be achieved by first calling
RandomProcess.getDistribution(double)
with argumant1.0
, and thenContinuousDistribution.getQuantile(double)
(but with different input argument). - getLowerConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.AbstractProcess
- getLowerConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.GaussianProcess
- getLowerConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getLowerConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.PoissonProcess
- getLowerConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getLowerConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.WienerProcess
- getLowerGap(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The "distance" from the current basic value to the lower bound.
- getLowerLimit() - Method in class org.ojalgo.optimisation.ModelEntity
- getLowerLimit() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The lower limit/bound - may return null.
- getLowerLimit(boolean, double) - Method in class org.ojalgo.optimisation.ModelEntity
- getLowerLimit(boolean, BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- getLowerSlack() - Method in class org.ojalgo.optimisation.Variable
- getLQ() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
- getLQ() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- getM1(K[]) - Method in class org.ojalgo.random.process.GaussianField
- getM2() - Method in class org.ojalgo.random.process.GaussianField
- getM2differenses() - Method in class org.ojalgo.random.process.GaussianField
- getMainDiagonal() - Method in class org.ojalgo.matrix.store.DiagonalStore
- getMap() - Method in class org.ojalgo.random.FrequencyMap
- getMarketEquilibrium() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getMatchedMultipliers() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
The dual variables or Lagrange multipliers, matched to their respective constraints (model entity and constraint type pairs).
- getMath032() - Method in class org.ojalgo.type.StandardType
- getMath064() - Method in class org.ojalgo.type.StandardType
- getMath128() - Method in class org.ojalgo.type.StandardType
- getMathContext() - Method in class org.ojalgo.type.context.NumberContext
- getMathType() - Method in class org.ojalgo.array.Array1D.Factory
- getMathType() - Method in class org.ojalgo.array.Array2D.Factory
- getMathType() - Method in class org.ojalgo.array.ArrayAnyD.Factory
- getMathType() - Method in class org.ojalgo.array.BasicArray.Factory
- getMathType() - Method in class org.ojalgo.array.BasicArray
- getMathType() - Method in class org.ojalgo.array.BufferArray.Factory
- getMathType() - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- getMathType() - Method in class org.ojalgo.array.OffHeapArray.Factory
- getMathType() - Method in class org.ojalgo.array.StrategyBuildingFactory
- getMathType() - Method in class org.ojalgo.matrix.MatrixFactory
- getMathType() - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- getMathType() - Method in class org.ojalgo.matrix.store.SparseStore.Factory
- getMathType() - Method in interface org.ojalgo.structure.FactorySupplement
- getMathType() - Method in class org.ojalgo.tensor.AnyTensor.Factory
- getMathType() - Method in class org.ojalgo.tensor.MatrixTensor.Factory
- getMathType() - Method in class org.ojalgo.tensor.TensorFactory1D
- getMathType() - Method in class org.ojalgo.tensor.TensorFactory2D
- getMathType() - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- getMathType() - Method in class org.ojalgo.tensor.VectorTensor.Factory
- getMatrixAE() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixAE(int) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixAE(int[]) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixAI() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixAI(int) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixAI(int[]) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixBE() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixBI() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixBI(int) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixBI(int[]) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixC() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMatrixQ() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getMaxDim() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getMaxDim() - Method in class org.ojalgo.matrix.store.AbstractStore
- getMaxDim() - Method in class org.ojalgo.matrix.store.GenericStore
- getMaxDim() - Method in class org.ojalgo.matrix.store.R032Store
- getMaxDim() - Method in class org.ojalgo.matrix.store.R064Store
- getMaxDim() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- getMaxDim() - Method in interface org.ojalgo.structure.Structure2D
- getMaximum() - Method in class org.ojalgo.random.SampleSet
-
max(value)
- getMaximumFrequenecy() - Method in class org.ojalgo.random.FrequencyMap
- getMean() - Method in class org.ojalgo.random.SampleSet
- getMean() - Method in class org.ojalgo.random.scedasticity.ARCH
- getMean() - Method in class org.ojalgo.random.scedasticity.GARCH
- getMean() - Method in class org.ojalgo.random.scedasticity.Homoscedastic
- getMean() - Method in interface org.ojalgo.random.scedasticity.ScedasticityModel
- getMeanReturn() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- getMeanReturn() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getMeanReturn() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
The mean/expected return of this instrument.
- getMeanReturn() - Method in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- getMeanReturn() - Method in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- getMeanReturn() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getMeanReturn(int) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getMedian() - Method in class org.ojalgo.random.SampleSet
-
Potentially expensive as it requires copying and sorting of the samples.
- getMemory() - Static method in class org.ojalgo.machine.VirtualMachine
- getMidrange() - Method in class org.ojalgo.random.SampleSet
-
The mean of the highest and lowest values.
- getMinDim() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getMinDim() - Method in class org.ojalgo.matrix.store.AbstractStore
- getMinDim() - Method in class org.ojalgo.matrix.store.GenericStore
- getMinDim() - Method in class org.ojalgo.matrix.store.R032Store
- getMinDim() - Method in class org.ojalgo.matrix.store.R064Store
- getMinDim() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- getMinDim() - Method in interface org.ojalgo.structure.Structure2D
- getMinimum() - Method in class org.ojalgo.random.SampleSet
-
min(value)
- getMinimumDisplacement(int, double) - Method in class org.ojalgo.optimisation.integer.NodeKey
- getMode() - Method in class org.ojalgo.random.FrequencyMap
- getModel() - Method in class org.ojalgo.optimisation.Expression
- getModel() - Method in class org.ojalgo.optimisation.FileFormatMPS
- getModel() - Method in class org.ojalgo.optimisation.IntermediateSolver
- getModuloMask() - Method in class org.ojalgo.function.special.PowerOf2.IntPower
- getModuloMask() - Method in class org.ojalgo.function.special.PowerOf2.LongPower
- getModulus() - Method in class org.ojalgo.matrix.MatrixC128
- getModulus() - Method in class org.ojalgo.scalar.ComplexNumber
- getMoment() - Method in class org.ojalgo.type.StandardType
- getMoney() - Method in class org.ojalgo.type.StandardType
- getMultipliers() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
The dual variables or Lagrange multipliers associated with the problem.
- getMultiplierScale() - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- getName() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- getName() - Method in class org.ojalgo.netio.InMemoryFile
-
File Name
- getName() - Method in class org.ojalgo.optimisation.ModelEntity
- getName() - Method in interface org.ojalgo.series.BasicSeries
- getName() - Method in class org.ojalgo.series.MappedIndexSeries
- getName() - Method in class org.ojalgo.series.TreeSeries
- getNegativeVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getNegativeVariables(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- getNormalisedRandomIncrement() - Method in class org.ojalgo.random.process.AbstractProcess
- getNormalisedRandomIncrement() - Method in class org.ojalgo.random.process.GaussianProcess
- getNormalisedRandomIncrement() - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getNormalisedRandomIncrement() - Method in class org.ojalgo.random.process.PoissonProcess
- getNormalisedRandomIncrement() - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getNormalisedRandomIncrement() - Method in class org.ojalgo.random.process.WienerProcess
- getNormZ() - Method in class org.ojalgo.data.transform.ZTransform
- getNumber() - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- getNumber() - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- getNumbers() - Method in class org.ojalgo.random.SampleSet.CombineableSet
- getNumberSet() - Method in enum org.ojalgo.type.math.MathType
- getNumerator() - Method in class org.ojalgo.scalar.RationalNumber
- getObjective() - Method in class org.ojalgo.optimisation.convex.ConvexData
- getObjective() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- getObjective() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getObjective() - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- getObjective(Class<T>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getObjectiveConstant() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getObservations() - Method in class org.ojalgo.random.process.GaussianField
- getObservations() - Method in class org.ojalgo.random.process.MultipleValuesBasedProcess
- getOffset() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- getOffset() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- getOperatorNorm() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
-
Two norm
- getOperatorNorm() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- getOperatorNorm() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getOptimisationOptions() - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- getOptimisationSense() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
The default optimisation sense is
Optimisation.Sense.MIN
If this model was read from a file and that file format contained information about being a minimisation or maximisation model, that info is reflected here. - getOrDefault(Object, V) - Method in class org.ojalgo.series.TreeSeries
- getOrDefault(Object, V) - Method in class org.ojalgo.type.collection.CloseableMap
- getOrder() - Method in class org.ojalgo.matrix.decomposition.Pivot
- getOrderedKeys() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- getOriginal() - Method in class org.ojalgo.matrix.store.TransjugatedStore
- getOriginalReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- getOriginalWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- getOutput() - Method in class org.ojalgo.ann.WrappedANN
- getOutput(int) - Method in class org.ojalgo.ann.WrappedANN
- getOutputActivator() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- getOutputActivator() - Method in class org.ojalgo.ann.WrappedANN
- getPair(int) - Method in class org.ojalgo.type.keyvalue.EntrySet
- getPair(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap
- getPair(int) - Method in interface org.ojalgo.type.keyvalue.Paired
- getParallelism() - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
Will always be power of 2
- getParallelism() - Method in class org.ojalgo.netio.ReaderWriterBuilder
- getParameter() - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
- getParameter() - Method in class org.ojalgo.type.StandardType
- getParameter(String) - Method in class org.ojalgo.netio.ServiceClient.Session
- getParameters() - Method in class org.ojalgo.netio.ServiceClient.Session
- getParameterValue(String) - Method in class org.ojalgo.netio.ResourceLocator.Session
- getPart() - Method in class org.ojalgo.type.context.DateContext
- getPercent() - Method in class org.ojalgo.type.StandardType
- getPercent(int, Locale) - Static method in class org.ojalgo.type.context.NumberContext
- getPercent(Locale) - Static method in class org.ojalgo.type.context.NumberContext
- getPhaseZ() - Method in class org.ojalgo.data.transform.ZTransform
- getPhysicalFactory() - Method in class org.ojalgo.matrix.MatrixFactory
- getPivot() - Method in class org.ojalgo.equation.Equation
- getPivotOrder() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getPivotOrder() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getPivotOrder() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Pivoting
- getPivotOrder() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getPositiveVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Returns a list of the variables that are not fixed at a specific value and whos range include positive values and/or zero
- getPositiveVariables(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- getPrecision() - Method in class org.ojalgo.type.context.NumberContext
- getPreviousResponse() - Method in class org.ojalgo.netio.ServiceClient.Response
- getPrice() - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- getPrice() - Method in class org.ojalgo.data.domain.finance.series.DatePrice.DefaultDP
- getPrice() - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- getPrice() - Method in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- getPrice() - Method in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- getPrice() - Method in class org.ojalgo.type.StandardType
- getPriceSeries() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getPriceSeries() - Method in interface org.ojalgo.data.domain.finance.series.FinanceData
-
Deprecated.v52 Use
FinanceData.getHistoricalData()
instead. - getPriceSeries() - Method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- getPrimalEnterCandidate(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getPrimeNumber(int) - Static method in class org.ojalgo.function.constant.PrimitiveMath
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialC128
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialQ128
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR128
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- getPrimitiveKeys() - Method in class org.ojalgo.series.CalendarDateSeries
- getPrimitiveTimeSeries() - Method in class org.ojalgo.series.CalendarDateSeries
- getProbability(int) - Method in class org.ojalgo.random.Binomial
- getProbability(int) - Method in interface org.ojalgo.random.DiscreteDistribution
-
Probability density function
- getProbability(int) - Method in class org.ojalgo.random.Geometric
- getProbability(int) - Method in class org.ojalgo.random.Poisson
- getProcessor() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- getPureVersor() - Method in class org.ojalgo.scalar.Quaternion
- getQ() - Method in interface org.ojalgo.matrix.decomposition.Hessenberg
- getQ() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- getQ() - Method in interface org.ojalgo.matrix.decomposition.QR
- getQ() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getQ() - Method in class org.ojalgo.matrix.decomposition.RawQR
-
Generate and return the (economy-sized) orthogonal factor
- getQ() - Method in interface org.ojalgo.matrix.decomposition.Tridiagonal
- getQ() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- getQ() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Quadratic objective: [Q]
- getQuadratic() - Method in class org.ojalgo.optimisation.Expression
- getQuadraticEntrySet() - Method in class org.ojalgo.optimisation.Expression
- getQuadraticKeySet() - Method in class org.ojalgo.optimisation.Expression
- getQuantile(double) - Method in class org.ojalgo.random.Cauchy
- getQuantile(double) - Method in class org.ojalgo.random.ChiSquareDistribution
- getQuantile(double) - Method in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- getQuantile(double) - Method in interface org.ojalgo.random.ContinuousDistribution
-
The quantile function, for any distribution, is defined for real variables between zero and one and is mathematically the inverse of the cumulative distribution function.
- getQuantile(double) - Method in class org.ojalgo.random.Exponential
- getQuantile(double) - Method in class org.ojalgo.random.LogNormal
- getQuantile(double) - Method in class org.ojalgo.random.Normal
- getQuantile(double) - Method in class org.ojalgo.random.TDistribution.Degree1
- getQuantile(double) - Method in class org.ojalgo.random.TDistribution.Degree2
- getQuantile(double) - Method in class org.ojalgo.random.TDistribution.Degree4
- getQuantile(double) - Method in class org.ojalgo.random.TDistribution.DegreeInfinity
- getQuantile(double) - Method in class org.ojalgo.random.TDistribution
- getQuantile(double) - Method in class org.ojalgo.random.Uniform
- getQuantity() - Method in class org.ojalgo.type.StandardType
- getQuartile1() - Method in class org.ojalgo.random.SampleSet
-
https://en.wikipedia.org/wiki/Quartile
- getQuartile2() - Method in class org.ojalgo.random.SampleSet
-
https://en.wikipedia.org/wiki/Quartile
- getQuartile3() - Method in class org.ojalgo.random.SampleSet
-
https://en.wikipedia.org/wiki/Quartile
- getQuery() - Method in class org.ojalgo.netio.ResourceSpecification
- getQueryValue(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- getQueryValue(String) - Method in class org.ojalgo.netio.ResourceSpecification
- getQueryValue(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- getQueueCapacity() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- getQueueCapacity() - Method in class org.ojalgo.netio.ReaderWriterBuilder
- getR() - Method in interface org.ojalgo.matrix.decomposition.Cholesky
-
Must implement either
Cholesky.getL()
orCholesky.getR()
. - getR() - Method in interface org.ojalgo.matrix.decomposition.LDL
-
Must implement either
LDL.getL()
orLDL.getR()
. - getR() - Method in interface org.ojalgo.matrix.decomposition.QR
- getR() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getR() - Method in class org.ojalgo.matrix.decomposition.RawQR
-
Return the upper triangular factor
- getRange() - Method in class org.ojalgo.random.SampleSet
-
The difference between the highest and lowest values.
- getRange(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getRank() - Method in class org.ojalgo.matrix.BasicMatrix
-
The rank of a matrix is the (maximum) number of linearly independent rows or columns it contains.
- getRank() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
-
The best (and most expensive) way to get the effective numerical rank is by calculating a
SingularValue
decomposition and then find the number of nonnegligible singular values. - getRank() - Method in interface org.ojalgo.matrix.Provider2D.Rank
- getRankGeneral() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getRankProvider() - Method in class org.ojalgo.matrix.BasicMatrix
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getRankThreshold() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.RawQR
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getRankThreshold() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getRate() - Method in class org.ojalgo.type.management.Throughput
- getRate() - Method in interface org.ojalgo.type.management.ThroughputMBean
-
The, current, throughput rate (items/second)
- getReader(TextLineReader.Parser<T>) - Method in interface org.ojalgo.data.domain.finance.series.DataFetcher
- getReaderFactory() - Method in class org.ojalgo.data.batch.BatchNode
- getReal() - Method in class org.ojalgo.matrix.MatrixC128
- getReal() - Method in class org.ojalgo.scalar.ComplexNumber
- getRealParts() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Return the real parts of the eigenvalues
- getRed() - Method in class org.ojalgo.type.ColourData
- getReducedCost(int) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- getReducedCost(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getReducedCost(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getReducedPivots() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getReferences() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getRegressionCoefficients(K[]) - Method in class org.ojalgo.random.process.GaussianField
- getRelativeFrequency(T) - Method in class org.ojalgo.random.FrequencyMap
- getRelaxationFactor() - Method in class org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
- getRemainder() - Method in class org.ojalgo.scalar.Quadruple
- getRequest() - Method in class org.ojalgo.netio.ResourceLocator.Response
-
Will recreate the request that resulted in the final response.
- getRequest() - Method in class org.ojalgo.netio.ServiceClient.Request
- getRequest() - Method in class org.ojalgo.netio.ServiceClient.Response
-
Will recreate the request that resulted in the final response.
- getResolution() - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- getResolution() - Method in interface org.ojalgo.data.domain.finance.series.DataFetcher
- getResolution() - Method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- getResolution() - Method in class org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
Deprecated.This will always be by day.
- getResolution() - Method in class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- getResolution() - Method in class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- getResolution() - Method in class org.ojalgo.series.CalendarDateSeries
- getResolution() - Method in class org.ojalgo.series.CoordinationSet
- getResolution() - Method in class org.ojalgo.series.function.SeriesForecaster
- getResponse() - Method in class org.ojalgo.netio.ServiceClient.Response
- getResult() - Method in class org.ojalgo.optimisation.IntermediateSolver
- getResult(String) - Method in class org.ojalgo.optimisation.service.OptimisationService
- getResults() - Method in class org.ojalgo.data.batch.BatchNode.TwoStepWrapper
- getResults() - Method in class org.ojalgo.random.SampleSet.CombineableSet
- getResults() - Method in interface org.ojalgo.type.function.TwoStepMapper
-
Output the mapped results
- getResults() - Method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- getResults() - Method in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- getReturnVariance() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- getReturnVariance() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getReturnVariance() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
The instrument's return variance.
- getReturnVariance() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getReturnVariance(int) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getReversePivotOrder() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getReversePivotOrder() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getReversePivotOrder() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Pivoting
- getReversePivotOrder() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getRGB() - Method in class org.ojalgo.type.ColourData
- getRHS() - Method in class org.ojalgo.equation.Equation
- getRHS() - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- getRiskAversion() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getRiskAversion() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- getRoundingMode() - Method in class org.ojalgo.type.context.NumberContext
- getRow(int) - Method in class org.ojalgo.matrix.store.RowsSupplier
- getRowDim() - Method in class org.ojalgo.array.Array2D
- getRowDim() - Method in class org.ojalgo.data.DataBatch
- getRowDim() - Method in class org.ojalgo.data.image.ImageData
- getRowDim() - Method in class org.ojalgo.matrix.BasicMatrix
- getRowDim() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getRowDim() - Method in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- getRowDim() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- getRowDim() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getRowDim() - Method in class org.ojalgo.matrix.DenseMutator2D
- getRowDim() - Method in class org.ojalgo.matrix.SparseMutator2D
- getRowDim() - Method in class org.ojalgo.matrix.store.AbstractStore
- getRowDim() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- getRowDim() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- getRowDim() - Method in class org.ojalgo.matrix.store.GenericStore
- getRowDim() - Method in class org.ojalgo.matrix.store.MatrixPipeline
- getRowDim() - Method in class org.ojalgo.matrix.store.R032Store
- getRowDim() - Method in class org.ojalgo.matrix.store.R064Store
- getRowDim() - Method in class org.ojalgo.matrix.store.RawStore
- getRowDim() - Method in class org.ojalgo.matrix.store.RowsSupplier
- getRowDim() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- getRowDim() - Method in class org.ojalgo.matrix.store.SparseStore.Builder
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- getRowDim() - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- getRowDim() - Method in class org.ojalgo.matrix.transformation.InvertibleFactor.IdentityFactor
- getRowDim() - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- getRowDim() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- getRowDim() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- getRowDim() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- getRowDim() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- getRowDim() - Method in class org.ojalgo.scalar.ComplexNumber
- getRowDim() - Method in class org.ojalgo.scalar.Quaternion
- getRowDim() - Method in class org.ojalgo.structure.Access2D.SelectionView
- getRowDim() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- getRowDim() - Method in class org.ojalgo.structure.Primitive2D.Simple
- getRowDim() - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- getRowDim() - Method in interface org.ojalgo.structure.Structure2D
- getRowDim() - Method in class org.ojalgo.tensor.MatrixTensor
- getRowObjective() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- getRowsAE() - Method in class org.ojalgo.optimisation.convex.ConvexData
- getRowsAE() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getRowsAI() - Method in class org.ojalgo.optimisation.convex.ConvexData
- getRowsAI() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getRQ() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
- getRQ() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- getSampleDomain(int) - Method in class org.ojalgo.function.series.PeriodicFunction
- getSamples() - Method in class org.ojalgo.random.SampleSet
- getSamples() - Method in class org.ojalgo.series.primitive.CoordinatedSet
- getSamples(UnaryOperator<PrimitiveSeries>) - Method in class org.ojalgo.series.primitive.CoordinatedSet
- getSampleSet(int) - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
- getScalarConstant() - Method in class org.ojalgo.function.multiary.ConstantFunction
- getScalarValue(Access1D<N>) - Method in class org.ojalgo.function.multiary.AffineFunction
- getScalarValue(Access1D<N>) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- getScalarValue(Access1D<N>) - Method in class org.ojalgo.function.multiary.QuadraticFunction
- getScale() - Method in class org.ojalgo.type.context.NumberContext
- getScenario(int) - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
-
A series representing one scenario.
- getSegments() - Method in class org.ojalgo.netio.SegmentedFile
- getSense() - Method in class org.ojalgo.optimisation.service.OptimisationService.Problem
- getSeries(int) - Method in class org.ojalgo.series.primitive.CoordinatedSet
- getSeries(String) - Method in class org.ojalgo.series.function.SeriesFunction
- getSession() - Method in class org.ojalgo.netio.ResourceLocator.Request
- getSession() - Method in class org.ojalgo.netio.ServiceClient
- getSession() - Method in class org.ojalgo.netio.ServiceClient.Request
- getSet() - Static method in class org.ojalgo.function.aggregator.BigAggregator
- getSet() - Static method in class org.ojalgo.function.aggregator.ComplexAggregator
- getSet() - Static method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- getSet() - Static method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- getSet() - Static method in class org.ojalgo.function.aggregator.QuaternionAggregator
- getSet() - Static method in class org.ojalgo.function.aggregator.RationalAggregator
- getSet() - Static method in class org.ojalgo.function.BigFunction
- getSet() - Static method in class org.ojalgo.function.ComplexFunction
- getSet() - Static method in class org.ojalgo.function.PrimitiveFunction
- getSet() - Static method in class org.ojalgo.function.QuadrupleFunction
- getSet() - Static method in class org.ojalgo.function.QuaternionFunction
- getSet() - Static method in class org.ojalgo.function.RationalFunction
- getShardedFile() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- getSharpeRatio() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- getSharpeRatio(Number) - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- getShort(long) - Static method in class org.ojalgo.type.NativeMemory
- getShort(long, long) - Static method in class org.ojalgo.type.NativeMemory
- getSimulator() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation.Generic
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
- getSingularValues() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getSingularValues() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- getSingularValues() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getSingularValues(double[]) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getSingularValues(double[]) - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- getSlack(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- getSlack(int) - Method in interface org.ojalgo.optimisation.ExpressionsBasedModel.EntityMap
-
Returns which model entity, and constraint type, that corresponds to the slack variable at the supplied index.
- getSlack(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- getSlackE() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getSlackI() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getSlackI(int[]) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- getSmallest() - Method in class org.ojalgo.random.SampleSet
-
min(abs(value))
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- getSolution(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
-
[A][X]=[B] or [this][return]=[rhs]
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
Solves [this][X] = [rhs] by first solving
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
Solves [this][X] = [rhs] by first solving
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
-
Implementing this method is optional.
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
Solve [A]*[X]=[B] by first solving [Q]*[Y]=[B] and then [R]*[X]=[Y].
- getSolution(Access2D.Collectable<N, ? super PhysicalStore<N>>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getSolution(NumberContext) - Method in class org.ojalgo.optimisation.Optimisation.Result
-
Will round the solution to the given precision
- getSolutionGeneral(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getSolutionGeneral(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getSolutionL() - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- getSolutionProvider(boolean, Access2D<?>) - Method in class org.ojalgo.matrix.BasicMatrix
- getSolutionQ(Access2D.Collectable<Double, ? super PhysicalStore<Double>>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getSolutionQ(Access2D.Collectable<Double, ? super PhysicalStore<Double>>, PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- getSolutionX() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
-
Solution / Variables: [X]
- getSolver() - Method in class org.ojalgo.optimisation.IntermediateSolver
- getSortedCopy() - Method in class org.ojalgo.random.SampleSet
- getStandardDeviation() - Method in class org.ojalgo.random.AbstractDistribution1D
-
Subclasses must override either getStandardDeviation() or getVariance()!
- getStandardDeviation() - Method in class org.ojalgo.random.Cauchy
- getStandardDeviation() - Method in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- getStandardDeviation() - Method in class org.ojalgo.random.Deterministic
- getStandardDeviation() - Method in interface org.ojalgo.random.Distribution
- getStandardDeviation() - Method in interface org.ojalgo.random.Distribution1D
- getStandardDeviation() - Method in class org.ojalgo.random.Exponential
- getStandardDeviation() - Method in class org.ojalgo.random.Normal
- getStandardDeviation() - Method in class org.ojalgo.random.Normal1D
- getStandardDeviation() - Method in class org.ojalgo.random.process.AbstractProcess
-
Equivalent to calling
RandomProcess.getDistribution(double)
with argumant1.0
, and thenDistribution.getStandardDeviation()
. - getStandardDeviation() - Method in class org.ojalgo.random.RandomNumber
-
Subclasses must override either getStandardDeviation() or getVariance()!
- getStandardDeviation() - Method in class org.ojalgo.random.SampleSet
- getStandardDeviation() - Method in interface org.ojalgo.random.scedasticity.ScedasticityModel
- getStandardDeviation(double) - Method in class org.ojalgo.random.process.AbstractProcess
- getStandardDeviation(double) - Method in class org.ojalgo.random.process.GaussianProcess
- getStandardDeviation(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getStandardDeviation(double) - Method in class org.ojalgo.random.process.PoissonProcess
- getStandardDeviation(double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getStandardDeviation(double) - Method in class org.ojalgo.random.process.WienerProcess
- getStandardScore(int) - Method in class org.ojalgo.random.SampleSet
-
The standard score is the (signed) number of standard deviations an observation or datum is above the mean.
- getState() - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Optimiser
-
You have to call some method that will trigger the calculation (any method that requires the calculation results) before you check the optimisation state.
- getState() - Method in class org.ojalgo.optimisation.GenericSolver
- getState() - Method in class org.ojalgo.optimisation.Optimisation.Result
- getStatisticsCollector() - Method in class org.ojalgo.netio.ReaderWriterBuilder
- getStatus(String) - Method in class org.ojalgo.optimisation.service.OptimisationService
- getStatusCode() - Method in class org.ojalgo.netio.ResourceLocator.Response
- getStatusCode() - Method in class org.ojalgo.netio.ServiceClient.Response
- getStorage() - Method in class org.ojalgo.array.LongToNumberMap
- getStreamReader() - Method in class org.ojalgo.netio.ResourceLocator
-
Open connection and return an input stream reader.
- getStreamReader() - Method in class org.ojalgo.netio.ResourceLocator.Response
-
Open connection and return an input stream reader.
- getString1() - Method in class org.ojalgo.type.StandardType
- getString3() - Method in class org.ojalgo.type.StandardType
- getString9() - Method in class org.ojalgo.type.StandardType
- getStringM() - Method in class org.ojalgo.type.StandardType
- getStructure() - Method in class org.ojalgo.ann.CalculationLayer
- getStyle() - Method in class org.ojalgo.type.context.DateContext
- getSubdiagonal() - Method in class org.ojalgo.matrix.store.DiagonalStore
- getSumOfSquares() - Method in class org.ojalgo.random.SampleSet
-
Sum of squares is a concept that permeates much of inferential statistics and descriptive statistics.
- getSuperdiagonal() - Method in class org.ojalgo.matrix.store.DiagonalStore
- getSymbol() - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- getSymbol() - Method in interface org.ojalgo.data.domain.finance.series.DataFetcher
- getSymbol() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- getSymbol() - Method in interface org.ojalgo.data.domain.finance.series.FinanceData
-
Deprecated.v52 Use
FinanceData.getHistoricalData()
instead. - getSymbol() - Method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- getSymbol() - Method in class org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
Deprecated.
- getSymbol() - Method in class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- getSymbol() - Method in class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- getSymbols() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getText() - Method in class org.ojalgo.type.StandardType
- getThousandYearsAgo() - Static method in class org.ojalgo.type.TypeUtils
- getThousandYearsFromNow() - Static method in class org.ojalgo.type.TypeUtils
- getThreads() - Static method in class org.ojalgo.machine.VirtualMachine
- getThreshold() - Method in class org.ojalgo.data.cluster.PointDistanceCache
- getTime() - Method in class org.ojalgo.type.StandardType
- getTimeBetweenConsecutiveEvents() - Method in class org.ojalgo.random.process.PoissonProcess
- getTimestamp() - Method in class org.ojalgo.type.StandardType
- getTimeUnit() - Method in enum org.ojalgo.type.CalendarDateUnit
- getTitle() - Static method in class org.ojalgo.OjAlgoUtils
- getTotal() - Method in class org.ojalgo.type.management.Throughput
- getTotal() - Method in interface org.ojalgo.type.management.ThroughputMBean
-
The total number of items that passed through here.
- getTotalMemory() - Method in enum org.ojalgo.type.math.MathType
- getTotalWeight() - Method in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- getTrace() - Method in class org.ojalgo.matrix.BasicMatrix
-
The sum of the diagonal elements.
- getTrace() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- getTrace() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
A matrix' trace is the sum of the diagonal elements.
- getTrace() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- getTrace() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- getTrace() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- getTrace() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- getTrace() - Method in interface org.ojalgo.matrix.Provider2D.Trace
- getTraceNorm() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getTraceNorm() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- getTraceNorm() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getType() - Method in class org.ojalgo.netio.InMemoryFile
-
Media (content) Type
- getType() - Method in class org.ojalgo.optimisation.FileFormatMPS.Row
- getU() - Method in interface org.ojalgo.matrix.decomposition.LU
-
http://en.wikipedia.org/wiki/Row_echelon_form
This is the same as [D][U]. - getU() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- getU() - Method in class org.ojalgo.matrix.decomposition.RawLU
- getU() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getU() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
If [A] is m-by-n and its rank is r, then: The first r columns of [U] span the column space, range or image of [A]. The last m-r columns of [U] span the left nullspace or cokernel of [A]. Calculating the QR decomposition of [A] is a faster alternative.
- getU() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getUnit() - Method in class org.ojalgo.type.context.DateContext
- getUnitRoots(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- getUnits() - Method in class org.ojalgo.type.CalendarDateDuration
- getUnits() - Method in enum org.ojalgo.type.CalendarDateUnit
- getUpper(boolean) - Method in class org.ojalgo.optimisation.ModelEntity
- getUpperBound(int) - Method in class org.ojalgo.optimisation.integer.NodeKey
- getUpperBound(int) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getUpperBound(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getUpperBounds() - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- getUpperBounds() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- getUpperBounds() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- getUpperBounds(double) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- getUpperConfidenceQuantile(double) - Method in interface org.ojalgo.random.ContinuousDistribution
- getUpperConfidenceQuantile(double) - Method in class org.ojalgo.random.process.AbstractProcess
-
The same thing can be achieved by first calling
RandomProcess.getDistribution(double)
with argumant1.0
, and thenContinuousDistribution.getQuantile(double)
(but with different input argument). - getUpperConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.AbstractProcess
- getUpperConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.GaussianProcess
- getUpperConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getUpperConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.PoissonProcess
- getUpperConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getUpperConfidenceQuantile(double, double) - Method in class org.ojalgo.random.process.WienerProcess
- getUpperGap(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The "distance" from the current basic value to the upper bound.
- getUpperLimit() - Method in class org.ojalgo.optimisation.ModelEntity
- getUpperLimit() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The upper limit/bound - may return null.
- getUpperLimit(boolean, double) - Method in class org.ojalgo.optimisation.ModelEntity
- getUpperLimit(boolean, BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- getUpperSlack() - Method in class org.ojalgo.optimisation.Variable
- getURI() - Method in class org.ojalgo.netio.ServiceClient.Request
- getURI() - Method in class org.ojalgo.netio.ServiceClient.Response
- getV() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
The columns of [V] represent the eigenvectors of [A] in the sense that [A][V] = [V][D].
- getV() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- getV() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Return the eigenvector matrix
- getV() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- getV() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
If [A] is m-by-n and its rank is r, then: The first r columns of [V] span the row space or coimage of [A]. The last n-r columns of [V] span the nullspace or kernel of [A]. Calculating the QR decomposition of [A]T is a faster alternative.
- getV() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- getValidationFailureHandler() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getValue() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- getValue() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- getValue() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- getValue() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
Objective Function Value
- getValue() - Method in class org.ojalgo.optimisation.Variable
- getValue() - Method in class org.ojalgo.random.process.GaussianProcess
- getValue() - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getValue() - Method in interface org.ojalgo.random.process.Process1D.ComponentProcess
- getValue() - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getValue() - Method in class org.ojalgo.random.process.WienerProcess
- getValue() - Method in interface org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
- getValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- getValue() - Method in class org.ojalgo.type.keyvalue.EntrySet.EntryView
- getValue() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- getValue() - Method in interface org.ojalgo.type.keyvalue.KeyValue
- getValue(int) - Method in class org.ojalgo.random.process.Process1D
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectObject
- getValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- getValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap
- getValue(int) - Method in interface org.ojalgo.type.keyvalue.Paired
- getValue(String, CalendarDate) - Method in class org.ojalgo.series.CoordinationSet
- getValueAtRisk(Number, Number) - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
Value at Risk (VaR) is the maximum loss not exceeded with a given probability defined as the confidence level, over a given period of time.
- getValueAtRisk95() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- getValues() - Method in class org.ojalgo.array.SparseArray
- getValues() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- getValues() - Method in class org.ojalgo.random.process.Process1D
- getValues() - Method in class org.ojalgo.random.SampleSet
- getValues(long, long) - Method in class org.ojalgo.array.SparseArray
- getValueSeries() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- getVariable() - Method in class org.ojalgo.optimisation.FileFormatMPS.Column
- getVariable(int) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- getVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getVariable(int) - Method in class org.ojalgo.optimisation.IntermediateSolver
- getVariable(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getVariableValues() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- getVariableValues(NumberContext) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Null variable values are replaced with 0.0.
- getVariance() - Method in class org.ojalgo.random.AbstractDistribution1D
-
Subclasses must override either getStandardDeviation() or getVariance()!
- getVariance() - Method in class org.ojalgo.random.Binomial
- getVariance() - Method in class org.ojalgo.random.Cauchy
- getVariance() - Method in class org.ojalgo.random.ChiSquareDistribution
- getVariance() - Method in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- getVariance() - Method in class org.ojalgo.random.Deterministic
- getVariance() - Method in interface org.ojalgo.random.Distribution
- getVariance() - Method in interface org.ojalgo.random.Distribution1D
- getVariance() - Method in class org.ojalgo.random.Erlang
- getVariance() - Method in class org.ojalgo.random.Gamma
- getVariance() - Method in class org.ojalgo.random.Geometric
- getVariance() - Method in class org.ojalgo.random.LogNormal
- getVariance() - Method in class org.ojalgo.random.Poisson
- getVariance() - Method in class org.ojalgo.random.process.AbstractProcess
-
Equivalent to calling
RandomProcess.getDistribution(double)
with argumant1.0
, and thenDistribution.getVariance()
. - getVariance() - Method in class org.ojalgo.random.RandomNumber
-
Subclasses must override either getStandardDeviation() or getVariance()!
- getVariance() - Method in class org.ojalgo.random.SampleSet
- getVariance() - Method in class org.ojalgo.random.scedasticity.ARCH
- getVariance() - Method in class org.ojalgo.random.scedasticity.GARCH
- getVariance() - Method in class org.ojalgo.random.scedasticity.Homoscedastic
- getVariance() - Method in interface org.ojalgo.random.scedasticity.ScedasticityModel
- getVariance() - Method in class org.ojalgo.random.TDistribution
- getVariance() - Method in class org.ojalgo.random.Uniform
- getVariance() - Method in class org.ojalgo.random.Weibull
- getVariance(double) - Method in class org.ojalgo.random.process.AbstractProcess
- getVariance(double) - Method in class org.ojalgo.random.process.GaussianProcess
- getVariance(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- getVariance(double) - Method in class org.ojalgo.random.process.PoissonProcess
- getVariance(double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- getVariance(double) - Method in class org.ojalgo.random.process.WienerProcess
- getVectorLength() - Method in class org.ojalgo.scalar.Quaternion
- getVendor() - Static method in class org.ojalgo.OjAlgoUtils
- getVersion() - Static method in class org.ojalgo.OjAlgoUtils
- getViewPortfolios() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- getViewReturns() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
-
Scaled by risk aversion factor.
- getViews() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- getViewVariances() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
-
Scaled by tau / weight on views
- getVolatility() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
Volatility refers to the standard deviation of the change in value of an asset with a specific time horizon.
- getVolatility() - Method in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- getVolatility() - Method in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- getVolatility(int) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getWeight() - Method in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
-
Assuming there is precisely 1 weight - this class is used to describe 1 asset (portfolio member).
- getWeight(int) - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getWeight(int, int) - Method in class org.ojalgo.ann.CalculationLayer
- getWeight(int, int, int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- getWeight(int, int, int) - Method in class org.ojalgo.ann.WrappedANN
- getWeights() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- getWeights() - Method in class org.ojalgo.ann.WrappedANN
- getWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- getWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- getWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
This method returns a list of the weights of the Portfolio's contained assets.
- getWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- getWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- getWeights() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- getWorker(PhysicalStore.Factory<N, ?>) - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- getWorker(PhysicalStore.Factory<N, ?>) - Method in interface org.ojalgo.matrix.transformation.HouseholderReference
- getWorker(PhysicalStore.Factory<N, ?>) - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- getWorkerColumn() - Method in class org.ojalgo.matrix.store.GenericStore
- getWorkerColumn() - Method in class org.ojalgo.matrix.store.R032Store
- getWorkerColumn() - Method in class org.ojalgo.matrix.store.R064Store
- getWorkerPriorities() - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- getWorkerPriorities() - Method in interface org.ojalgo.optimisation.integer.IntegerStrategy
-
There will be 1 worker thread per item in the returned
List
. - getWorkerPriorities() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- getWriteLimit() - Method in class org.ojalgo.type.ForgetfulMap.Builder
- GIGA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- GIGA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- GIGA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- GIGA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- GIGA - Static variable in class org.ojalgo.machine.BasicMachine
- giveBack(T) - Method in class org.ojalgo.type.ObjectPool
- GMI_CUT_CONFIGURATION - Static variable in class org.ojalgo.optimisation.integer.GomorySolver
- GMICutConfiguration() - Constructor for class org.ojalgo.optimisation.integer.IntegerStrategy.GMICutConfiguration
- GMICutConfiguration(double, BigDecimal) - Constructor for class org.ojalgo.optimisation.integer.IntegerStrategy.GMICutConfiguration
- GOLDEN_RATIO - Static variable in class org.ojalgo.function.constant.BigMath
-
https://oeis.org/A001622/constant
- GOLDEN_RATIO - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- GOLDEN_RATIO - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- GOLDEN_RATIO - Static variable in class org.ojalgo.function.constant.RationalMath
- GomorySolver - Class in org.ojalgo.optimisation.integer
-
An alternative MIP solver using Gomory Mixed Integer (GMI) cuts – purely iterative with no branching.
- GomorySolver(ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.integer.GomorySolver
- GomorySolver.ModelIntegration - Class in org.ojalgo.optimisation.integer
- goToColumn(long) - Method in class org.ojalgo.structure.Access2D.ColumnView
- goToMatrix(long) - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
-
Move the view to a specific matrix.
- goToRow(long) - Method in class org.ojalgo.structure.Access2D.RowView
- goToVector(long) - Method in class org.ojalgo.structure.AccessAnyD.VectorView
-
Move the view to a specific vector.
- GreedyClustering<T> - Class in org.ojalgo.data.cluster
-
Greedy clustering algorithm.
- GreedyClustering(Function<Collection<T>, T>, ToDoubleBiFunction<T, T>, double) - Constructor for class org.ojalgo.data.cluster.GreedyClustering
- Group - Interface in org.ojalgo.algebra
-
A group is a set of elements paired with a binary operation.
- GROUP - Static variable in class org.ojalgo.concurrent.DaemonPoolExecutor
- Group.Additive<T> - Interface in org.ojalgo.algebra
- Group.Multiplicative<T> - Interface in org.ojalgo.algebra
- grow() - Method in class org.ojalgo.array.SegmentedArray
-
Will either grow the last segment to be the same size as all the others, or add another segment (with the same size).
- grow() - Method in class org.ojalgo.type.IndexSelector
-
Randomly include 1 of the currently excluded
- grow(int) - Method in class org.ojalgo.array.GrowthStrategy
- grow(long) - Method in class org.ojalgo.array.GrowthStrategy
- GrowthStrategy - Class in org.ojalgo.array
-
To be used by non fixed size data structures that delegate the actual storage to a DenseArray.
- GrowthStrategy(GrowthStrategy.Builder) - Constructor for class org.ojalgo.array.GrowthStrategy
- GrowthStrategy.Builder - Class in org.ojalgo.array
- GUCE_OATH_COM - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
H
- H - org.ojalgo.algebra.NumberSet
-
Quaternions
- H256 - org.ojalgo.type.math.MathType
-
Quaternion: 4 * double
- H256 - Static variable in class org.ojalgo.array.Array1D
- H256 - Static variable in class org.ojalgo.array.Array2D
- H256 - Static variable in class org.ojalgo.array.ArrayAnyD
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.Bidiagonal
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.Cholesky
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.Eigenvalue
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.Hessenberg
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.LDL
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.LU
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.QR
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.SingularValue
- H256 - Static variable in interface org.ojalgo.matrix.decomposition.Tridiagonal
- H256 - Static variable in class org.ojalgo.matrix.store.GenericStore
- H256 - Static variable in class org.ojalgo.matrix.store.SparseStore
- H256 - Static variable in interface org.ojalgo.matrix.task.DeterminantTask
- H256 - Static variable in interface org.ojalgo.matrix.task.InverterTask
- H256 - Static variable in interface org.ojalgo.matrix.task.SolverTask
- H256() - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.CholeskyDecomposition.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.DeferredTridiagonal.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.HessenbergDecomposition.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.LDLDecomposition.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.LUDecomposition.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.H256
- H256() - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.H256
- H256(boolean) - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.H256
- H256(boolean) - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.H256
- H256(boolean) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.H256
- HALF - Static variable in class org.ojalgo.function.constant.BigMath
- HALF - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- HALF - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- HALF - Static variable in class org.ojalgo.function.constant.RationalMath
- HALF_PI - Static variable in class org.ojalgo.function.constant.BigMath
- HALF_PI - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- HALF_PI - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- HALF_PI - Static variable in class org.ojalgo.function.constant.RationalMath
- HALF_SQUARED_DIFFERENCE - org.ojalgo.ann.ArtificialNeuralNetwork.Error
- halve() - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- handle(Optimisation.Result) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.BinaryContext
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.BooleanContext
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.DateContext
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.FormatContext
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.GenericContext
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.NumberContext
- handleFormatException(Format, Object) - Method in class org.ojalgo.type.context.StringContext
- handleIterationResults(boolean, R064Store, int[], int[]) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- handleIterationSolution(R064Store, int[]) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.BinaryContext
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.BooleanContext
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.DateContext
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.FormatContext
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.GenericContext
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.NumberContext
- handleParseException(Format, String) - Method in class org.ojalgo.type.context.StringContext
- Hardware - Class in org.ojalgo.machine
-
The first element in the array should correspond to total system resources; the total amount of RAM and the total number of threads (Typically the same as what is returned by Runtime.availableProcessors()).
- Hardware(String, BasicMachine[]) - Constructor for class org.ojalgo.machine.Hardware
-
new BasicMachine[] { SYSTEM, L3, L2, L1 }
ornew BasicMachine[] { SYSTEM, L2, L1 }
or in worst casenew BasicMachine[] { SYSTEM, L1 }
- hasEqualityConstraints() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- hashCode() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- hashCode() - Method in class org.ojalgo.ann.CalculationLayer
- hashCode() - Method in class org.ojalgo.ann.LayerTemplate
- hashCode() - Method in class org.ojalgo.ann.NetworkBuilder
- hashCode() - Method in class org.ojalgo.ann.NetworkTrainer
- hashCode() - Method in class org.ojalgo.ann.TrainingConfiguration
- hashCode() - Method in class org.ojalgo.ann.WrappedANN
- hashCode() - Method in class org.ojalgo.array.Array1D
- hashCode() - Method in class org.ojalgo.array.Array2D
- hashCode() - Method in class org.ojalgo.array.ArrayAnyD
- hashCode() - Method in class org.ojalgo.array.ArrayR032
- hashCode() - Method in class org.ojalgo.array.ArrayR064
- hashCode() - Method in class org.ojalgo.array.BasicArray
- hashCode() - Method in class org.ojalgo.array.ReferenceTypeArray
- hashCode() - Method in class org.ojalgo.data.cluster.Point
- hashCode() - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- hashCode() - Method in class org.ojalgo.data.domain.finance.series.DataSource
- hashCode() - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- hashCode() - Method in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- hashCode() - Method in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- hashCode() - Method in class org.ojalgo.equation.Equation
- hashCode() - Method in class org.ojalgo.function.multiary.ApproximateFunction
- hashCode() - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- hashCode() - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- hashCode() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- hashCode() - Method in class org.ojalgo.machine.BasicMachine
- hashCode() - Method in class org.ojalgo.machine.CommonMachine
- hashCode() - Method in class org.ojalgo.machine.Hardware
- hashCode() - Method in class org.ojalgo.machine.VirtualMachine
- hashCode() - Method in class org.ojalgo.matrix.BasicMatrix
- hashCode() - Method in class org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
- hashCode() - Method in class org.ojalgo.matrix.store.AbstractStore
- hashCode() - Method in class org.ojalgo.matrix.store.FactoryStore
- hashCode() - Method in class org.ojalgo.matrix.store.GenericStore
- hashCode() - Method in class org.ojalgo.matrix.store.R032Store
- hashCode() - Method in class org.ojalgo.matrix.store.R064Store
- hashCode() - Method in class org.ojalgo.matrix.store.RawStore
- hashCode() - Method in class org.ojalgo.matrix.store.SparseStore
- hashCode() - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- hashCode() - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- hashCode() - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- hashCode() - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- hashCode() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- hashCode() - Method in class org.ojalgo.netio.CharacterRing
- hashCode() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- hashCode() - Method in class org.ojalgo.netio.ResourceLocator.Request
- hashCode() - Method in class org.ojalgo.netio.ResourceLocator.Session
- hashCode() - Method in class org.ojalgo.netio.ResourceSpecification
- hashCode() - Method in class org.ojalgo.netio.SegmentedFile.Segment
- hashCode() - Method in class org.ojalgo.netio.ServiceClient
- hashCode() - Method in class org.ojalgo.netio.ServiceClient.Request
- hashCode() - Method in class org.ojalgo.netio.ServiceClient.Response
- hashCode() - Method in class org.ojalgo.netio.ShardedFile
- hashCode() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- hashCode() - Method in class org.ojalgo.optimisation.integer.NodeKey
- hashCode() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- hashCode() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- hashCode() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- hashCode() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- hashCode() - Method in class org.ojalgo.optimisation.ModelEntity
- hashCode() - Method in class org.ojalgo.optimisation.Optimisation.Result
- hashCode() - Method in class org.ojalgo.optimisation.service.OptimisationService.Problem
- hashCode() - Method in class org.ojalgo.scalar.BigScalar
- hashCode() - Method in class org.ojalgo.scalar.ComplexNumber
- hashCode() - Method in class org.ojalgo.scalar.PrimitiveScalar
- hashCode() - Method in class org.ojalgo.scalar.Quadruple
- hashCode() - Method in class org.ojalgo.scalar.Quaternion
- hashCode() - Method in class org.ojalgo.scalar.RationalNumber
- hashCode() - Method in class org.ojalgo.series.TreeSeries
- hashCode() - Method in class org.ojalgo.structure.Structure1D.IntIndex
- hashCode() - Method in class org.ojalgo.structure.Structure1D.LongIndex
- hashCode() - Method in class org.ojalgo.structure.Structure2D.IntRowColumn
- hashCode() - Method in class org.ojalgo.structure.Structure2D.LongRowColumn
- hashCode() - Method in class org.ojalgo.structure.Structure2D.RowColumnKey
- hashCode() - Method in class org.ojalgo.structure.StructureAnyD.IntReference
- hashCode() - Method in class org.ojalgo.structure.StructureAnyD.LongReference
- hashCode() - Method in class org.ojalgo.tensor.AnyTensor.Factory
- hashCode() - Method in class org.ojalgo.tensor.AnyTensor
- hashCode() - Method in class org.ojalgo.tensor.ArrayBasedTensor.Factory
- hashCode() - Method in class org.ojalgo.tensor.ArrayBasedTensor
- hashCode() - Method in class org.ojalgo.tensor.MatrixTensor.Factory
- hashCode() - Method in class org.ojalgo.tensor.MatrixTensor
- hashCode() - Method in class org.ojalgo.tensor.TensorFactory1D
- hashCode() - Method in class org.ojalgo.tensor.TensorFactory2D
- hashCode() - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- hashCode() - Method in class org.ojalgo.tensor.VectorTensor.Factory
- hashCode() - Method in class org.ojalgo.tensor.VectorTensor
- hashCode() - Method in class org.ojalgo.type.CalendarDate
- hashCode() - Method in class org.ojalgo.type.CalendarDateDuration
- hashCode() - Method in class org.ojalgo.type.collection.CloseableList
- hashCode() - Method in class org.ojalgo.type.collection.CloseableMap
- hashCode() - Method in class org.ojalgo.type.context.NumberContext
- hashCode() - Method in class org.ojalgo.type.ForgetfulMap.CachedValue
- hashCode() - Method in class org.ojalgo.type.ForgetfulMap
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- hashCode() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- hashCode() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- hasInequalityConstraints() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- hasNext() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- hasNext() - Method in class org.ojalgo.netio.SupplierIterator
- hasNext() - Method in class org.ojalgo.structure.Access1D.ElementView
- hasNext() - Method in class org.ojalgo.structure.Access2D.ColumnView
- hasNext() - Method in class org.ojalgo.structure.Access2D.ElementView
- hasNext() - Method in class org.ojalgo.structure.Access2D.RowView
- hasNext() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- hasNext() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- hasNext() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- hasNext() - Method in class org.ojalgo.structure.Iterator1D
- hasNext() - Method in class org.ojalgo.type.keyvalue.EntrySet.ViewingIterator
- hasPrevious() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- hasPrevious() - Method in class org.ojalgo.structure.Access1D.ElementView
- hasPrevious() - Method in class org.ojalgo.structure.Access2D.ColumnView
- hasPrevious() - Method in class org.ojalgo.structure.Access2D.ElementView
- hasPrevious() - Method in class org.ojalgo.structure.Access2D.RowView
- hasPrevious() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- hasPrevious() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- hasPrevious() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- hasPrevious() - Method in interface org.ojalgo.structure.ElementView1D
- hasPrevious() - Method in class org.ojalgo.structure.Iterator1D
- HEAD - org.ojalgo.netio.ResourceLocator.Method
- header(String, String) - Method in class org.ojalgo.netio.ServiceClient.Request
- headMap(long) - Method in class org.ojalgo.array.LongToNumberMap
- headMap(Long) - Method in class org.ojalgo.array.LongToNumberMap
- headMap(K) - Method in class org.ojalgo.series.MappedIndexSeries
- headMap(K) - Method in class org.ojalgo.series.TreeSeries
- headMap(K, boolean) - Method in class org.ojalgo.series.TreeSeries
- headMap(CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
- headMap(CalendarDate, boolean) - Method in class org.ojalgo.series.CalendarDateSeries
- HECTO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- HECTO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- HECTO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- HECTO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- hermitian(boolean) - Method in class org.ojalgo.matrix.BasicMatrix
- hermitian(boolean) - Method in interface org.ojalgo.matrix.store.MatrixStore
- hermitian(boolean) - Method in interface org.ojalgo.structure.Structure2D.Logical
-
Similar to
Structure2D.Logical.symmetric(boolean)
but in addition the mirrored elements are conjugated. - HermitianEvD<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
-
Eigenvalues and eigenvectors of a real matrix.
- HermitianEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD
- HermitianEvD(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, TridiagonalDecomposition<N>) - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD
- HermitianEvD.C128 - Class in org.ojalgo.matrix.decomposition
- HermitianEvD.H256 - Class in org.ojalgo.matrix.decomposition
- HermitianEvD.Q128 - Class in org.ojalgo.matrix.decomposition
- HermitianEvD.R064 - Class in org.ojalgo.matrix.decomposition
- HermitianEvD.R128 - Class in org.ojalgo.matrix.decomposition
- HermitianRank2Update - Class in org.ojalgo.array.operation
-
[A] -= ([a][b]c+[b][a]c)
[A] is assumed to be hermitian (square symmetric) [A] = [A]C. - HermitianRank2Update() - Constructor for class org.ojalgo.array.operation.HermitianRank2Update
- hessenberg(boolean) - Method in class org.ojalgo.matrix.BasicMatrix
- hessenberg(boolean) - Method in interface org.ojalgo.matrix.store.MatrixStore
- hessenberg(boolean) - Method in interface org.ojalgo.structure.Structure2D.Logical
- Hessenberg<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Hessenberg: [A] = [Q][H][Q]T A general square matrix [A] can be decomposed by orthogonal similarity transformations into the form [A]=[Q][H][Q]T where [H] is upper (or lower) hessenberg matrix [Q] is orthogonal/unitary
- Hessenberg.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- HessenbergDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- HessenbergDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- HessenbergDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- HessenbergDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- HessenbergDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- HessenbergDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- HessenbergDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
- HEX - Static variable in class org.ojalgo.type.TypeUtils
- high - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- high - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- high - Variable in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- high - Variable in class org.ojalgo.matrix.transformation.Rotation
- higherEntry(K) - Method in class org.ojalgo.series.TreeSeries
- higherKey(K) - Method in class org.ojalgo.series.TreeSeries
- Homoscedastic - Class in org.ojalgo.random.scedasticity
- Homoscedastic() - Constructor for class org.ojalgo.random.scedasticity.Homoscedastic
- host(String) - Method in class org.ojalgo.netio.ResourceLocator
- host(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- host(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- HOUR - org.ojalgo.type.CalendarDateUnit
- HOURS_PER_CENTURY - Static variable in class org.ojalgo.type.TypeUtils
- Householder<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.transformation
- Householder.Generic<N extends Scalar<N>> - Class in org.ojalgo.matrix.transformation
- Householder.Primitive32 - Class in org.ojalgo.matrix.transformation
- Householder.Primitive64 - Class in org.ojalgo.matrix.transformation
- HouseholderColumn<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.transformation
- HouseholderColumn(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.transformation.HouseholderColumn
- HouseholderHermitian - Class in org.ojalgo.array.operation
-
Performs Householder transformation from both sides simultaneously assuming that [A] is hermitian (square symmetric) [A] = [A]H.
- HouseholderHermitian() - Constructor for class org.ojalgo.array.operation.HouseholderHermitian
- HouseholderLeft - Class in org.ojalgo.matrix.operation
- HouseholderLeft() - Constructor for class org.ojalgo.matrix.operation.HouseholderLeft
- HouseholderReference<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.transformation
- HouseholderRight - Class in org.ojalgo.matrix.operation
- HouseholderRight() - Constructor for class org.ojalgo.matrix.operation.HouseholderRight
- HouseholderRow<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.transformation
- HouseholderRow(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.transformation.HouseholderRow
- hqr2(double[][], double[], double[], double[][]) - Static method in class org.ojalgo.matrix.decomposition.EvD2D
- hqr2(double[], double[], boolean) - Static method in class org.ojalgo.matrix.decomposition.EvD1D
-
hqr2
- HT - Static variable in class org.ojalgo.netio.ASCII
- HUNDRED - Static variable in class org.ojalgo.function.constant.BigMath
- HUNDRED - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- HUNDRED - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- HUNDRED - Static variable in class org.ojalgo.function.constant.RationalMath
- HUNDREDTH - Static variable in class org.ojalgo.function.constant.BigMath
- HUNDREDTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- HUNDREDTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- HUNDREDTH - Static variable in class org.ojalgo.function.constant.RationalMath
- hypergeometric(double, double, double, double) - Static method in class org.ojalgo.function.special.HypergeometricFunction
- HypergeometricFunction - Class in org.ojalgo.function.special
- HypergeometricFunction() - Constructor for class org.ojalgo.function.special.HypergeometricFunction
- hypot() - Method in class org.ojalgo.function.BigFunction
- hypot() - Method in class org.ojalgo.function.ComplexFunction
- hypot() - Method in class org.ojalgo.function.FunctionSet
- hypot() - Method in class org.ojalgo.function.PrimitiveFunction
- hypot() - Method in class org.ojalgo.function.QuadrupleFunction
- hypot() - Method in class org.ojalgo.function.QuaternionFunction
- hypot() - Method in class org.ojalgo.function.RationalFunction
- hypot(double, double) - Static method in class org.ojalgo.function.special.MissingMath
- hypot(BigDecimal, BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- HYPOT - Static variable in class org.ojalgo.function.constant.BigMath
- HYPOT - Static variable in class org.ojalgo.function.constant.ComplexMath
- HYPOT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- HYPOT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- HYPOT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- HYPOT - Static variable in class org.ojalgo.function.constant.RationalMath
I
- i - Variable in class org.ojalgo.scalar.ComplexNumber
- i - Variable in class org.ojalgo.scalar.Quaternion
- I - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number
i
, Z = (0.0 + 1.0i), satisfies i2 = -1; - I - Static variable in class org.ojalgo.scalar.Quaternion
- I386 - Static variable in class org.ojalgo.machine.VirtualMachine
- id - Variable in class org.ojalgo.data.cluster.Point
- ID - Static variable in class org.ojalgo.ann.FileFormat.Version1
- ID - Static variable in class org.ojalgo.ann.FileFormat.Version2
- ID - Static variable in class org.ojalgo.type.management.MBeanUtils
- identifyNonIntegerVariable(Optimisation.Result, NodeKey, ModelStrategy) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
Should return the index of the (best) integer variable to branch on.
- identifySection(String) - Method in class org.ojalgo.optimisation.FileFormatMPS
- identity(int) - Static method in interface org.ojalgo.matrix.transformation.InvertibleFactor
- identity(int) - Method in class org.ojalgo.tensor.TensorFactory2D
- IDENTITY - org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
(-,+)
- IdentityFactor(int) - Constructor for class org.ojalgo.matrix.transformation.InvertibleFactor.IdentityFactor
- IdentityStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
IdentityStore
- IdentityStore(PhysicalStore.Factory<N, ?>, int) - Constructor for class org.ojalgo.matrix.store.IdentityStore
- IdentityStore(PhysicalStore.Factory<N, ?>, long) - Constructor for class org.ojalgo.matrix.store.IdentityStore
- IDX - Class in org.ojalgo.netio
-
Reads IDX-files as described at THE MNIST DATABASE page.
- IDX() - Constructor for class org.ojalgo.netio.IDX
- IEXTradingFetcher - Class in org.ojalgo.data.domain.finance.series
-
Deprecated.It needs to be updated to function...
- IEXTradingFetcher(String) - Constructor for class org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
Deprecated.Maximum of 5 years data
- IEXTradingParser - Class in org.ojalgo.data.domain.finance.series
-
https://iextrading.com/developer/docs/#chart
- IEXTradingParser() - Constructor for class org.ojalgo.data.domain.finance.series.IEXTradingParser
- IEXTradingParser.Data - Class in org.ojalgo.data.domain.finance.series
- IJK - Static variable in class org.ojalgo.scalar.Quaternion
- ImageData - Class in org.ojalgo.data.image
-
Treats an image as a matrix.
- ImageData(BufferedImage) - Constructor for class org.ojalgo.data.image.ImageData
- ImageData.FrequencyDomainUpdater - Interface in org.ojalgo.data.image
- ImageData.SingleChannel - Class in org.ojalgo.data.image
- ImplicitTimeSeries - Class in org.ojalgo.series.primitive
- ImplicitTimeSeries(Calendar, CalendarDateUnit, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ImplicitTimeSeries
- ImplicitTimeSeries(Date, CalendarDateUnit, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ImplicitTimeSeries
- ImplicitTimeSeries(CalendarDate, CalendarDateUnit, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ImplicitTimeSeries
- include(int) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- include(int) - Method in class org.ojalgo.type.IndexSelector
- include(int...) - Method in class org.ojalgo.type.IndexSelector
- includeAll() - Method in class org.ojalgo.type.IndexSelector
- included - Variable in class org.ojalgo.optimisation.linear.SimplexStore
-
included == in the basis
- includes(Variable) - Method in class org.ojalgo.optimisation.Expression
- Incomplete() - Constructor for class org.ojalgo.function.special.BetaFunction.Incomplete
- Incomplete() - Constructor for class org.ojalgo.function.special.GammaFunction.Incomplete
- INCREASE - org.ojalgo.optimisation.linear.SimplexSolver.Direction
- increment() - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- increment() - Method in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- increment() - Method in class org.ojalgo.type.management.Throughput
- increment(T) - Method in class org.ojalgo.random.FrequencyMap
- incrementAll(Iterable<? extends T>) - Method in class org.ojalgo.random.FrequencyMap
- incrementIterationsCount() - Method in class org.ojalgo.optimisation.GenericSolver
-
Should be called after a completed iteration.
- index - Variable in class org.ojalgo.equation.Equation
-
The row index of the original body matrix, [A].
- index - Variable in class org.ojalgo.optimisation.integer.NodeKey
-
The index of the branched on variable.
- index - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- index - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- index - Variable in class org.ojalgo.structure.Structure1D.IntIndex
- index - Variable in class org.ojalgo.structure.Structure1D.LongIndex
- index - Variable in class org.ojalgo.type.keyvalue.EntrySet.EntryView
- index() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- index() - Method in enum org.ojalgo.scalar.Quaternion.RotationAxis
- index() - Method in class org.ojalgo.structure.Access1D.ElementView
- index() - Method in class org.ojalgo.structure.Access2D.ElementView
- index() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- index() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
-
If the underlying
AccessAnyD
data structure was created as 4x5x7x8, it can be viewed as 7x8 4x5 matrices. - index() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
-
If the underlying
AccessAnyD
data structure was created as 4x5x7, it can be viewed as 5x7 4-dimensional vectors. - index() - Method in interface org.ojalgo.structure.ElementView1D
- index(int[], int[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- index(int[], long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- index(long) - Method in class org.ojalgo.array.SparseArray
- index(long) - Static method in interface org.ojalgo.structure.Structure1D
- index(long[], int[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- index(long[], long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- index(long, long, long) - Static method in interface org.ojalgo.structure.Structure2D
- index(String, Supplier<String>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.FastViewStrategy
- index(String, Supplier<String>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- index(String, Supplier<String>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.QuotedViewStrategy
- index(String, Supplier<String>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- index(StructureAnyD, int[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- index(StructureAnyD, long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- IndexedMap<K,V> - Class in org.ojalgo.type.keyvalue
-
Wrap two arrays (of keys and values) and treat the result as a
Map
. - IndexedMap(EntrySet<K, V>) - Constructor for class org.ojalgo.type.keyvalue.IndexedMap
- IndexedMap.MappedPrimitives<K> - Class in org.ojalgo.type.keyvalue
- indexForNewKey(T) - Method in class org.ojalgo.structure.Structure1D.BasicMapper
- indexOf(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- indexOf(int) - Method in interface org.ojalgo.optimisation.ExpressionsBasedModel.EntityMap
-
Converts from a solver specific variable index to the corresponding index of the variable in the model.
- indexOf(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- indexOf(int) - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- indexOf(int) - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- indexOf(int[], int) - Static method in class org.ojalgo.array.operation.IndexOf
- indexOf(long[], long) - Static method in class org.ojalgo.array.operation.IndexOf
- indexOf(Object) - Method in class org.ojalgo.array.Array1D
- indexOf(Object) - Method in class org.ojalgo.array.NumberList
- indexOf(Object) - Method in class org.ojalgo.type.collection.CloseableList
- indexOf(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- IndexOf - Class in org.ojalgo.array.operation
- IndexOf() - Constructor for class org.ojalgo.array.operation.IndexOf
- indexOfFirst(char) - Method in class org.ojalgo.netio.CharacterRing
- indexOfFreeVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfFreeVariable(int, ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- indexOfFreeVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfFreeVariable(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfIntegerVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfIntegerVariable(int, ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- indexOfIntegerVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfIntegerVariable(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfLargest() - Method in class org.ojalgo.array.Array1D
- indexOfLargest() - Method in class org.ojalgo.array.Array2D
- indexOfLargest() - Method in class org.ojalgo.array.ArrayAnyD
- indexOfLargest() - Method in class org.ojalgo.array.BasicArray
- indexOfLargest() - Method in class org.ojalgo.array.SparseArray
- indexOfLargest() - Method in class org.ojalgo.matrix.BasicMatrix
- indexOfLargest() - Method in interface org.ojalgo.matrix.store.MatrixStore
- indexOfLargest() - Method in class org.ojalgo.matrix.store.RawStore
- indexOfLargest() - Method in class org.ojalgo.matrix.store.SparseStore
- indexOfLargest() - Method in interface org.ojalgo.structure.Access1D.Aggregatable
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayR032
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayR064
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayR256
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayZ008
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayZ016
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayZ032
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ArrayZ064
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.BufferArray
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.PlainArray
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ScalarArray
- indexOfLargest(long, long, long) - Method in class org.ojalgo.array.BasicArray
- indexOfLargest(long, long, long) - Method in class org.ojalgo.array.PlainArray
- indexOfLargest(long, long, long) - Method in class org.ojalgo.array.SparseArray
- indexOfLargestInColumn(int, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- indexOfLargestInRow(int, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- indexOfLargestOnDiagonal(int, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- indexOfLast(char) - Method in class org.ojalgo.netio.CharacterRing
- indexOfNegativeVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfNegativeVariable(int, ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- indexOfNegativeVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfNegativeVariable(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfPositiveVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfPositiveVariable(int, ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- indexOfPositiveVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- indexOfPositiveVariable(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- IndexSelector - Class in org.ojalgo.type
-
An array of int:s (indices) that are partitioned to be either "included" or "excluded".
- IndexSelector() - Constructor for class org.ojalgo.type.IndexSelector
- IndexSelector(int) - Constructor for class org.ojalgo.type.IndexSelector
- IndexSelector(int, int[]) - Constructor for class org.ojalgo.type.IndexSelector
- indices() - Method in class org.ojalgo.array.SparseArray
- inequalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- inequalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- inequalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- inequality(double, double...) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- inequality(double, double...) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- inequality(double, double...) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- infeasibility() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- infeasible() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
-
Node problem infeasible
- INFEASIBLE - org.ojalgo.optimisation.Optimisation.State
-
No solution that complies with all constraints exists (found).
- INFINITY - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number Z = (+∞ + 0.0i)
- INFINITY - Static variable in class org.ojalgo.scalar.Quaternion
- INIT - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- initial() - Method in class org.ojalgo.array.GrowthStrategy.Builder
- initial() - Method in class org.ojalgo.array.GrowthStrategy
- initial(long) - Method in class org.ojalgo.array.GrowthStrategy.Builder
-
Enforced to be >= 1
- initial(long) - Method in class org.ojalgo.array.StrategyBuildingFactory
- initial(IntBinaryOperator) - Method in class org.ojalgo.matrix.store.SparseStore.Factory
-
Specify how to calculate the initial capacity of the sparse store, based on the number of rows and columns.
- INITIAL - Static variable in class org.ojalgo.array.GrowthStrategy.Builder
- initialise(double, double) - Method in class org.ojalgo.random.scedasticity.ARCH
- initialise(double, double) - Method in class org.ojalgo.random.scedasticity.GARCH
- initialise(double, double) - Method in class org.ojalgo.random.scedasticity.Homoscedastic
- initialise(double, double) - Method in interface org.ojalgo.random.scedasticity.ScedasticityModel
- initialise(MultiaryFunction.TwiceDifferentiable<Double>, Access1D<?>) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
-
Initialise the integer significances, based on the objective function gradient.
- initialise(MultiaryFunction.TwiceDifferentiable<Double>, Access1D<?>) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
Called, once, at the very beginning of the solve process.
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.ConstrainedSolver
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.QPESolver
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- initialise(T) - Method in class org.ojalgo.equation.Equation
- initialiseByteArray(long, long) - Static method in class org.ojalgo.type.NativeMemory
- initialiseDoubleArray(long, long) - Static method in class org.ojalgo.type.NativeMemory
- initialiseFloatArray(long, long) - Static method in class org.ojalgo.type.NativeMemory
- initialiseIntArray(long, long) - Static method in class org.ojalgo.type.NativeMemory
- initialiseLongArray(long, long) - Static method in class org.ojalgo.type.NativeMemory
- initialiser(Collection<Point>) - Method in class org.ojalgo.data.cluster.PointDistanceCache
- initialiseShortArray(long, long) - Static method in class org.ojalgo.type.NativeMemory
- initiatePhase1() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- InMemoryFile - Class in org.ojalgo.netio
-
An in-memory "file" that can be used with some
ToFileWriter
and/orFromFileReaderr
implementations instead of aFile
. - InMemoryFile() - Constructor for class org.ojalgo.netio.InMemoryFile
- InMemoryFile(byte[]) - Constructor for class org.ojalgo.netio.InMemoryFile
- InMemoryFile(String) - Constructor for class org.ojalgo.netio.InMemoryFile
- InPlaceDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- InPlaceDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- input(File) - Static method in interface org.ojalgo.netio.FromFileReader
- input(File, OperatorWithException<InputStream>) - Static method in interface org.ojalgo.netio.FromFileReader
- INPUT_TYPE_HIDDEN_NAME_BRAND_BID_VALUE - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- INPUT_TYPE_HIDDEN_NAME_CSRF_TOKEN_VALUE - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- inputs - Variable in class org.ojalgo.ann.LayerTemplate
- INSERT - org.ojalgo.type.Operation
- INSTANCE - Static variable in class org.ojalgo.concurrent.DaemonPoolExecutor
- INSTANCE - Static variable in class org.ojalgo.concurrent.ProcessingService
- INSTANCE - Static variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser
- INSTANCE - Static variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser
- INSTANCE - Static variable in class org.ojalgo.data.domain.finance.series.YahooParser
- INSTANCE - Static variable in class org.ojalgo.netio.Password
- INSTANT - Static variable in interface org.ojalgo.series.BasicSeries
- INSTANT - Static variable in class org.ojalgo.type.TimeIndex
- instantiate(ElementsSupplier<N>) - Method in class org.ojalgo.matrix.MatrixFactory
-
This method is for internal use only - YOU should NOT use it!
- instantiate(MatrixStore<Double>) - Method in class org.ojalgo.matrix.MatrixR032.DenseReceiver
- instantiate(MatrixStore<Double>) - Method in class org.ojalgo.matrix.MatrixR032.SparseReceiver
- instantiate(MatrixStore<Double>) - Method in class org.ojalgo.matrix.MatrixR064.DenseReceiver
- instantiate(MatrixStore<Double>) - Method in class org.ojalgo.matrix.MatrixR064.SparseReceiver
- instantiate(MatrixStore<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- instantiate(MatrixStore<N>) - Method in class org.ojalgo.matrix.SparseMutator2D
- instantiate(MatrixStore<ComplexNumber>) - Method in class org.ojalgo.matrix.MatrixC128.DenseReceiver
- instantiate(MatrixStore<ComplexNumber>) - Method in class org.ojalgo.matrix.MatrixC128.SparseReceiver
- instantiate(MatrixStore<Quadruple>) - Method in class org.ojalgo.matrix.MatrixR128.DenseReceiver
- instantiate(MatrixStore<Quadruple>) - Method in class org.ojalgo.matrix.MatrixR128.SparseReceiver
- instantiate(MatrixStore<Quaternion>) - Method in class org.ojalgo.matrix.MatrixH256.DenseReceiver
- instantiate(MatrixStore<Quaternion>) - Method in class org.ojalgo.matrix.MatrixH256.SparseReceiver
- instantiate(MatrixStore<RationalNumber>) - Method in class org.ojalgo.matrix.MatrixQ128.DenseReceiver
- instantiate(MatrixStore<RationalNumber>) - Method in class org.ojalgo.matrix.MatrixQ128.SparseReceiver
- INT - org.ojalgo.machine.JavaType
- INT - Static variable in class org.ojalgo.netio.TypeParser
- INT_POWERS - Static variable in class org.ojalgo.function.special.PowerOf2
- IntArrayPool(int) - Constructor for class org.ojalgo.optimisation.integer.NodeKey.IntArrayPool
- integer() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
-
Integer solution found
- integer() - Method in class org.ojalgo.optimisation.Optimisation.Options
- integer() - Method in class org.ojalgo.optimisation.Variable
- integer() - Static method in class org.ojalgo.type.StandardType
- integer(boolean) - Method in class org.ojalgo.optimisation.FileFormatMPS.Column
- integer(boolean) - Method in class org.ojalgo.optimisation.Variable
-
See
Variable.isInteger()
. - integer(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- integer(IntegerStrategy) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Set the strategy/configuration for the
IntegerSolver
. - INTEGER - org.ojalgo.type.format.NumberStyle
- INTEGER - Static variable in class org.ojalgo.optimisation.Presolvers
- integers(ExpressionsBasedModel) - Method in interface org.ojalgo.optimisation.UpdatableSolver
- IntegerSolver - Class in org.ojalgo.optimisation.integer
- IntegerSolver(ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.integer.IntegerSolver
- IntegerSolver.ModelIntegration - Class in org.ojalgo.optimisation.integer
- IntegerSolver.NodeStatistics - Class in org.ojalgo.optimisation.integer
-
When a node is determined to be a leaf - no further branching - what was the reason?
- IntegerStrategy - Interface in org.ojalgo.optimisation.integer
- IntegerStrategy.ConfigurableStrategy - Class in org.ojalgo.optimisation.integer
-
Apart from being able to configure various standard properties, you can also provide your own
ModelStrategy
factory. - IntegerStrategy.GMICutConfiguration - Class in org.ojalgo.optimisation.integer
-
Gomory Mixed Integer Cut Configuration
- IntegerToUniformString(long) - Constructor for class org.ojalgo.type.format.NumberStyle.IntegerToUniformString
- integrate(Double, Double) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- integrate(Double, Double) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- integrate(BigDecimal, BigDecimal) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- integrate(N, N) - Method in interface org.ojalgo.function.BasicFunction.Integratable
- integrate(N, N) - Method in class org.ojalgo.function.polynomial.ScalarPolynomial
- Integration() - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- INTEGRATION - Static variable in class org.ojalgo.optimisation.convex.ConvexSolver
- INTEGRATION - Static variable in class org.ojalgo.optimisation.integer.GomorySolver
- INTEGRATION - Static variable in class org.ojalgo.optimisation.integer.IntegerSolver
- INTEGRATION - Static variable in class org.ojalgo.optimisation.linear.LinearSolver
- INTEGRATIONS - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- INTEND - org.ojalgo.optimisation.FileFormatMPS.ColumnMarker
- INTEND - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- IntermediateSolver - Class in org.ojalgo.optimisation
-
A
Optimisation.Solver
implementation that wraps anExpressionsBasedModel
. - IntermediateSolver(ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.IntermediateSolver
- INTERVAL - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- IntIndex() - Constructor for class org.ojalgo.structure.Structure1D.IntIndex
- IntIndex(int) - Constructor for class org.ojalgo.structure.Structure1D.IntIndex
- INTORG - org.ojalgo.optimisation.FileFormatMPS.ColumnMarker
- INTORG - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- IntPower(int) - Constructor for class org.ojalgo.function.special.PowerOf2.IntPower
- IntReference() - Constructor for class org.ojalgo.structure.StructureAnyD.IntReference
- IntReference(int...) - Constructor for class org.ojalgo.structure.StructureAnyD.IntReference
- IntRowColumn() - Constructor for class org.ojalgo.structure.Structure2D.IntRowColumn
- IntRowColumn(int, int) - Constructor for class org.ojalgo.structure.Structure2D.IntRowColumn
- IntRowColumn(Structure1D.IntIndex, Structure1D.IntIndex) - Constructor for class org.ojalgo.structure.Structure2D.IntRowColumn
- intValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- intValue() - Method in class org.ojalgo.random.RandomNumber
- intValue() - Method in class org.ojalgo.scalar.BigScalar
- intValue() - Method in class org.ojalgo.scalar.ComplexNumber
- intValue() - Method in class org.ojalgo.scalar.ExactDecimal
- intValue() - Method in class org.ojalgo.scalar.PrimitiveScalar
- intValue() - Method in class org.ojalgo.scalar.Quadruple
- intValue() - Method in class org.ojalgo.scalar.Quaternion
- intValue() - Method in class org.ojalgo.scalar.RationalNumber
- intValue() - Method in class org.ojalgo.type.CalendarDateDuration
- intValue() - Method in enum org.ojalgo.type.format.DateStyle
- intValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- intValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- intValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- intValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- intValue() - Method in interface org.ojalgo.type.NumberDefinition
- intValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- intValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedInt
- intValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- intValue(int) - Method in class org.ojalgo.array.Array1D
- intValue(int) - Method in class org.ojalgo.array.Array2D
- intValue(int) - Method in class org.ojalgo.array.ArrayAnyD
- intValue(int) - Method in class org.ojalgo.array.ArrayR032
- intValue(int) - Method in class org.ojalgo.array.ArrayR064
- intValue(int) - Method in class org.ojalgo.array.ArrayR256
- intValue(int) - Method in class org.ojalgo.array.ArrayZ032
- intValue(int) - Method in class org.ojalgo.array.ArrayZ064
- intValue(int) - Method in class org.ojalgo.array.BufferR032
- intValue(int) - Method in class org.ojalgo.array.BufferR064
- intValue(int) - Method in class org.ojalgo.array.BufferZ032
- intValue(int) - Method in class org.ojalgo.array.BufferZ064
- intValue(int) - Method in class org.ojalgo.array.OffHeapZ032
- intValue(int) - Method in class org.ojalgo.array.PlainArray
- intValue(int) - Method in class org.ojalgo.array.ScalarArray
- intValue(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- intValue(int) - Method in interface org.ojalgo.structure.Access1D
- intValue(int) - Method in interface org.ojalgo.structure.Access2D
- intValue(int) - Method in class org.ojalgo.tensor.VectorTensor
- intValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- intValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- intValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- intValue(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- intValue(int, int) - Method in class org.ojalgo.array.Array2D
- intValue(int, int) - Method in class org.ojalgo.data.image.ImageData
- intValue(int, int) - Method in class org.ojalgo.data.image.ImageData.SingleChannel
- intValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- intValue(int, int) - Method in interface org.ojalgo.structure.Access2D
- intValue(int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- intValue(long) - Method in class org.ojalgo.array.Array1D
- intValue(long) - Method in class org.ojalgo.array.Array2D
- intValue(long) - Method in class org.ojalgo.array.ArrayAnyD
- intValue(long) - Method in class org.ojalgo.array.OffHeapZ032
- intValue(long) - Method in class org.ojalgo.array.PlainArray
- intValue(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- intValue(long) - Method in interface org.ojalgo.structure.Access1D
- intValue(long) - Method in interface org.ojalgo.structure.Access2D
- intValue(long) - Method in class org.ojalgo.tensor.VectorTensor
- intValue(long) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- intValue(long...) - Method in class org.ojalgo.array.ArrayAnyD
- intValue(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- intValue(long...) - Method in class org.ojalgo.tensor.AnyTensor
- intValue(long, long) - Method in class org.ojalgo.array.Array2D
- intValue(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- intValue(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- intValue(long, long) - Method in interface org.ojalgo.structure.Access2D
- intValue(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- intValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- intValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- intValue(Enum<?>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- intValue(K) - Method in class org.ojalgo.structure.Keyed1D
- intValue(R, C) - Method in class org.ojalgo.structure.Keyed2D
- INVALID - org.ojalgo.optimisation.Optimisation.State
-
The problem/model is infeasible, unbounded or otherwise invalid.
- invalidate(K) - Method in class org.ojalgo.type.ForgetfulMap
-
Discards any cached value for the
key
. - invalidateAll() - Method in class org.ojalgo.type.ForgetfulMap
-
Discards all entries in the cache.
- invalidateAll(Iterable<? extends K>) - Method in class org.ojalgo.type.ForgetfulMap
-
Discards any cached values for the
keys
. - inverse(Access1D<?>, Mutate2D.ModifiableReceiver<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- inverse(Access1D<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- INVERSE - Static variable in class org.ojalgo.data.transform.DiscreteFourierTransform
- inverse2D(MatrixStore<?>) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- invert() - Method in interface org.ojalgo.algebra.Group.Multiplicative
-
The multiplicative inverse.
- invert() - Method in class org.ojalgo.function.BigFunction
- invert() - Method in class org.ojalgo.function.ComplexFunction
- invert() - Method in class org.ojalgo.function.FunctionSet
- invert() - Method in class org.ojalgo.function.PrimitiveFunction
- invert() - Method in class org.ojalgo.function.QuadrupleFunction
- invert() - Method in class org.ojalgo.function.QuaternionFunction
- invert() - Method in class org.ojalgo.function.RationalFunction
- invert() - Method in class org.ojalgo.matrix.BasicMatrix
-
About inverting matrices:
- invert() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- invert() - Method in interface org.ojalgo.matrix.Provider2D.Inverse
- invert() - Method in class org.ojalgo.matrix.transformation.Rotation.Generic
- invert() - Method in class org.ojalgo.matrix.transformation.Rotation
- invert() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
- invert() - Method in class org.ojalgo.scalar.BigScalar
- invert() - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the unary operation '1/x'
- invert() - Method in class org.ojalgo.scalar.ExactDecimal
- invert() - Method in class org.ojalgo.scalar.PrimitiveScalar
- invert() - Method in class org.ojalgo.scalar.Quadruple
- invert() - Method in class org.ojalgo.scalar.Quaternion
- invert() - Method in class org.ojalgo.scalar.RationalNumber
- invert() - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.task.AbstractInverter
- invert(Access2D<?>) - Method in class org.ojalgo.matrix.task.InverterTask.Factory
- invert(Access2D<?>) - Method in interface org.ojalgo.matrix.task.InverterTask
-
The output must be a "right inverse" and a "generalised inverse".
- invert(Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- invert(Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- invert(Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- invert(Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- invert(Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- invert(Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- invert(Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- invert(Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- invert(Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- invert(Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- invert(Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- invert(Access2D<?>, PhysicalStore<N>) - Method in interface org.ojalgo.matrix.task.InverterTask
-
Exactly how (if at all) a specific implementation makes use of
preallocated
is not specified by this interface. - INVERT - Static variable in class org.ojalgo.function.constant.BigMath
- INVERT - Static variable in class org.ojalgo.function.constant.ComplexMath
- INVERT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- INVERT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- INVERT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- INVERT - Static variable in class org.ojalgo.function.constant.RationalMath
- InverterTask<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.task
- InverterTask.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.task
- InvertibleFactor<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.transformation
-
A chainable and reversible in-place (equation system) solver.
- InvertibleFactor.IdentityFactor<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.transformation
- invoke() - Method in interface org.ojalgo.function.NullaryFunction
- invoke() - Method in interface org.ojalgo.function.PrimitiveFunction.Nullary
- invoke() - Method in class org.ojalgo.random.RandomNumber
- invoke(byte) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(byte) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(byte) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(byte) - Method in interface org.ojalgo.function.VoidFunction
- invoke(byte[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(byte[], int, int, int, byte[], BinaryFunction<Double>, byte) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(byte[], int, int, int, byte[], BinaryFunction<Double>, byte[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(byte[], int, int, int, byte[], ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(byte[], int, int, int, byte[], UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(byte[], int, int, int, byte, BinaryFunction<Double>, byte[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(byte[], int, int, int, byte, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(byte[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(byte[], int, int, int, Access1D<Double>, BinaryFunction<Double>, byte) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(byte[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(byte[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(byte, byte) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(byte, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(double) - Method in class org.ojalgo.ann.NodeDropper
- invoke(double) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(double) - Method in class org.ojalgo.function.aggregator.BigAggregator.BigAggregatorFunction
- invoke(double) - Method in class org.ojalgo.function.aggregator.ComplexAggregator.ComplexAggregatorFunction
- invoke(double) - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator.QuadrupleAggregatorFunction
- invoke(double) - Method in class org.ojalgo.function.aggregator.QuaternionAggregator.QuaternionAggregatorFunction
- invoke(double) - Method in class org.ojalgo.function.aggregator.RationalAggregator.RationalAggregatorFunction
- invoke(double) - Method in interface org.ojalgo.function.BigFunction.Consumer
- invoke(double) - Method in interface org.ojalgo.function.BigFunction.Predicate
- invoke(double) - Method in interface org.ojalgo.function.BigFunction.Unary
- invoke(double) - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- invoke(double) - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- invoke(double) - Method in interface org.ojalgo.function.ComplexFunction.Consumer
- invoke(double) - Method in interface org.ojalgo.function.ComplexFunction.Predicate
- invoke(double) - Method in interface org.ojalgo.function.ComplexFunction.Unary
- invoke(double) - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
- invoke(double) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- invoke(double) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(double) - Method in interface org.ojalgo.function.QuadrupleFunction.Consumer
- invoke(double) - Method in interface org.ojalgo.function.QuadrupleFunction.Predicate
- invoke(double) - Method in interface org.ojalgo.function.QuadrupleFunction.Unary
- invoke(double) - Method in interface org.ojalgo.function.QuaternionFunction.Consumer
- invoke(double) - Method in interface org.ojalgo.function.QuaternionFunction.Predicate
- invoke(double) - Method in interface org.ojalgo.function.QuaternionFunction.Unary
- invoke(double) - Method in interface org.ojalgo.function.RationalFunction.Consumer
- invoke(double) - Method in interface org.ojalgo.function.RationalFunction.Predicate
- invoke(double) - Method in interface org.ojalgo.function.RationalFunction.Unary
- invoke(double) - Method in class org.ojalgo.function.series.FourierSeries
- invoke(double) - Method in class org.ojalgo.function.series.PeriodicFunction
- invoke(double) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(double) - Method in interface org.ojalgo.function.VoidFunction
- invoke(double[][]) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(double[][], int, int, int, double[], int, double) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- invoke(double[][], Access2D<?>, boolean, boolean, boolean) - Static method in class org.ojalgo.array.operation.SubstituteBackwards
- invoke(double[][], Access2D<?>, boolean, boolean, boolean) - Static method in class org.ojalgo.array.operation.SubstituteForwards
- invoke(double[][], Access2D<?>, BinaryFunction<?>, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillCompatible
- invoke(double[], double[], int, double[]) - Method in interface org.ojalgo.matrix.operation.MultiplyNeither.Primitive64
- invoke(double[], double[], int, Access1D<?>) - Method in interface org.ojalgo.matrix.operation.MultiplyRight.Primitive64
- invoke(double[], double, int, int) - Static method in class org.ojalgo.array.operation.NRM2
- invoke(double[], int, double[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(double[], int, double[], int, int, int) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- invoke(double[], int, double, double[], int, int, int) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(double[], int, int) - Static method in class org.ojalgo.array.operation.NRMINF
- invoke(double[], int, int, double[], double[]) - Static method in class org.ojalgo.array.operation.HermitianRank2Update
- invoke(double[], int, int, double[], double[], int) - Static method in class org.ojalgo.array.operation.MultiplyHermitianAndVector
- invoke(double[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(double[], int, int, int) - Static method in class org.ojalgo.array.operation.AMIN
- invoke(double[], int, int, int) - Static method in class org.ojalgo.array.operation.ASUM
- invoke(double[], int, int, int, double[]) - Static method in class org.ojalgo.array.operation.ApplyCholesky
- invoke(double[], int, int, int, double[], int) - Static method in class org.ojalgo.array.operation.ApplyLDL
- invoke(double[], int, int, int, double[], int) - Static method in class org.ojalgo.array.operation.ApplyLU
- invoke(double[], int, int, int, double[], int, double) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- invoke(double[], int, int, int, double[], BinaryFunction<Double>, double) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(double[], int, int, int, double[], BinaryFunction<Double>, double[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(double[], int, int, int, double[], ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(double[], int, int, int, double[], UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(double[], int, int, int, double, double) - Static method in class org.ojalgo.array.operation.RotateLeft
- invoke(double[], int, int, int, double, double) - Static method in class org.ojalgo.array.operation.RotateRight
- invoke(double[], int, int, int, double, BinaryFunction<Double>, double[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(double[], int, int, int, double, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(double[], int, int, int, int, Householder.Primitive64, double[]) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- invoke(double[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(double[], int, int, int, Householder.Primitive64) - Static method in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderColumn
- invoke(double[], int, int, int, Householder.Primitive64) - Static method in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderRow
- invoke(double[], int, int, int, Access1D<Double>, BinaryFunction<Double>, double) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(double[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(double[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(double[], int, int, int, Access2D<?>, boolean, boolean, boolean) - Static method in class org.ojalgo.array.operation.SubstituteBackwards
- invoke(double[], int, int, int, Access2D<?>, boolean, boolean, boolean) - Static method in class org.ojalgo.array.operation.SubstituteForwards
- invoke(double[], int, Access1D<?>, int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(double[], int, Access2D<?>, BinaryFunction<?>, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillCompatible
- invoke(double[], Householder.Primitive64, double[]) - Static method in class org.ojalgo.array.operation.HouseholderHermitian
- invoke(double[], Access1D<?>, int, double[]) - Method in interface org.ojalgo.matrix.operation.MultiplyLeft.Primitive64
- invoke(double, double) - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
- invoke(double, double) - Method in interface org.ojalgo.function.BigFunction.Binary
- invoke(double, double) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(double, double) - Method in interface org.ojalgo.function.ComplexFunction.Binary
- invoke(double, double) - Method in interface org.ojalgo.function.QuadrupleFunction.Binary
- invoke(double, double) - Method in interface org.ojalgo.function.QuaternionFunction.Binary
- invoke(double, double) - Method in interface org.ojalgo.function.RationalFunction.Binary
- invoke(double, int) - Method in interface org.ojalgo.function.BigFunction.Parameter
- invoke(double, int) - Method in interface org.ojalgo.function.ComplexFunction.Parameter
- invoke(double, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(double, int) - Method in interface org.ojalgo.function.QuadrupleFunction.Parameter
- invoke(double, int) - Method in interface org.ojalgo.function.QuaternionFunction.Parameter
- invoke(double, int) - Method in interface org.ojalgo.function.RationalFunction.Parameter
- invoke(double, ComplexNumber) - Method in interface org.ojalgo.data.image.ImageData.FrequencyDomainUpdater
-
Used as a callback from
ImageData.newTransformation(FrequencyDomainUpdater)
. - invoke(float) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(float) - Method in class org.ojalgo.function.aggregator.BigAggregator.BigAggregatorFunction
- invoke(float) - Method in class org.ojalgo.function.aggregator.ComplexAggregator.ComplexAggregatorFunction
- invoke(float) - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
- invoke(float) - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator.QuadrupleAggregatorFunction
- invoke(float) - Method in class org.ojalgo.function.aggregator.QuaternionAggregator.QuaternionAggregatorFunction
- invoke(float) - Method in class org.ojalgo.function.aggregator.RationalAggregator.RationalAggregatorFunction
- invoke(float) - Method in interface org.ojalgo.function.BigFunction.Consumer
- invoke(float) - Method in interface org.ojalgo.function.BigFunction.Predicate
- invoke(float) - Method in interface org.ojalgo.function.BigFunction.Unary
- invoke(float) - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- invoke(float) - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- invoke(float) - Method in interface org.ojalgo.function.ComplexFunction.Consumer
- invoke(float) - Method in interface org.ojalgo.function.ComplexFunction.Predicate
- invoke(float) - Method in interface org.ojalgo.function.ComplexFunction.Unary
- invoke(float) - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
- invoke(float) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- invoke(float) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(float) - Method in interface org.ojalgo.function.QuadrupleFunction.Consumer
- invoke(float) - Method in interface org.ojalgo.function.QuadrupleFunction.Predicate
- invoke(float) - Method in interface org.ojalgo.function.QuadrupleFunction.Unary
- invoke(float) - Method in interface org.ojalgo.function.QuaternionFunction.Consumer
- invoke(float) - Method in interface org.ojalgo.function.QuaternionFunction.Predicate
- invoke(float) - Method in interface org.ojalgo.function.QuaternionFunction.Unary
- invoke(float) - Method in interface org.ojalgo.function.RationalFunction.Consumer
- invoke(float) - Method in interface org.ojalgo.function.RationalFunction.Predicate
- invoke(float) - Method in interface org.ojalgo.function.RationalFunction.Unary
- invoke(float) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(float) - Method in interface org.ojalgo.function.VoidFunction
- invoke(float[], float[], int, float[]) - Method in interface org.ojalgo.matrix.operation.MultiplyNeither.Primitive32
- invoke(float[], float[], int, Access1D<?>) - Method in interface org.ojalgo.matrix.operation.MultiplyRight.Primitive32
- invoke(float[], int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(float[], int, float, float[], int, int, int) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(float[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(float[], int, int, int, float[], BinaryFunction<Double>, float) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(float[], int, int, int, float[], BinaryFunction<Double>, float[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(float[], int, int, int, float[], ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(float[], int, int, int, float[], UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(float[], int, int, int, float, float) - Static method in class org.ojalgo.array.operation.RotateLeft
- invoke(float[], int, int, int, float, float) - Static method in class org.ojalgo.array.operation.RotateRight
- invoke(float[], int, int, int, float, BinaryFunction<Double>, float[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(float[], int, int, int, float, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(float[], int, int, int, int, Householder.Primitive32, float[]) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- invoke(float[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(float[], int, int, int, Householder.Primitive32) - Static method in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderColumn
- invoke(float[], int, int, int, Householder.Primitive32) - Static method in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderRow
- invoke(float[], int, int, int, Householder.Primitive32) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- invoke(float[], int, int, int, Access1D<Double>, BinaryFunction<Double>, float) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(float[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(float[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(float[], int, int, int, Access2D<?>, boolean, boolean, boolean) - Static method in class org.ojalgo.array.operation.SubstituteBackwards
- invoke(float[], int, int, int, Access2D<?>, boolean, boolean, boolean) - Static method in class org.ojalgo.array.operation.SubstituteForwards
- invoke(float[], int, Access1D<?>, int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(float[], int, Access2D<?>, BinaryFunction<?>, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillCompatible
- invoke(float[], Access1D<?>, int, float[]) - Method in interface org.ojalgo.matrix.operation.MultiplyLeft.Primitive32
- invoke(float, float) - Method in interface org.ojalgo.function.BigFunction.Binary
- invoke(float, float) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(float, float) - Method in interface org.ojalgo.function.ComplexFunction.Binary
- invoke(float, float) - Method in interface org.ojalgo.function.QuadrupleFunction.Binary
- invoke(float, float) - Method in interface org.ojalgo.function.QuaternionFunction.Binary
- invoke(float, float) - Method in interface org.ojalgo.function.RationalFunction.Binary
- invoke(float, int) - Method in interface org.ojalgo.function.BigFunction.Parameter
- invoke(float, int) - Method in interface org.ojalgo.function.ComplexFunction.Parameter
- invoke(float, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(float, int) - Method in interface org.ojalgo.function.QuadrupleFunction.Parameter
- invoke(float, int) - Method in interface org.ojalgo.function.QuaternionFunction.Parameter
- invoke(float, int) - Method in interface org.ojalgo.function.RationalFunction.Parameter
- invoke(int) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(int) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(int) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(int) - Method in interface org.ojalgo.function.VoidFunction
- invoke(int[], int[]) - Static method in class org.ojalgo.array.operation.COPY
- invoke(int[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(int[], int, int, int, int[], BinaryFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(int[], int, int, int, int[], BinaryFunction<Double>, int[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(int[], int, int, int, int[], ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(int[], int, int, int, int[], UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(int[], int, int, int, int, BinaryFunction<Double>, int[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(int[], int, int, int, int, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(int[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(int[], int, int, int, Access1D<Double>, BinaryFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(int[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(int[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(int, int) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(int, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(int, int, int) - Method in class org.ojalgo.concurrent.DivideAndConquer
-
Synchronous execution - wait until it's finished.
- invoke(int, PhysicalStore<Double>, PhysicalStore<Double>) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- invoke(long) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(long) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(long) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(long) - Method in interface org.ojalgo.function.VoidFunction
- invoke(long[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(long[], int, int, int, long[], BinaryFunction<Double>, long) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(long[], int, int, int, long[], BinaryFunction<Double>, long[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(long[], int, int, int, long[], ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(long[], int, int, int, long[], UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(long[], int, int, int, long, BinaryFunction<Double>, long[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(long[], int, int, int, long, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(long[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(long[], int, int, int, Access1D<Double>, BinaryFunction<Double>, long) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(long[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(long[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(long, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(long, long) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(short) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(short) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(short) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(short) - Method in interface org.ojalgo.function.VoidFunction
- invoke(short[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(short[], int, int, int, short[], BinaryFunction<Double>, short) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(short[], int, int, int, short[], BinaryFunction<Double>, short[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(short[], int, int, int, short[], ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(short[], int, int, int, short[], UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(short[], int, int, int, short, BinaryFunction<Double>, short[]) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(short[], int, int, int, short, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(short[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(short[], int, int, int, Access1D<Double>, BinaryFunction<Double>, short) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(short[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(short[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(short, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(short, short) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(Double) - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
- invoke(Double) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- invoke(Double) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- invoke(Double) - Method in interface org.ojalgo.function.PrimitiveFunction.Consumer
- invoke(Double) - Method in interface org.ojalgo.function.PrimitiveFunction.Predicate
- invoke(Double) - Method in interface org.ojalgo.function.PrimitiveFunction.Unary
- invoke(Double, double) - Method in interface org.ojalgo.function.PrimitiveFunction.Binary
- invoke(Double, int) - Method in interface org.ojalgo.function.PrimitiveFunction.Parameter
- invoke(Double, Double) - Method in interface org.ojalgo.function.PrimitiveFunction.Binary
- invoke(Runnable) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
- invoke(Runnable, T) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
- invoke(BigDecimal) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- invoke(BigDecimal[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(BigDecimal[], int, BigDecimal[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(BigDecimal[], int, BigDecimal, BigDecimal[], int, int, int) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(BigDecimal, double) - Method in interface org.ojalgo.function.BigFunction.Binary
- invoke(Callable<T>) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
- invoke(K) - Method in interface org.ojalgo.random.process.GaussianField.Mean
- invoke(K...) - Method in class org.ojalgo.series.function.SeriesFunction
- invoke(K, K) - Method in interface org.ojalgo.random.process.GaussianField.Covariance
- invoke(N) - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- invoke(N) - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
- invoke(N) - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
- invoke(N) - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
- invoke(N) - Method in class org.ojalgo.function.polynomial.ScalarPolynomial
- invoke(N) - Method in interface org.ojalgo.function.PredicateFunction
- invoke(N) - Method in interface org.ojalgo.function.UnaryFunction
- invoke(N) - Method in interface org.ojalgo.function.VoidFunction
- invoke(N[], int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(N[], int, int, int, int, Householder.Generic<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- invoke(N[], int, int, int, N[]) - Static method in class org.ojalgo.array.operation.ApplyCholesky
- invoke(N[], int, int, int, N[], int) - Static method in class org.ojalgo.array.operation.ApplyLDL
- invoke(N[], int, int, int, N[], int) - Static method in class org.ojalgo.array.operation.ApplyLU
- invoke(N[], int, int, int, N[], ParameterFunction<N>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(N[], int, int, int, N, N) - Static method in class org.ojalgo.array.operation.RotateLeft
- invoke(N[], int, int, int, N, N) - Static method in class org.ojalgo.array.operation.RotateRight
- invoke(N[], int, int, int, N, BinaryFunction<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(N[], int, int, int, VoidFunction<N>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(N[], int, int, int, Householder.Generic<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderColumn
- invoke(N[], int, int, int, Householder.Generic<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderRow
- invoke(N[], int, int, int, Householder.Generic<N>, Scalar.Factory<N>) - Static method in class org.ojalgo.matrix.operation.HouseholderLeft
- invoke(N[], int, int, int, Access1D<N>, BinaryFunction<N>, N) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(N[], int, int, int, Access1D<N>, BinaryFunction<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(N[], int, int, int, Access1D<N>, UnaryFunction<N>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(N[], int, int, int, Access2D<N>, boolean, boolean, boolean, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.SubstituteBackwards
- invoke(N[], int, int, int, Access2D<N>, boolean, boolean, boolean, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.SubstituteForwards
- invoke(N[], int, int, N[], N[]) - Static method in class org.ojalgo.array.operation.HermitianRank2Update
- invoke(N[], int, int, N[], N[], int, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.MultiplyHermitianAndVector
- invoke(N[], int, N[], int, int, int, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.DOT
- invoke(N[], int, N, N[], int, int, int) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(N[], int, Access1D<N>, int, int, int, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.DOT
- invoke(N[], N[], int, N[], Scalar.Factory<N>) - Method in interface org.ojalgo.matrix.operation.MultiplyNeither.Generic
- invoke(N[], N[], int, Access1D<N>, Scalar.Factory<N>) - Method in interface org.ojalgo.matrix.operation.MultiplyRight.Generic
- invoke(N[], Householder.Generic<N>, N[], Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.HouseholderHermitian
- invoke(N[], Access1D<N>, int, N[], Scalar.Factory<N>) - Method in interface org.ojalgo.matrix.operation.MultiplyLeft.Generic
- invoke(N, double) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(N, int) - Method in interface org.ojalgo.function.ParameterFunction
- invoke(N, N) - Method in interface org.ojalgo.function.BinaryFunction
- invoke(BasicArray<N>, int, int, int, VoidFunction<N>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(BasicArray<N>, int, int, int, Access1D<N>, ParameterFunction<N>, int) - Static method in class org.ojalgo.array.operation.OperationParameter
- invoke(BasicArray<N>, long, long, long, N, BinaryFunction<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(BasicArray<N>, long, long, long, VoidFunction<N>) - Static method in class org.ojalgo.array.operation.OperationVoid
- invoke(BasicArray<N>, long, long, long, Access1D<N>, BinaryFunction<N>, N) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(BasicArray<N>, long, long, long, Access1D<N>, BinaryFunction<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.OperationBinary
- invoke(BasicArray<N>, long, long, long, Access1D<N>, UnaryFunction<N>) - Static method in class org.ojalgo.array.operation.OperationUnary
- invoke(PlainArray<?>, int, int, int) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(PhysicalStore<Double>, PhysicalStore<Double>) - Method in class org.ojalgo.ann.CalculationLayer
- invoke(PhysicalStore<Double>, PhysicalStore<Double>, double) - Method in class org.ojalgo.ann.CalculationLayer
- invoke(TransformableRegion<N>, Access1D<N>, int, Access1D<N>) - Method in interface org.ojalgo.matrix.store.TransformableRegion.FillByMultiplying
- invoke(TransformableRegion<N>, Access1D<N>, long, Access1D<N>) - Method in interface org.ojalgo.matrix.store.TransformableRegion.FillByMultiplying
- invoke(ComplexNumber[], int, ComplexNumber[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(ComplexNumber, double) - Method in interface org.ojalgo.function.ComplexFunction.Binary
- invoke(Quadruple, double) - Method in interface org.ojalgo.function.QuadrupleFunction.Binary
- invoke(Quaternion, double) - Method in interface org.ojalgo.function.QuaternionFunction.Binary
- invoke(RationalNumber, double) - Method in interface org.ojalgo.function.RationalFunction.Binary
- invoke(Access1D<?>, int, double[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(Access1D<?>, int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- invoke(Access1D<?>, long, long, long) - Static method in class org.ojalgo.array.operation.AMAX
- invoke(Access1D<?>, Access1D<?>) - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
- invoke(Access1D<Double>) - Method in class org.ojalgo.ann.NetworkInvoker
-
The input argument is typed as
Access1D
which essentially means it can be anything. - invoke(Access1D<Double>, TrainingConfiguration) - Method in class org.ojalgo.ann.WrappedANN
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.AffineFunction
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.ConstantFunction
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.LinearFunction
- invoke(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.QuadraticFunction
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- invoke(Access1D<N>) - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- invoke(Access1D<N>, int, N[], int, int, int, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.DOT
- invoke(Mutate1D.Modifiable<?>, double, double[]) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(Mutate1D.Modifiable<?>, double, float[]) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(Mutate1D.Modifiable<?>, double, BigDecimal[]) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(Mutate1D.Modifiable<?>, double, N[]) - Static method in class org.ojalgo.array.operation.AXPY
- invoke(Mutate1D, Access1D<N>, BinaryFunction<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.FillCompatible
- invoke(Mutate2D, Access2D<N>, BinaryFunction<N>, Access2D<N>) - Static method in class org.ojalgo.array.operation.FillCompatible
- invoke(MutateAnyD, AccessAnyD<N>, BinaryFunction<N>, AccessAnyD<N>) - Static method in class org.ojalgo.array.operation.FillCompatible
- invoke(CalendarDate...) - Method in class org.ojalgo.series.function.SeriesForecaster
- invoke(CalendarDateDuration...) - Method in class org.ojalgo.series.function.SeriesForecaster
- invoke(T) - Method in interface org.ojalgo.function.BasicFunction.PlainUnary
- invoke(T) - Method in interface org.ojalgo.type.function.OperatorWithException
- invoke2new(double[], int, int, int, int, Householder.Primitive64) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- invoke2old(double[], int, int, int, int, Householder.Primitive64) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- invokeG(Access1D<N>, int, Access1D<N>, int, int, int, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.DOT
- invokeP64(Access1D<?>, int, Access1D<?>, int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- is(int, E) - Method in class org.ojalgo.type.EnumPartition
- isAbsolute() - Method in class org.ojalgo.scalar.BigScalar
- isAbsolute() - Method in class org.ojalgo.scalar.ComplexNumber
- isAbsolute() - Method in class org.ojalgo.scalar.ExactDecimal
- isAbsolute() - Method in class org.ojalgo.scalar.PrimitiveScalar
- isAbsolute() - Method in class org.ojalgo.scalar.Quadruple
- isAbsolute() - Method in class org.ojalgo.scalar.Quaternion
- isAbsolute() - Method in class org.ojalgo.scalar.RationalNumber
- isAbsolute() - Method in interface org.ojalgo.scalar.Scalar
- isAbsolute(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayR032
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayR064
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayR256
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayZ008
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayZ016
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayZ032
- isAbsolute(int) - Method in class org.ojalgo.array.ArrayZ064
- isAbsolute(int) - Method in class org.ojalgo.array.BufferArray
- isAbsolute(int) - Method in class org.ojalgo.array.PlainArray
- isAbsolute(int) - Method in class org.ojalgo.array.ScalarArray
- isAbsolute(BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
- isAbsolute(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
- isAbsolute(Money) - Static method in class org.ojalgo.scalar.Money
- isAbsolute(Quadruple) - Static method in class org.ojalgo.scalar.Quadruple
- isAbsolute(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
- isAbsolute(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- isAcceptable(Structure1D) - Method in interface org.ojalgo.structure.Mutate1D.Receiver
- isAcceptable(Structure2D) - Method in class org.ojalgo.matrix.store.R032Store
- isAcceptable(Structure2D) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isAcceptable(Structure2D) - Method in interface org.ojalgo.structure.Mutate2D.Receiver
- isAcceptable(StructureAnyD) - Method in interface org.ojalgo.structure.MutateAnyD.Receiver
- isAlphabetic(int) - Static method in class org.ojalgo.netio.ASCII
- isAlphanumeric(int) - Static method in class org.ojalgo.netio.ASCII
- isAnyArtificials() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- isAnyConstraintQuadratic() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isAnyContents() - Method in class org.ojalgo.concurrent.MultiviewSet
- isAnyExpressionQuadratic() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Objective or any constraint has quadratic part.
- isAnyLinearFactorNonZero() - Method in class org.ojalgo.optimisation.Expression
- isAnyObjectiveQuadratic() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isAnyQuadraticFactorNonZero() - Method in class org.ojalgo.optimisation.Expression
- isAnyVariableFixed() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isAnyVariableInteger() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isApplicable(ME) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- isApplicable(Expression) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Presolver
- isApplicable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariableAnalyser
- isApproximate() - Method in enum org.ojalgo.optimisation.Optimisation.State
- isArtificial(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- isArtificialVariable(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- isAscii(int) - Static method in class org.ojalgo.netio.ASCII
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- isBasisUpdate() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
-
Normal basis update – one variable leaves the basis and another enters.
- isBinary() - Method in class org.ojalgo.optimisation.Variable
-
Variable can only be 0 or 1.
- isBoundSwitch() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
-
Change from
SimplexStore.ColumnState.LOWER
toSimplexStore.ColumnState.UPPER
or vice versa. - isCacheSet() - Method in class org.ojalgo.type.ForgetfulMap.ValueCache
-
Is there currently a value cached for this key?
- isCacheSet() - Method in class org.ojalgo.type.TypeCache
-
Deprecated.
- isCalendarUnit() - Method in enum org.ojalgo.type.CalendarDateUnit
- isCapable(M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ConfiguredIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.ModelIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.GomorySolver.ModelIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.IntegerSolver.ModelIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.ModelIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- isCapable(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.service.ServiceIntegration
- isChunked(long) - Method in class org.ojalgo.array.GrowthStrategy
- isClosedRange(BigDecimal, BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
- isComputed() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- isComputed() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
- isConfigured() - Method in class org.ojalgo.type.context.FormatContext
- isConstantSet() - Method in class org.ojalgo.optimisation.Expression
- isConstraint() - Method in class org.ojalgo.optimisation.ModelEntity
- isConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has a lower or an upper limit actually set (possibly both) - it actually is constrained.
- isConstraintNegated(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- isContributionWeightSet() - Method in class org.ojalgo.optimisation.ModelEntity
- isControl(int) - Static method in class org.ojalgo.netio.ASCII
- isCovered(int, int) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- isCovered(long, long) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- isCutRatherThanBranch(double, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
- isCutRatherThanBranch(double, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- isDateBased() - Method in enum org.ojalgo.type.CalendarDateUnit
- isDebugPrinterSet() - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- isDefaultRiskAversion() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- isDefaultRiskAversion() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- isDifferent(double, double) - Method in class org.ojalgo.type.context.NumberContext
- isDigit(int) - Static method in class org.ojalgo.netio.ASCII
- isDirect(NodeKey, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
- isDirect(NodeKey, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
This method will be called twice when branching – once for each of the new nodes created by branching.
- isDirty() - Method in class org.ojalgo.type.ForgetfulMap.ValueCache
- isDirty() - Method in class org.ojalgo.type.TypeCache
-
Deprecated.
- isDistinct() - Method in enum org.ojalgo.optimisation.Optimisation.State
- isDone() - Method in class org.ojalgo.netio.QueuedReader
- isDone() - Method in class org.ojalgo.netio.ServiceClient.Response
- isDualFeasible() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- isDurationEstimated() - Method in enum org.ojalgo.type.CalendarDateUnit
- isEmpty() - Method in class org.ojalgo.array.Array1D
- isEmpty() - Method in class org.ojalgo.array.LongToNumberMap
- isEmpty() - Method in class org.ojalgo.array.NumberList
- isEmpty() - Method in class org.ojalgo.concurrent.MultiviewSet
- isEmpty() - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- isEmpty() - Method in class org.ojalgo.matrix.store.R032Store
- isEmpty() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isEmpty() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- isEmpty() - Method in class org.ojalgo.series.TreeSeries
- isEmpty() - Method in interface org.ojalgo.structure.Structure2D
-
2D data structures are either square, tall, fat or empty.
- isEmpty() - Method in class org.ojalgo.type.collection.CloseableList
- isEmpty() - Method in class org.ojalgo.type.collection.CloseableMap
- isEmpty() - Method in class org.ojalgo.type.ForgetfulMap
- isEmpty() - Method in interface org.ojalgo.type.keyvalue.EntryPair
- isEntityMap() - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- isEqualityConstraint() - Method in class org.ojalgo.optimisation.ModelEntity
- isEqualityConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has both a lower limit and an upper limit, and they are equal.
- isExcluded(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- isExcluded(int) - Method in class org.ojalgo.type.IndexSelector
- isExpired(long, ForgetfulMap.CachedValue<V>) - Method in class org.ojalgo.type.ForgetfulMap
- isExtendedPrecision() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- isFailure() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
FAILED, INVALID, INFEASIBLE or UNBOUNDED
- isFat() - Method in class org.ojalgo.matrix.store.R032Store
- isFat() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isFat() - Method in interface org.ojalgo.structure.Structure2D
-
2D data structures are either square, tall, fat or empty.
- isFeasible() - Method in enum org.ojalgo.optimisation.Optimisation.State
- isFixed() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isFixed() - Method in class org.ojalgo.optimisation.Variable
- isFractionalEnough(double, double, double) - Static method in class org.ojalgo.optimisation.linear.TableauCutGenerator
- isFull() - Method in class org.ojalgo.data.DataBatch
- isFullRank() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
- isFullRank() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- isFullRank() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- isFullSetOfArtificials() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- isFullSize() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.EconomySize
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.RawQR
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- isFunctionConstant() - Method in class org.ojalgo.optimisation.Expression
- isFunctionLinear() - Method in class org.ojalgo.optimisation.Expression
- isFunctionPureQuadratic() - Method in class org.ojalgo.optimisation.Expression
- isFunctionQuadratic() - Method in class org.ojalgo.optimisation.Expression
- isGoodEnough(Optimisation.Result, double) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
Is the node's result good enough to continue branching? (Compare the node's objective function value with the that of the best integer solution found so far.)
- isGraph(int) - Static method in class org.ojalgo.netio.ASCII
- isHermitian() - Method in class org.ojalgo.matrix.BasicMatrix
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- isHermitian() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
If [A] is hermitian then [V][D][V]-1 becomes [Q][D][Q]H...
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Dynamic
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.General
- isHermitian() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- isHermitian() - Method in interface org.ojalgo.matrix.Provider2D.Hermitian
- isHermitian() - Method in interface org.ojalgo.matrix.store.MatrixStore
- isIncluded(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- isIncluded(int) - Method in class org.ojalgo.type.IndexSelector
- isInfeasible() - Method in class org.ojalgo.optimisation.Expression
- isInfeasible() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isInfeasible() - Method in class org.ojalgo.optimisation.ModelEntity
- isInfeasible(BigDecimal, BigDecimal) - Static method in class org.ojalgo.optimisation.ModelEntity
- isInfinite() - Method in class org.ojalgo.scalar.RationalNumber
- isInfinite(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- isInfinite(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Test if
value
is infinite. - isInfinite(Money) - Static method in class org.ojalgo.scalar.Money
- isInfinite(Quadruple) - Static method in class org.ojalgo.scalar.Quadruple
- isInfinite(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
- isInfinite(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- isInteger() - Method in class org.ojalgo.optimisation.Expression
- isInteger() - Method in class org.ojalgo.optimisation.ModelEntity
-
Is this entity (all involved variables) integer?
- isInteger() - Method in class org.ojalgo.optimisation.Variable
- isInteger(double) - Method in class org.ojalgo.type.context.NumberContext
- isInteger(Set<Structure1D.IntIndex>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isIntegrationSwitch() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isIteratingPossible() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- isIteratingPossible() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- isIterationAllowed() - Method in class org.ojalgo.optimisation.GenericSolver
-
Should be called at the start of an iteration (before it actually starts) to check if you should abort instead.
- isIterationNecessary() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- isL2Specified() - Method in class org.ojalgo.machine.Hardware
- isL3Specified() - Method in class org.ojalgo.machine.Hardware
- isLastExcluded() - Method in class org.ojalgo.type.IndexSelector
-
Is the last excluded index still excluded, or has it been included by a later operation?
- isLastIncluded() - Method in class org.ojalgo.type.IndexSelector
-
Is the last included index still included, or has it been excluded by a later operation?
- isLessThan(BigDecimal, BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
- isLessThan(CalendarDateDuration) - Method in class org.ojalgo.type.Stopwatch
- isLessThanMillis(long) - Method in class org.ojalgo.type.Stopwatch
- isLessThanNanos(long) - Method in class org.ojalgo.type.Stopwatch
- isLinearAndAllBinary() - Method in class org.ojalgo.optimisation.Expression
- isLinearAndAllInteger() - Method in class org.ojalgo.optimisation.Expression
- isLinearAndAnyBinary() - Method in class org.ojalgo.optimisation.Expression
- isLinearAndAnyInteger() - Method in class org.ojalgo.optimisation.Expression
- isLineOK() - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- isLineOK(String) - Static method in class org.ojalgo.netio.TextLineReader
-
not null, not empty, not blank and not a comment (starts with '#')
- isLogDebug() - Method in class org.ojalgo.optimisation.GenericSolver
-
Detailed debug logging
- isLogOff() - Method in class org.ojalgo.optimisation.GenericSolver
-
No logging
- isLogProgress() - Method in class org.ojalgo.optimisation.GenericSolver
-
Cursory progress logging (at least)
- isLowercase(int) - Static method in class org.ojalgo.netio.ASCII
- isLowerConstraint() - Method in class org.ojalgo.optimisation.ModelEntity
- isLowerConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has a lower limit, and the upper limit (if it exists) is different.
- isLowerLimitSet() - Method in class org.ojalgo.optimisation.ModelEntity
- isManaged() - Method in class org.ojalgo.data.batch.BatchNode.Builder
- isMapped() - Method in interface org.ojalgo.optimisation.UpdatableSolver
- isMinimal(BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
-
The absolute smallest number allowed by this context, but not zero.
- isModelVariable(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- isModified() - Method in class org.ojalgo.matrix.decomposition.Pivot
- isMoreThan(BigDecimal, BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
- isMoreThan(CalendarDateDuration) - Method in class org.ojalgo.type.Stopwatch
- isMoreThanMillis(long) - Method in class org.ojalgo.type.Stopwatch
- isMoreThanNanos(long) - Method in class org.ojalgo.type.Stopwatch
- isMoreToCome() - Method in class org.ojalgo.netio.QueuedWriter
- isMultiCore() - Method in class org.ojalgo.machine.CommonMachine
- isMultiThread() - Method in class org.ojalgo.machine.CommonMachine
- isMultiUnit() - Method in class org.ojalgo.machine.CommonMachine
- isNaN() - Method in class org.ojalgo.scalar.RationalNumber
- isNaN(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- isNaN(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Test if
value
is NaN. - isNaN(Money) - Static method in class org.ojalgo.scalar.Money
- isNaN(Quadruple) - Static method in class org.ojalgo.scalar.Quadruple
- isNaN(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
- isNaN(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- isNegated(int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- isNegated(int) - Method in interface org.ojalgo.optimisation.ExpressionsBasedModel.EntityMap
-
Is this solver variable negated relative to the corresponding model variable?
- isNegated(int) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- isNegated(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- isNegative() - Method in class org.ojalgo.optimisation.Variable
-
The range includes something < 0.0
- isNegativeOn(Set<Structure1D.IntIndex>) - Method in class org.ojalgo.optimisation.Expression
- isNoOperation() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- isNormal() - Method in interface org.ojalgo.matrix.store.MatrixStore
- isObjective() - Method in class org.ojalgo.optimisation.ModelEntity
- isObjective() - Method in interface org.ojalgo.optimisation.Optimisation.Objective
- isOptimal() - Method in enum org.ojalgo.optimisation.Optimisation.State
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- isOrdered() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
The eigenvalues in D (and the eigenvectors in V) are not necessarily ordered.
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- isOrdered() - Method in interface org.ojalgo.matrix.decomposition.LDU
- isOrdered() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Ordered
-
This is a property of the algorithm/implementation, not the data.
- isOrdered() - Method in interface org.ojalgo.matrix.decomposition.QR
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Dynamic
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.General
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- isPatchedQ() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- isPhase1() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- isPhase2() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- isPivoted() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- isPivoted() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- isPivoted() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Pivoting
- isPivoted() - Method in class org.ojalgo.matrix.decomposition.RawLU
- isPositive() - Method in class org.ojalgo.optimisation.Variable
-
The range includes something > 0.0
- isPositiveOn(Set<Structure1D.IntIndex>) - Method in class org.ojalgo.optimisation.Expression
- isPowerOf2(int) - Static method in class org.ojalgo.function.special.PowerOf2
- isPowerOf2(long) - Static method in class org.ojalgo.function.special.PowerOf2
- isPrimalFeasible() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- isPrimitive() - Method in class org.ojalgo.array.BasicArray
- isPrimitive() - Method in class org.ojalgo.matrix.store.AbstractStore
- isPrimitive() - Method in enum org.ojalgo.type.math.MathType
- isPrimitive(MathType, MathType) - Static method in enum org.ojalgo.type.math.MathType
- isPrintable() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The problem is small enough to be explicitly printed/logged – log the entire tableau at each iteration when debugging.
- isPrintable(int) - Static method in class org.ojalgo.netio.ASCII
- isPunctuation(int) - Static method in class org.ojalgo.netio.ASCII
-
Not sure this is correct
- isPure() - Method in class org.ojalgo.scalar.Quaternion
- isReal() - Method in class org.ojalgo.scalar.ComplexNumber
- isReal() - Method in class org.ojalgo.scalar.Quaternion
- isReal(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Test if
value
is real. - isReal(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
- isRedundant() - Method in class org.ojalgo.optimisation.Expression
- isReferenced(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isRelaxed() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isRemainingArtificials() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
Are there any artificial variables in the basis?
- isResponseOK() - Method in class org.ojalgo.netio.ResourceLocator.Response
- isResponseOK() - Method in class org.ojalgo.netio.ServiceClient.Response
- isSameDate(Calendar, Calendar) - Static method in class org.ojalgo.type.TypeUtils
- isSameShape(Tensor<?, ?>) - Method in interface org.ojalgo.tensor.Tensor
- isSameTime(Calendar, Calendar) - Static method in class org.ojalgo.type.TypeUtils
- isScalar() - Method in class org.ojalgo.matrix.store.R032Store
- isScalar() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isScalar() - Method in interface org.ojalgo.structure.Structure2D
- isSegmented(long) - Method in class org.ojalgo.array.GrowthStrategy
- isSemicontinuous() - Method in class org.ojalgo.optimisation.FileFormatMPS.Column
- isShallowCopy() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isShortingAllowed() - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- isSignChanged() - Method in class org.ojalgo.optimisation.integer.NodeKey
- isSingleFolded() - Method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- isSmall(double) - Method in interface org.ojalgo.algebra.NormedVectorSpace
- isSmall(double) - Method in class org.ojalgo.matrix.BasicMatrix
- isSmall(double) - Method in interface org.ojalgo.matrix.store.MatrixStore
- isSmall(double) - Method in class org.ojalgo.scalar.BigScalar
- isSmall(double) - Method in class org.ojalgo.scalar.ComplexNumber
- isSmall(double) - Method in class org.ojalgo.scalar.ExactDecimal
- isSmall(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- isSmall(double) - Method in class org.ojalgo.scalar.Quadruple
- isSmall(double) - Method in class org.ojalgo.scalar.Quaternion
- isSmall(double) - Method in class org.ojalgo.scalar.RationalNumber
- isSmall(double, double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- isSmall(double, double) - Method in class org.ojalgo.type.context.NumberContext
- isSmall(double, BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
- isSmall(double, ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
- isSmall(double, Money) - Static method in class org.ojalgo.scalar.Money
- isSmall(double, Quadruple) - Static method in class org.ojalgo.scalar.Quadruple
- isSmall(double, Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
- isSmall(double, RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayR032
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayR064
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayR256
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayZ008
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayZ016
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayZ032
- isSmall(int, double) - Method in class org.ojalgo.array.ArrayZ064
- isSmall(int, double) - Method in class org.ojalgo.array.BufferArray
- isSmall(int, double) - Method in class org.ojalgo.array.PlainArray
- isSmall(int, double) - Method in class org.ojalgo.array.ScalarArray
- isSmall(int, int, int, double) - Method in class org.ojalgo.array.PlainArray
- isSmall(long, long, double) - Method in interface org.ojalgo.matrix.store.MatrixStore
- isSmall(long, long, double) - Method in class org.ojalgo.matrix.store.RawStore
- isSmall(BigDecimal, BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- isSolvable() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
-
Please note that producing a pseudoinverse and/or a least squares solution is ok! The return value, of this method, is not an indication of if the decomposed matrix is square, has full rank, is postive definite or whatever.
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.RawLU
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.RawQR
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- isSolvableGeneral() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- isSolvableQ() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- isSolved() - Method in class org.ojalgo.optimisation.IntermediateSolver
- isSpace(int) - Static method in class org.ojalgo.netio.ASCII
- isSPD() - Method in interface org.ojalgo.matrix.decomposition.Cholesky
-
To use the Cholesky decomposition rather than the LU decomposition the matrix must be symmetric and positive definite.
- isSPD() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- isSPD() - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- isSquare() - Method in class org.ojalgo.matrix.store.R032Store
- isSquare() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isSquare() - Method in interface org.ojalgo.structure.Structure2D
-
2D data structures are either square, tall, fat or empty.
- isStatisticsCollector() - Method in class org.ojalgo.netio.ReaderWriterBuilder
- isSuccess() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
VALID, APPROXIMATE, FEASIBLE, OPTIMAL or DISTINCT
- isSupported(TemporalField) - Method in class org.ojalgo.type.CalendarDate
- isSupported(TemporalUnit) - Method in class org.ojalgo.type.CalendarDate
- isSwitch(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- isSymmetric() - Method in class org.ojalgo.matrix.BasicMatrix
- isSymmetric() - Method in interface org.ojalgo.matrix.Provider2D.Symmetric
- isTableauPrintable() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- isTall() - Method in class org.ojalgo.matrix.store.R032Store
- isTall() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isTall() - Method in interface org.ojalgo.structure.Structure2D
-
2D data structures are either square, tall, fat or empty.
- isTimeBased() - Method in enum org.ojalgo.type.CalendarDateUnit
- isTransposed() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- isUnbounded() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- isUnbounded() - Method in class org.ojalgo.optimisation.Variable
- isUnexplored() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
UNEXPLORED
- isUpper() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
- isUpper() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- isUpper() - Method in interface org.ojalgo.matrix.decomposition.Hessenberg
- isUpper() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- isUppercase(int) - Static method in class org.ojalgo.netio.ASCII
- isUpperConstraint() - Method in class org.ojalgo.optimisation.ModelEntity
- isUpperConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has an upper limit, and the lower limit (if it exists) is different.
- isUpperLimitSet() - Method in class org.ojalgo.optimisation.ModelEntity
- isValid() - Method in enum org.ojalgo.optimisation.Optimisation.State
- isValueSet() - Method in class org.ojalgo.optimisation.Variable
- isVector() - Method in class org.ojalgo.matrix.store.R032Store
- isVector() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- isVector() - Method in interface org.ojalgo.structure.Structure2D
- isZero() - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- isZero() - Method in interface org.ojalgo.matrix.transformation.HouseholderReference
- isZero() - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- isZero(double) - Method in class org.ojalgo.type.context.NumberContext
- isZero(double, double) - Static method in class org.ojalgo.type.context.NumberContext
- isZero(BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
- isZeroModified(UnaryFunction<N>) - Static method in interface org.ojalgo.function.UnaryFunction
- isZeroQ() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- IterationPoint() - Constructor for class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- iterations(int) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
-
Max number of iterations
- iterations_abort - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
The maximmum number of iterations allowed for the solve() command.
- iterations_suffice - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Calculations will be terminated after this number of iterations if a feasible solution has been found.
- iterative() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- iterative(NumberContext) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
-
The accuracy of the iterative Schur complement solver used in
IterativeASS
. - IterativeASS - Class in org.ojalgo.optimisation.convex
-
Solves optimisation problems of the form:
- IterativeASS(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.IterativeASS
- IterativeASS.SchurComplementSolver - Class in org.ojalgo.optimisation.convex
-
The equation system body is the (negated) Schur complement (of the Q-matrix in the full KKT-system).
- IterativeASS.SparseArrayPool - Class in org.ojalgo.optimisation.convex
- IterativeRefinementSolver - Class in org.ojalgo.optimisation.convex
-
Algorithm from: Solving quadratic programs to high precision using scaled iterative refinement
Mathematical Programming Computation (2019) 11:421–455 https://doi.org/10.1007/s12532-019-00154-6 - IterativeRefinementSolver(Optimisation.Options, ConvexData<Quadruple>) - Constructor for class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- IterativeSolverTask - Class in org.ojalgo.matrix.task.iterative
-
For solving very large sparse equation systems – [A][x]=[b].
- IterativeSolverTask() - Constructor for class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- IterativeSolverTask.Configurator - Class in org.ojalgo.matrix.task.iterative
- IterativeSolverTask.SparseDelegate - Interface in org.ojalgo.matrix.task.iterative
- iterator() - Method in class org.ojalgo.array.NumberList
- iterator() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- iterator() - Method in interface org.ojalgo.netio.FromFileReader
- iterator() - Method in class org.ojalgo.structure.Access1D.ElementView
- iterator() - Method in class org.ojalgo.structure.Access2D.ColumnView
- iterator() - Method in class org.ojalgo.structure.Access2D.ElementView
- iterator() - Method in class org.ojalgo.structure.Access2D.RowView
- iterator() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- iterator() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- iterator() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- iterator() - Method in interface org.ojalgo.structure.ElementView1D
- iterator() - Method in class org.ojalgo.type.collection.CloseableList
- iterator() - Method in class org.ojalgo.type.keyvalue.EntrySet
- Iterator1D<N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Iterator1D(Access1D<? extends N>) - Constructor for class org.ojalgo.structure.Iterator1D
- Iterator1D(Access1D<? extends N>, long) - Constructor for class org.ojalgo.structure.Iterator1D
- IterDescr(SimplexStore) - Constructor for class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
J
- j - Variable in class org.ojalgo.scalar.Quaternion
- J - Static variable in class org.ojalgo.scalar.Quaternion
- JacobiSolver - Class in org.ojalgo.matrix.task.iterative
-
For solving [A][x]=[b] where [A] has non-zero elements on the diagonal.
- JacobiSolver() - Constructor for class org.ojalgo.matrix.task.iterative.JacobiSolver
- JavaType - Enum in org.ojalgo.machine
-
B byte signed byte C char Unicode character code point in the Basic Multilingual Plane, encoded with UTF-16 D double double-precision floating-point value F float single-precision floating-point value I int integer J long long integer L ClassName ; reference an instance of class ClassName S short signed short Z boolean true or false [ reference one array dimension
- JavaType(Class<?>, int, long) - Constructor for enum org.ojalgo.machine.JavaType
K
- k - Static variable in class org.ojalgo.netio.SegmentedFile.Builder
- k - Variable in class org.ojalgo.scalar.Quaternion
- K - Static variable in class org.ojalgo.machine.CommonMachine
- K - Static variable in class org.ojalgo.scalar.Quaternion
- key() - Method in enum org.ojalgo.optimisation.linear.SimplexStore.ColumnState
- key(int) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- KeyCounter(Function<T, G>) - Constructor for class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- KeyCounter(Function<T, G>, FrequencyMap.FrequencyPredicate<G>) - Constructor for class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- Keyed1D<K,N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Keyed1D(Access1D<N>, Structure1D.IndexMapper<K>) - Constructor for class org.ojalgo.structure.Keyed1D
- Keyed2D<R,C,N extends java.lang.Comparable<N>> - Class in org.ojalgo.structure
- Keyed2D(Access2D<N>, Structure2D.RowColumnMapper<R, C>) - Constructor for class org.ojalgo.structure.Keyed2D
- KeyedPrimitives(K[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.KeyedPrimitives
- KeyedValues() - Constructor for class org.ojalgo.netio.ResourceLocator.KeyedValues
- KeyedValues(Properties) - Constructor for class org.ojalgo.netio.ResourceLocator.KeyedValues
- keys() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- keys() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- keys() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- keySet() - Method in class org.ojalgo.array.LongToNumberMap
- keySet() - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- keySet() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- keySet() - Method in class org.ojalgo.series.TreeSeries
- keySet() - Method in class org.ojalgo.type.collection.CloseableMap
- keySet() - Method in class org.ojalgo.type.ForgetfulMap
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- keySet() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- KeyValue<K,V> - Interface in org.ojalgo.type.keyvalue
-
A pair, like
Map.Entry
withoutMap.Entry.setValue(Object)
. - KeyValue.Dual<T> - Class in org.ojalgo.type.keyvalue
-
A pair of the same type.
- KILO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- KILO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- KILO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- KILO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- KILO - Static variable in class org.ojalgo.machine.BasicMachine
- kronecker(Access2D<N>, Access2D<N>) - Method in class org.ojalgo.tensor.TensorFactory2D
-
The Kronecker matrix product / matrix tensor product
- KrylovSubspaceSolver - Class in org.ojalgo.matrix.task.iterative
- KrylovSubspaceSolver() - Constructor for class org.ojalgo.matrix.task.iterative.KrylovSubspaceSolver
L
- l - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- L - org.ojalgo.optimisation.FileFormatMPS.RowType
- LAGRANGE - Static variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- LanczosApproximation() - Constructor for class org.ojalgo.function.special.GammaFunction.LanczosApproximation
- largest() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Largest absolute value
- largest() - Method in class org.ojalgo.function.aggregator.BigAggregator
- largest() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- largest() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- largest() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- largest() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- largest() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- LARGEST - org.ojalgo.function.aggregator.Aggregator
- LARGEST - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- LARGEST - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- LARGEST - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- LARGEST - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- LARGEST - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- LARGEST - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- LARGEST - Static variable in class org.ojalgo.optimisation.ModelEntity
- LARGEST_DISPLACEMENT - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- largestNotGreaterThan(int) - Static method in class org.ojalgo.function.special.PowerOf2
- largestNotGreaterThan(long) - Static method in class org.ojalgo.function.special.PowerOf2
- lasso(double) - Method in class org.ojalgo.ann.NetworkTrainer
-
L1 lasso regularisation
- last() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- last() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- last() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- LAST_DAY_OF_MONTH - Static variable in class org.ojalgo.data.domain.finance.series.DataSource
-
Move the date forward, if necessary, to the last day of the month.
- LAST_DAY_OF_YEAR - Static variable in class org.ojalgo.data.domain.finance.series.DataSource
-
Move the date forward, if necessary, to the last day of the year.
- lastEntry() - Method in class org.ojalgo.series.TreeSeries
- lastIndex() - Method in class org.ojalgo.array.SparseArray
- lastIndexOf(Object) - Method in class org.ojalgo.array.NumberList
- lastIndexOf(Object) - Method in class org.ojalgo.type.collection.CloseableList
- lastKey() - Method in class org.ojalgo.array.LongToNumberMap
- lastKey() - Method in class org.ojalgo.series.MappedIndexSeries
- lastKey() - Method in class org.ojalgo.series.TreeSeries
- lastValue() - Method in interface org.ojalgo.series.BasicSeries
- lastValue() - Method in class org.ojalgo.series.MappedIndexSeries
- LATEST_SEQUENCE - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- layer(int) - Method in class org.ojalgo.ann.NetworkBuilder
- layer(int, ArtificialNeuralNetwork.Activator) - Method in class org.ojalgo.ann.NetworkBuilder
- LayerTemplate - Class in org.ojalgo.ann
- LayerTemplate(int, int, ArtificialNeuralNetwork.Activator) - Constructor for class org.ojalgo.ann.LayerTemplate
- LCB - Static variable in class org.ojalgo.netio.ASCII
- LDL<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
LDL: [A] = [L][D][L]H (or [R]H[D][R])
- LDL.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- LDL.ModifiedFactory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- LDLDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- LDLDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.LDLDecomposition
- LDLDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- LDLDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- LDLDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- LDLDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- LDLDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
- LDU<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
LDU: [A] = [L][D][U] ( [PL][L][D][U][PU] )
- learningRate - Variable in class org.ojalgo.ann.TrainingConfiguration
- LEAST_SQUARES - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- leastSquares(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- left() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- left() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- left() - Method in interface org.ojalgo.type.keyvalue.KeyValue
- left(long) - Method in class org.ojalgo.matrix.BasicMatrix
- left(long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- left(long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- left(Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- left(Access2D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- left(Access2D<N>...) - Method in class org.ojalgo.matrix.BasicMatrix
- left(Access2D<N>...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- left(S) - Method in interface org.ojalgo.structure.Structure2D.Logical
- left(S...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- LEFT - Static variable in class org.ojalgo.scalar.ComplexNumber
- LEFT - Static variable in class org.ojalgo.scalar.RationalNumber
- LeftRightStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A merger of two MatrixStore instances by placing one store to the right of the other.
- LeftRightStore(MatrixStore<N>, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.LeftRightStore
- length - Variable in class org.ojalgo.array.Array1D
- length - Static variable in class org.ojalgo.netio.CharacterRing
- length - Variable in class org.ojalgo.random.Random1D
- length() - Method in class org.ojalgo.netio.CharacterRing
- length() - Method in class org.ojalgo.netio.CharArraySegment
- level(double) - Method in class org.ojalgo.optimisation.ModelEntity
- level(long) - Method in class org.ojalgo.optimisation.ModelEntity
- level(Comparable<?>) - Method in class org.ojalgo.optimisation.ModelEntity
- LEVEL - Static variable in class org.ojalgo.optimisation.Presolvers
- LF - Static variable in class org.ojalgo.netio.ASCII
- LI - org.ojalgo.optimisation.FileFormatMPS.BoundType
- limit() - Method in class org.ojalgo.netio.SegmentedFile.Segment
- limit(int) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- limit(IntSupplier) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- LIMIT - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- LIMIT - Static variable in class org.ojalgo.type.ColourData
- limitBy(double) - Method in class org.ojalgo.machine.VirtualMachine
- limitCoresTo(int) - Static method in class org.ojalgo.OjAlgoUtils
-
With several CPU cores present you can limit the number of threads used by ojAlgo by defining how many of the cores ojAlgo should "see".
- limitEnvironmentBy(double) - Static method in class org.ojalgo.OjAlgoUtils
- limitObjective(BigDecimal, BigDecimal) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.AbstractStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.ColumnsStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.IdentityStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.LimitStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.OffsetStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.SparseStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.TransjugatedStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
- limitOfColumn(int) - Method in class org.ojalgo.matrix.store.ZeroStore
- limitOfColumn(int) - Method in interface org.ojalgo.structure.Structure2D
-
The default value is simply
this.countRows()
, and if all elements are zeros then0
. - limitOfColumn(Structure1D, int, int) - Static method in interface org.ojalgo.structure.Structure2D
- limitOfColumn(Structure1D, long, long) - Static method in interface org.ojalgo.structure.Structure2D
- limitOfRange(long, long) - Method in class org.ojalgo.array.SparseArray
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.AbstractStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.IdentityStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.LimitStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.OffsetStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.RowsStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.SparseStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.TransjugatedStore
- limitOfRow(int) - Method in class org.ojalgo.matrix.store.ZeroStore
- limitOfRow(int) - Method in interface org.ojalgo.structure.Structure2D
-
The default value is simply
this.countColumns()
, and if all elements are zeros then0
. - limitOfRow(Structure1D, int, int) - Static method in interface org.ojalgo.structure.Structure2D
- limitOfRow(Structure1D, long, long) - Static method in interface org.ojalgo.structure.Structure2D
- LimitRegion(TransformableRegion<N>, TransformableRegion.FillByMultiplying<N>, int, int) - Constructor for class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- limits(long, long) - Method in class org.ojalgo.matrix.BasicMatrix
- limits(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Setting either limit to < 0 is interpreted as "no limit" (useful when you only want to limit either the rows or columns, and don't know the size of the other)
- limits(long, long) - Method in interface org.ojalgo.structure.Structure2D.Logical
-
Setting either limit to < 0 is interpreted as "no limit" (useful when you only want to limit either the rows or columns, and don't know the size of the other)
- LimitStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- LimitStore(int, int, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.LimitStore
- LimitStore(long, long, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.LimitStore
- limitThreadsTo(int) - Static method in class org.ojalgo.OjAlgoUtils
- limitUnitsTo(int) - Static method in class org.ojalgo.OjAlgoUtils
-
With several CPU:s present you can limit the number of threads used by ojAlgo by defining how many of the CPU:s ojAlgo should "see".
- line - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- linear() - Method in class org.ojalgo.function.multiary.AffineFunction
- linear() - Method in class org.ojalgo.function.multiary.LinearFunction
- linear() - Method in interface org.ojalgo.function.multiary.MultiaryFunction.Linear
- linear() - Method in class org.ojalgo.function.multiary.QuadraticFunction
- linear() - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- linear() - Method in class org.ojalgo.optimisation.Optimisation.Options
- linear(double...) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Set the linear part of the objective function
- linear(LinearSolver.Configuration) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Configurations specific to ojAlgo's built-in
LinearSolver
. - linear(Access1D<?>) - Method in class org.ojalgo.function.multiary.QuadraticFunction.Factory
- linear(Access1D<?>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Set the linear part of the objective function
- LINEAR_OBJECTIVE - Static variable in class org.ojalgo.optimisation.Presolvers
-
If the expression is linear and contributes to the objective function, then the contributions are transferred to the variables and the weight of the expression set to null.
- LinearFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
-
[l]T[x]
- LinearFunction(MatrixStore<N>) - Constructor for class org.ojalgo.function.multiary.LinearFunction
- LinearFunction.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- LinearSolver - Class in org.ojalgo.optimisation.linear
- LinearSolver(Optimisation.Options) - Constructor for class org.ojalgo.optimisation.linear.LinearSolver
- LinearSolver.Builder - Class in org.ojalgo.optimisation.linear
-
Compared to
LinearSolver.StandardBuilder
this builder:
1) Accepts inequality constraints
2) Has relaxed the requiremnt on the RHS to be non-negative (both equalities and inequalities) - LinearSolver.Configuration - Class in org.ojalgo.optimisation.linear
- LinearSolver.ModelIntegration - Class in org.ojalgo.optimisation.linear
- LinearSolver.NewIntegration - Class in org.ojalgo.optimisation.linear
-
An integration to a new/alternative/experimental LP-solver.
- LinearSolver.OldIntegration - Class in org.ojalgo.optimisation.linear
- LinearStructure - Class in org.ojalgo.optimisation.linear
-
LP (simplex tableau) meta data.
- LinearStructure(boolean, int, int, int, int, int, int) - Constructor for class org.ojalgo.optimisation.linear.LinearStructure
- LinearStructure(int, int) - Constructor for class org.ojalgo.optimisation.linear.LinearStructure
- LineSplittingParser - Class in org.ojalgo.netio
- LineSplittingParser() - Constructor for class org.ojalgo.netio.LineSplittingParser
- LineSplittingParser(String) - Constructor for class org.ojalgo.netio.LineSplittingParser
- LineSplittingParser(String, boolean) - Constructor for class org.ojalgo.netio.LineSplittingParser
- LineTerminator - Enum in org.ojalgo.netio
- LineTerminator(char[]) - Constructor for enum org.ojalgo.netio.LineTerminator
- LineView() - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- LineView(int, char) - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- ListFactory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.NumberList.ListFactory
- listIterator() - Method in class org.ojalgo.array.NumberList
- listIterator() - Method in class org.ojalgo.type.collection.CloseableList
- listIterator(int) - Method in class org.ojalgo.array.NumberList
- listIterator(int) - Method in class org.ojalgo.type.collection.CloseableList
- LN2 - Static variable in class org.ojalgo.function.special.PowerOf2
- LO - org.ojalgo.optimisation.FileFormatMPS.BoundType
- LOCAL_DATE - Static variable in interface org.ojalgo.series.BasicSeries
- LOCAL_DATE - Static variable in class org.ojalgo.type.TimeIndex
- LOCAL_DATE_TIME - Static variable in interface org.ojalgo.series.BasicSeries
- LOCAL_DATE_TIME - Static variable in class org.ojalgo.type.TimeIndex
- LOCAL_TIME - Static variable in interface org.ojalgo.series.BasicSeries
- LOCAL_TIME - Static variable in class org.ojalgo.type.TimeIndex
- log() - Method in class org.ojalgo.function.BigFunction
- log() - Method in class org.ojalgo.function.ComplexFunction
- log() - Method in class org.ojalgo.function.FunctionSet
- log() - Method in class org.ojalgo.function.PrimitiveFunction
- log() - Method in class org.ojalgo.function.QuadrupleFunction
- log() - Method in class org.ojalgo.function.QuaternionFunction
- log() - Method in class org.ojalgo.function.RationalFunction
- log() - Method in class org.ojalgo.optimisation.GenericSolver
- log() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- log() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- log() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- log() - Method in class org.ojalgo.series.primitive.SeriesSet
- log(int, String, Object...) - Method in class org.ojalgo.optimisation.GenericSolver
- log(String, Object...) - Method in class org.ojalgo.optimisation.GenericSolver
- log(String, Access2D<?>) - Method in class org.ojalgo.optimisation.GenericSolver
- log(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- LOG - Static variable in class org.ojalgo.function.constant.BigMath
- LOG - Static variable in class org.ojalgo.function.constant.ComplexMath
- LOG - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- LOG - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- LOG - Static variable in class org.ojalgo.function.constant.QuaternionMath
- LOG - Static variable in class org.ojalgo.function.constant.RationalMath
- LOG_SQRT_TWO_PI - Static variable in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
- log10() - Method in class org.ojalgo.function.BigFunction
- log10() - Method in class org.ojalgo.function.ComplexFunction
- log10() - Method in class org.ojalgo.function.FunctionSet
- log10() - Method in class org.ojalgo.function.PrimitiveFunction
- log10() - Method in class org.ojalgo.function.QuadrupleFunction
- log10() - Method in class org.ojalgo.function.QuaternionFunction
- log10() - Method in class org.ojalgo.function.RationalFunction
- log10(double, double) - Static method in class org.ojalgo.function.special.MissingMath
-
For very small arguments (regardless of sign) the replacement is returned instead
- LOG10 - Static variable in class org.ojalgo.function.constant.BigMath
- LOG10 - Static variable in class org.ojalgo.function.constant.ComplexMath
- LOG10 - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- LOG10 - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- LOG10 - Static variable in class org.ojalgo.function.constant.QuaternionMath
- LOG10 - Static variable in class org.ojalgo.function.constant.RationalMath
- log1p() - Method in class org.ojalgo.function.BigFunction
- log1p() - Method in class org.ojalgo.function.ComplexFunction
- log1p() - Method in class org.ojalgo.function.FunctionSet
- log1p() - Method in class org.ojalgo.function.PrimitiveFunction
- log1p() - Method in class org.ojalgo.function.QuadrupleFunction
- log1p() - Method in class org.ojalgo.function.QuaternionFunction
- log1p() - Method in class org.ojalgo.function.RationalFunction
- LOG1P - Static variable in class org.ojalgo.function.constant.BigMath
- LOG1P - Static variable in class org.ojalgo.function.constant.ComplexMath
- LOG1P - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- LOG1P - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- LOG1P - Static variable in class org.ojalgo.function.constant.QuaternionMath
- LOG1P - Static variable in class org.ojalgo.function.constant.RationalMath
- logarithmic(double) - Static method in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
- logarithmic(ComplexNumber) - Static method in class org.ojalgo.function.special.GammaFunction.LanczosApproximation
- Logarithmic() - Constructor for class org.ojalgo.function.special.GammaFunction.Logarithmic
- logCurrentState() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- logDebugTableau(String) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- logger_appender - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
If this is null nothing is printed, if it is not null then progress/debug messages are printed to that BasicLogger.
- logger_detailed - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Detailed (debug) logging or not.
- logger_solver - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Which Optimisation.Solver to debug.
- logical() - Method in class org.ojalgo.matrix.BasicMatrix
-
Deprecated.v50 No need for this!
- logical() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Deprecated.v50 No need as
MatrixStore
now implementsLogical
. - LogicalStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
Logical stores are (intended to be) immutable.
- LogicalStore(MatrixStore<N>, int, int) - Constructor for class org.ojalgo.matrix.store.LogicalStore
- LogicalStore(MatrixStore<N>, long, long) - Constructor for class org.ojalgo.matrix.store.LogicalStore
- logistic() - Method in class org.ojalgo.function.BigFunction
- logistic() - Method in class org.ojalgo.function.ComplexFunction
- logistic() - Method in class org.ojalgo.function.FunctionSet
-
Standard logistic sigmoid function
- logistic() - Method in class org.ojalgo.function.PrimitiveFunction
- logistic() - Method in class org.ojalgo.function.QuadrupleFunction
- logistic() - Method in class org.ojalgo.function.QuaternionFunction
- logistic() - Method in class org.ojalgo.function.RationalFunction
- logistic(double) - Static method in class org.ojalgo.function.special.MissingMath
- LOGISTIC - Static variable in class org.ojalgo.function.constant.BigMath
- LOGISTIC - Static variable in class org.ojalgo.function.constant.ComplexMath
- LOGISTIC - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- LOGISTIC - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- LOGISTIC - Static variable in class org.ojalgo.function.constant.QuaternionMath
- LOGISTIC - Static variable in class org.ojalgo.function.constant.RationalMath
- logit() - Method in class org.ojalgo.function.BigFunction
- logit() - Method in class org.ojalgo.function.ComplexFunction
- logit() - Method in class org.ojalgo.function.FunctionSet
- logit() - Method in class org.ojalgo.function.PrimitiveFunction
- logit() - Method in class org.ojalgo.function.QuadrupleFunction
- logit() - Method in class org.ojalgo.function.QuaternionFunction
- logit() - Method in class org.ojalgo.function.RationalFunction
- logit(double) - Static method in class org.ojalgo.function.special.MissingMath
- LOGIT - Static variable in class org.ojalgo.function.constant.BigMath
- LOGIT - Static variable in class org.ojalgo.function.constant.ComplexMath
- LOGIT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- LOGIT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- LOGIT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- LOGIT - Static variable in class org.ojalgo.function.constant.RationalMath
- LogNormal - Class in org.ojalgo.random
-
A continuous distribution in which the logarithm of a variable has a normal distribution.
- LogNormal() - Constructor for class org.ojalgo.random.LogNormal
- LogNormal(double, double) - Constructor for class org.ojalgo.random.LogNormal
-
The location and scale parameters are the mean and standard deviation of the variable's logarithm (by definition, the variable's logarithm is normally distributed).
- logProgress(int, String, CalendarDateDuration) - Method in class org.ojalgo.optimisation.GenericSolver
- logProgress(int, String, CalendarDateDuration) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- LONG - org.ojalgo.machine.JavaType
- LONG - org.ojalgo.type.format.DateStyle
- LONG - Static variable in class org.ojalgo.netio.TypeParser
- LONG_DENOMINATOR - Static variable in class org.ojalgo.scalar.Amount
- LONG_DENOMINATOR - Static variable in class org.ojalgo.scalar.Money
- LONG_DENOMINATOR - Static variable in class org.ojalgo.scalar.Price
- LONG_DENOMINATOR - Static variable in class org.ojalgo.scalar.Quantity
- LONG_POWERS - Static variable in class org.ojalgo.function.special.PowerOf2
- LongIndex() - Constructor for class org.ojalgo.structure.Structure1D.LongIndex
- LongIndex(long) - Constructor for class org.ojalgo.structure.Structure1D.LongIndex
- LongPower(int) - Constructor for class org.ojalgo.function.special.PowerOf2.LongPower
- LongReference() - Constructor for class org.ojalgo.structure.StructureAnyD.LongReference
- LongReference(long...) - Constructor for class org.ojalgo.structure.StructureAnyD.LongReference
- LongRowColumn() - Constructor for class org.ojalgo.structure.Structure2D.LongRowColumn
- LongRowColumn(long, long) - Constructor for class org.ojalgo.structure.Structure2D.LongRowColumn
- LongRowColumn(Structure1D.LongIndex, Structure1D.LongIndex) - Constructor for class org.ojalgo.structure.Structure2D.LongRowColumn
- LongToNumberMap<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
A
SortedMap
with primitive valued long keys andComparable
values (incl. - LongToNumberMap(DenseArray.Factory<N>, GrowthStrategy) - Constructor for class org.ojalgo.array.LongToNumberMap
- LongToNumberMap.MapFactory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- longValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- longValue() - Method in class org.ojalgo.random.RandomNumber
- longValue() - Method in class org.ojalgo.scalar.BigScalar
- longValue() - Method in class org.ojalgo.scalar.ComplexNumber
- longValue() - Method in class org.ojalgo.scalar.ExactDecimal
- longValue() - Method in class org.ojalgo.scalar.PrimitiveScalar
- longValue() - Method in class org.ojalgo.scalar.Quadruple
- longValue() - Method in class org.ojalgo.scalar.Quaternion
- longValue() - Method in class org.ojalgo.scalar.RationalNumber
- longValue() - Method in class org.ojalgo.type.CalendarDateDuration
- longValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- longValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- longValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- longValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- longValue() - Method in interface org.ojalgo.type.NumberDefinition
- longValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- longValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedInt
- longValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedLong
- longValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- longValue(int) - Method in class org.ojalgo.array.Array1D
- longValue(int) - Method in class org.ojalgo.array.Array2D
- longValue(int) - Method in class org.ojalgo.array.ArrayAnyD
- longValue(int) - Method in class org.ojalgo.array.ArrayR064
- longValue(int) - Method in class org.ojalgo.array.ArrayR256
- longValue(int) - Method in class org.ojalgo.array.ArrayZ064
- longValue(int) - Method in class org.ojalgo.array.BufferR064
- longValue(int) - Method in class org.ojalgo.array.BufferZ064
- longValue(int) - Method in class org.ojalgo.array.OffHeapZ064
- longValue(int) - Method in class org.ojalgo.array.PlainArray
- longValue(int) - Method in class org.ojalgo.array.ScalarArray
- longValue(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- longValue(int) - Method in interface org.ojalgo.structure.Access1D
- longValue(int) - Method in interface org.ojalgo.structure.Access2D
- longValue(int) - Method in class org.ojalgo.tensor.VectorTensor
- longValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- longValue(int) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- longValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- longValue(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- longValue(int, int) - Method in class org.ojalgo.array.Array2D
- longValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- longValue(int, int) - Method in interface org.ojalgo.structure.Access2D
- longValue(int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- longValue(long) - Method in class org.ojalgo.array.Array1D
- longValue(long) - Method in class org.ojalgo.array.Array2D
- longValue(long) - Method in class org.ojalgo.array.ArrayAnyD
- longValue(long) - Method in class org.ojalgo.array.OffHeapZ064
- longValue(long) - Method in class org.ojalgo.array.PlainArray
- longValue(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- longValue(long) - Method in interface org.ojalgo.structure.Access1D
- longValue(long) - Method in interface org.ojalgo.structure.Access2D
- longValue(long) - Method in class org.ojalgo.tensor.VectorTensor
- longValue(long) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- longValue(long) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- longValue(long...) - Method in class org.ojalgo.array.ArrayAnyD
- longValue(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- longValue(long...) - Method in class org.ojalgo.tensor.AnyTensor
- longValue(long, long) - Method in class org.ojalgo.array.Array2D
- longValue(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- longValue(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- longValue(long, long) - Method in interface org.ojalgo.structure.Access2D
- longValue(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- longValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- longValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- longValue(Enum<?>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- longValue(K) - Method in class org.ojalgo.structure.Keyed1D
- longValue(R, C) - Method in class org.ojalgo.structure.Keyed2D
- lookupIndices(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- lookupRoots(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- lookupRootsExponent(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- loop(int, long[], Predicate<long[]>, StructureAnyD.ReferenceCallback) - Method in interface org.ojalgo.structure.StructureAnyD
- loop(int, long[], StructureAnyD.ReferenceCallback) - Method in interface org.ojalgo.structure.StructureAnyD
- loop(int, long, Structure1D.LoopCallback) - Method in interface org.ojalgo.structure.StructureAnyD
-
Will loop through this multidimensional data structure so that one index value of one dimension is fixed.
- loop(long[], int, Structure1D.LoopCallback) - Method in interface org.ojalgo.structure.StructureAnyD
- loopAllReferences(StructureAnyD.ReferenceCallback) - Method in interface org.ojalgo.structure.StructureAnyD
- loopReferences(Predicate<long[]>, StructureAnyD.ReferenceCallback) - Method in interface org.ojalgo.structure.StructureAnyD
- low - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- low - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- low - Variable in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- low - Variable in class org.ojalgo.matrix.transformation.Rotation
- lower - Variable in class org.ojalgo.data.domain.finance.portfolio.LowerUpper
- lower - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Template
- lower(double) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- lower(double) - Method in class org.ojalgo.optimisation.ModelEntity
- lower(double...) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- lower(double, double) - Static method in class org.ojalgo.function.special.GammaFunction.Incomplete
- lower(double, double) - Static method in class org.ojalgo.function.special.GammaFunction.Regularized
- lower(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- lower(int, double) - Static method in class org.ojalgo.function.special.GammaFunction.Incomplete
- lower(int, double) - Static method in class org.ojalgo.function.special.GammaFunction.Regularized
- lower(long) - Method in class org.ojalgo.optimisation.ModelEntity
- lower(Comparable<?>) - Method in class org.ojalgo.optimisation.ModelEntity
-
Extremely large (absolute value) values are treated as "no limit" (null) and extremely small values are treated as exactly 0.0, unless the input number type is
BigDecimal
. - lower(Comparable<?>) - Method in class org.ojalgo.optimisation.Variable
- lower(ComplexNumber, double) - Static method in class org.ojalgo.function.special.GammaFunction.Incomplete
- lower(ComplexNumber, double) - Static method in class org.ojalgo.function.special.GammaFunction.Regularized
- LOWER - org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Variables at their lower bound - may increase
- LOWER - org.ojalgo.optimisation.Optimisation.ConstraintType
-
Corresponds to setting
ModelEntity.lower(Comparable)
and/or checkingOptimisation.Constraint.isLowerConstraint()
. - LOWER - Static variable in class org.ojalgo.optimisation.Presolvers
- LOWERCASE_A - Static variable in class org.ojalgo.netio.ASCII
- LOWERCASE_Z - Static variable in class org.ojalgo.netio.ASCII
- lowerEntry(K) - Method in class org.ojalgo.series.TreeSeries
- LowerHessenbergStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A Hessenberg matrix is one that is "almost" triangular.
- LowerHessenbergStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.LowerHessenbergStore
- lowerKey(K) - Method in class org.ojalgo.series.TreeSeries
- LowerSymmetricStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- LowerSymmetricStore(MatrixStore<N>, boolean) - Constructor for class org.ojalgo.matrix.store.LowerSymmetricStore
- LowerTriangularStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- LowerTriangularStore(MatrixStore<N>, boolean) - Constructor for class org.ojalgo.matrix.store.LowerTriangularStore
- LowerUpper - Class in org.ojalgo.data.domain.finance.portfolio
- LowerUpper(Comparable<?>, Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.LowerUpper
- LU<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
LU: [A] = [L][U]
- LU.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- LUDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- LUDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.LUDecomposition
- LUDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- LUDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- LUDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- LUDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- LUDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
M
- m - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
-
Calculation row and column dimensions, possibly transposed from the input
- m - Variable in class org.ojalgo.optimisation.linear.SimplexStore
-
The number of constraints (upper, lower and equality)
- MACHINE_EPSILON - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- MACHINE_LARGEST - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- MACHINE_SMALLEST - Static variable in class org.ojalgo.function.constant.PrimitiveMath
-
Refers to "min normal" rather than "min value"
- MACINTOSH - org.ojalgo.netio.LineTerminator
- magnitude(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
-
Returns a rough approximation of
Math.log10(double)
forBigDecimal
. - main(String[]) - Static method in class org.ojalgo.OjAlgoUtils
- make() - Method in class org.ojalgo.array.LongToNumberMap.MapFactory
- make() - Method in class org.ojalgo.array.NumberList.ListFactory
- make() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
-
Will create a new decomposition instance suitable for typical/most cases.
- make() - Static method in class org.ojalgo.random.SampleSet
- make(boolean) - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal.Factory
- make(boolean) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Factory
- make(boolean) - Method in interface org.ojalgo.matrix.decomposition.QR.Factory
- make(boolean) - Method in interface org.ojalgo.matrix.decomposition.SingularValue.Factory
- make(double, double) - Static method in class org.ojalgo.random.LogNormal
- make(double, double) - Static method in class org.ojalgo.random.process.GeometricBrownianMotion
-
Assuming initial value = 1.0 and horizon = 1.0.
- make(double, double, double) - Static method in class org.ojalgo.random.process.GeometricBrownianMotion
-
Assuming initial value = 1.0.
- make(double, double, double, double) - Static method in class org.ojalgo.random.process.GeometricBrownianMotion
- make(int) - Method in class org.ojalgo.array.Array1D.Factory
- make(int) - Static method in class org.ojalgo.array.ArrayC128
- make(int) - Method in class org.ojalgo.array.ArrayFactory
- make(int) - Static method in class org.ojalgo.array.ArrayH256
- make(int) - Static method in class org.ojalgo.array.ArrayQ128
- make(int) - Static method in class org.ojalgo.array.ArrayR032
- make(int) - Static method in class org.ojalgo.array.ArrayR064
- make(int) - Static method in class org.ojalgo.array.ArrayR128
- make(int) - Static method in class org.ojalgo.array.ArrayR256
- make(int) - Static method in class org.ojalgo.array.ArrayZ008
- make(int) - Static method in class org.ojalgo.array.ArrayZ016
- make(int) - Static method in class org.ojalgo.array.ArrayZ032
- make(int) - Static method in class org.ojalgo.array.ArrayZ064
- make(int) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- make(int) - Static method in class org.ojalgo.array.PrimitiveArray
- make(int) - Method in class org.ojalgo.array.SparseArray.SparseFactory
- make(int) - Method in class org.ojalgo.function.multiary.AffineFunction.Factory
- make(int) - Method in class org.ojalgo.function.multiary.ConstantFunction.Factory
- make(int) - Method in class org.ojalgo.function.multiary.LinearFunction.Factory
- make(int) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction.Factory
- make(int) - Method in class org.ojalgo.function.multiary.QuadraticFunction.Factory
- make(int) - Static method in class org.ojalgo.netio.EnumeratedColumnsParser
- make(int) - Method in interface org.ojalgo.structure.Factory1D
- make(int) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- make(int) - Method in class org.ojalgo.tensor.TensorFactory1D
- make(int) - Method in class org.ojalgo.tensor.VectorTensor.Factory
- make(int...) - Method in class org.ojalgo.array.ArrayAnyD.Factory
- make(int...) - Method in interface org.ojalgo.structure.FactoryAnyD
- make(int...) - Method in interface org.ojalgo.structure.FactoryAnyD.TwoStep
- make(int...) - Method in class org.ojalgo.tensor.AnyTensor.Factory
- make(int...) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- make(int, boolean) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Factory
- make(int, boolean) - Method in class org.ojalgo.matrix.task.DeterminantTask.Factory
- make(int, boolean) - Method in class org.ojalgo.matrix.task.InverterTask.Factory
- make(int, char) - Method in enum org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
- make(int, int) - Method in class org.ojalgo.array.Array2D.Factory
- make(int, int) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
-
Will create a new decomposition instance suitable for matrices of the specified size.
- make(int, int) - Static method in class org.ojalgo.matrix.decomposition.RawDecomposition
- make(int, int) - Method in class org.ojalgo.matrix.MatrixFactory
- make(int, int) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- make(int, int) - Method in class org.ojalgo.matrix.store.SparseStore.Factory
- make(int, int) - Method in interface org.ojalgo.structure.Factory2D
- make(int, int) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- make(int, int) - Method in class org.ojalgo.tensor.MatrixTensor.Factory
- make(int, int) - Method in class org.ojalgo.tensor.TensorFactory2D
- make(int, int, int, boolean, boolean) - Method in class org.ojalgo.matrix.task.SolverTask.Factory
- make(long) - Method in class org.ojalgo.array.Array1D.Factory
- make(long) - Method in class org.ojalgo.array.ArrayFactory
- make(long) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- make(long) - Method in class org.ojalgo.array.SparseArray.SparseFactory
- make(long) - Method in interface org.ojalgo.structure.Factory1D
- make(long) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- make(long) - Method in class org.ojalgo.tensor.TensorFactory1D
- make(long...) - Method in class org.ojalgo.array.ArrayAnyD.Factory
- make(long...) - Method in interface org.ojalgo.structure.FactoryAnyD
- make(long...) - Method in interface org.ojalgo.structure.FactoryAnyD.TwoStep
- make(long...) - Method in class org.ojalgo.tensor.AnyTensor.Factory
- make(long...) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- make(long, long) - Method in class org.ojalgo.array.Array2D.Factory
- make(long, long) - Method in class org.ojalgo.matrix.MatrixFactory
- make(long, long) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- make(long, long) - Method in interface org.ojalgo.structure.Factory2D
- make(long, long) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- make(long, long) - Method in class org.ojalgo.tensor.MatrixTensor.Factory
- make(long, long) - Method in class org.ojalgo.tensor.TensorFactory2D
- make(long, CalendarDate.Resolution) - Static method in class org.ojalgo.type.CalendarDate
- make(Class<?>) - Static method in class org.ojalgo.machine.MemoryEstimator
- make(Class<? extends Enum<?>>) - Static method in class org.ojalgo.netio.EnumeratedColumnsParser
- make(Calendar, CalendarDate.Resolution) - Static method in class org.ojalgo.type.CalendarDate
- make(Date, CalendarDate.Resolution) - Static method in class org.ojalgo.type.CalendarDate
- make(DenseArray.Factory<Double>) - Static method in interface org.ojalgo.series.BasicSeries
- make(DenseArray.Factory<Double>, BinaryFunction<Double>) - Static method in interface org.ojalgo.series.BasicSeries
- make(DenseArray.Factory<N>, Structure1D.IndexMapper<N>) - Static method in interface org.ojalgo.series.BasicSeries
- make(DenseArray.Factory<N>, Structure1D.IndexMapper<N>, BinaryFunction<N>) - Static method in interface org.ojalgo.series.BasicSeries
- make(MatrixStore<N>) - Method in class org.ojalgo.matrix.task.DeterminantTask.Factory
- make(MatrixStore<N>) - Method in class org.ojalgo.matrix.task.InverterTask.Factory
- make(MatrixStore<N>, boolean) - Static method in interface org.ojalgo.matrix.transformation.HouseholderReference
- make(MatrixStore<N>, MatrixStore<N>) - Method in class org.ojalgo.matrix.task.SolverTask.Factory
- make(ExpressionsBasedModel) - Static method in class org.ojalgo.optimisation.integer.IntegerSolver
- make(RandomNumber, int) - Static method in class org.ojalgo.random.SampleSet
- make(Structure1D) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- make(Structure1D) - Method in interface org.ojalgo.structure.Factory1D
- make(Structure1D) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- make(Structure1D, Structure1D) - Method in interface org.ojalgo.structure.Factory1D
-
Make new instance of compatible size.
- make(Structure1D, Structure1D) - Method in interface org.ojalgo.structure.Factory2D
-
Make new instance of compatible dimensions.
- make(Structure1D, Structure1D) - Method in interface org.ojalgo.structure.FactoryAnyD
-
Make new instance of compatible size/shape.
- make(Structure2D) - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal.Factory
- make(Structure2D) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Factory
- make(Structure2D) - Method in class org.ojalgo.matrix.decomposition.LDL.ModifiedFactory
- make(Structure2D) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Factory
-
Will create a new decomposition instance suitable for matrices of the specified size.
- make(Structure2D) - Method in interface org.ojalgo.matrix.decomposition.QR.Factory
- make(Structure2D) - Method in interface org.ojalgo.matrix.decomposition.SingularValue.Factory
- make(Structure2D) - Method in interface org.ojalgo.structure.Factory2D
- make(Structure2D) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- make(Structure2D, boolean) - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal.Factory
- make(Structure2D, boolean) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Factory
- make(Structure2D, boolean) - Method in interface org.ojalgo.matrix.decomposition.QR.Factory
- make(Structure2D, boolean) - Method in interface org.ojalgo.matrix.decomposition.SingularValue.Factory
- make(Structure2D, boolean, boolean) - Method in class org.ojalgo.matrix.task.DeterminantTask.Factory
- make(Structure2D, boolean, boolean) - Method in class org.ojalgo.matrix.task.InverterTask.Factory
- make(Structure2D, Structure2D, boolean, boolean) - Method in class org.ojalgo.matrix.task.SolverTask.Factory
- make(StructureAnyD) - Method in interface org.ojalgo.structure.FactoryAnyD
- make(StructureAnyD) - Method in interface org.ojalgo.structure.FactoryAnyD.TwoStep
- make(CalendarDate.Resolution) - Static method in class org.ojalgo.type.CalendarDate
- makeAffineFunction() - Method in class org.ojalgo.optimisation.Expression
- makeArray(int) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeCalendarPriceSeries(double[], Calendar, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- makeChunk(DenseArray.Factory<N>) - Method in class org.ojalgo.array.GrowthStrategy
- makeColumn(MatrixStore<N>) - Static method in interface org.ojalgo.matrix.transformation.HouseholderReference
- makeColumnsSupplier(int) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeConstantFunction() - Method in class org.ojalgo.optimisation.Expression
- makeCovarianceMatrix(Collection<CalendarDateSeries<V>>) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- makeCovarianceMatrix(List<CalendarDateSeries<N>>, boolean) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- makeD() - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- makeD() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- makeD() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- makeD() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- makeD() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- makeD() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- makeD() - Method in class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- makeD() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- makeD() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- makeD(double[], double[]) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- makeD(double[], double[]) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- makeDatePriceSeries(double[], Date, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- makeDense(int) - Method in class org.ojalgo.matrix.MatrixFactory
- makeDenseArray(long) - Method in class org.ojalgo.array.BufferArray.Factory
- makeDenseArray(long) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- makeDenseArray(long) - Method in class org.ojalgo.array.DenseArray.Factory
- makeDenseArray(long) - Method in class org.ojalgo.array.OffHeapArray.Factory
- makeDiagonal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- makeDiagonal(double...) - Method in class org.ojalgo.matrix.MatrixFactory
- makeDiagonal(D) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeDiagonal(D) - Static method in class org.ojalgo.matrix.decomposition.RawDecomposition
- makeDiagonal(D) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeDiagonal(Access1D<?>) - Method in class org.ojalgo.matrix.MatrixFactory
- makeDirty() - Method in class org.ojalgo.type.ForgetfulMap.ValueCache
-
Will force re-creation of the value the next time
ForgetfulMap.ValueCache.getCachedObject()
is called. - makeDirty() - Method in class org.ojalgo.type.TypeCache
-
Deprecated.
- makeEigenvalues() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- makeEigenvalues() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- makeEigenvalues() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- makeEigenvalues() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- makeEigenvalues() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- makeExcessGrowthRateSampleSet(CalendarDateSeries<?>, CalendarDateSeries<?>) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- makeEye(int, int) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeEye(int, int) - Method in class org.ojalgo.matrix.MatrixFactory
- makeEye(long, long) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeEye(Structure2D) - Method in class org.ojalgo.matrix.MatrixFactory
- makeEye(Structure2D) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeFilled(long[], NullaryFunction<?>) - Method in class org.ojalgo.array.ArrayAnyD.Factory
- makeFilled(long[], NullaryFunction<?>) - Method in interface org.ojalgo.structure.FactoryAnyD.TwoStep
- makeFilled(long, long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array2D.Factory
- makeFilled(long, long, NullaryFunction<?>) - Method in class org.ojalgo.matrix.MatrixFactory
- makeFilled(long, long, NullaryFunction<?>) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeFilled(long, long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- makeFilled(long, NullaryFunction<?>) - Method in class org.ojalgo.array.Array1D.Factory
- makeFilled(long, NullaryFunction<?>) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- makeFilled(long, NullaryFunction<?>) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- makeForClassExtendingObject() - Static method in class org.ojalgo.machine.MemoryEstimator
- makeForSubclass(MemoryEstimator) - Static method in class org.ojalgo.machine.MemoryEstimator
- makeGeneralised(Structure2D) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Factory
-
[A][V] = [B][V][D]
- makeGeneralised(Structure2D, Eigenvalue.Generalisation) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Factory
-
http://www.cmth.ph.ic.ac.uk/people/a.mackinnon/Lectures/compphys/node72.html https://www.netlib.org/lapack/lug/node54.html
- makeGeneric(FunctionSet<N>, int, int, N) - Static method in class org.ojalgo.matrix.transformation.Rotation
- makeHouseholder(int) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeHouseholder(int) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- makeHouseholder(int) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeHouseholder(int) - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- makeIdentity(int) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeIdentity(int) - Method in class org.ojalgo.matrix.MatrixFactory
- makeIdentity(long) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeInitial(DenseArray.Factory<N>) - Method in class org.ojalgo.array.GrowthStrategy
- makeInverse() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- makeLQ() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- makeModel(Map<int[], LowerUpper>) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- makeNormalisedExcessPrice(CalendarDateSeries<?>, CalendarDateSeries<?>) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- makePlainText(int) - Static method in class org.ojalgo.netio.Password
- makePolar(double, double) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Static factory method returning a complex number from polar coordinates
- makePolar(double, double[], double) - Static method in class org.ojalgo.scalar.Quaternion
- makePrimitive(int, int, double) - Static method in class org.ojalgo.matrix.transformation.Rotation
- makePureQuadraticFunction() - Method in class org.ojalgo.optimisation.Expression
- makeQ() - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- makeQ() - Method in class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- makeQ() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- makeQ(DecompositionStore<N>, boolean, boolean) - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- makeQuadraticFunction() - Method in class org.ojalgo.optimisation.Expression
- makeReal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.C128
- makeReal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.H256
- makeReal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- makeReal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.Q128
- makeReal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.R064
- makeReal() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.R128
- makeReal(BasicArray<Double>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal.R064
- makeReal(BasicArray<N>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- makeReal(BasicArray<ComplexNumber>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal.C128
- makeReal(BasicArray<Quadruple>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal.R128
- makeReal(BasicArray<Quaternion>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal.H256
- makeReal(BasicArray<RationalNumber>) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal.Q128
- makeRotation(double) - Static method in class org.ojalgo.scalar.ComplexNumber
- makeRotation(int, int, double, double) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeRotation(int, int, double, double) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- makeRotation(int, int, double, double) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeRotation(int, int, double, double) - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- makeRotation(int, int, Double, Double) - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- makeRotation(int, int, N, N) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeRotation(int, int, N, N) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- makeRotation(int, int, N, N) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeRotation(Quaternion.RotationAxis, double) - Static method in class org.ojalgo.scalar.Quaternion
- makeRow(MatrixStore<N>) - Static method in interface org.ojalgo.matrix.transformation.HouseholderReference
- makeRowsSupplier(int) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeRQ() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- makeSegment(DenseArray.Factory<N>) - Method in class org.ojalgo.array.GrowthStrategy
- makeSegmented(long...) - Method in class org.ojalgo.array.ArrayFactory
- makeSegmented(long...) - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- makeSimple() - Static method in class org.ojalgo.machine.Hardware
- makeSimple(String, long, int) - Static method in class org.ojalgo.machine.Hardware
- makeSingle(double) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeSingle(N) - Method in class org.ojalgo.matrix.MatrixFactory
- makeSingle(N) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeSingleEntryList(E) - Static method in interface org.ojalgo.type.BusinessObject
- makeSingleEntryMap(K, V) - Static method in interface org.ojalgo.type.BusinessObject
- makeSingleEntrySet(E) - Static method in interface org.ojalgo.type.BusinessObject
- makeSingularValues() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- makeSparse(long, long) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeSparse(Structure2D) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeSPD(int) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
Make a random Symmetric Positive Definite matrix
- makeStructuredZero(long...) - Method in class org.ojalgo.array.ArrayFactory
-
Typically sparse, but if very small then dense If very large then also segmented
- makeStructuredZero(long...) - Method in class org.ojalgo.array.BasicArray.Factory
- makeStructuredZero(long...) - Method in class org.ojalgo.array.DenseArray.Factory
- makeSymbols(int) - Static method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- makeToBeFilled(long...) - Method in class org.ojalgo.array.ArrayFactory
-
Always dense, but maybe segmented
- makeToBeFilled(long...) - Method in class org.ojalgo.array.BasicArray.Factory
- makeToBeFilled(long...) - Method in class org.ojalgo.array.DenseArray.Factory
- makeV() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- makeV() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- makeV() - Method in class org.ojalgo.matrix.decomposition.GeneralEvD
- makeV() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- makeV() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- makeWrapper(Access2D<?>) - Method in class org.ojalgo.matrix.MatrixFactory
- makeWrapper(Access2D<?>) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeWrapperColumn(Access1D<?>) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeZero(int, int) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeZero(long, long) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- makeZero(Structure2D) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- makeZero(Structure2D) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- managed(boolean) - Method in class org.ojalgo.data.batch.BatchManager
- managed(boolean) - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
Do you want a JMX bean to keep track of throughput?
- ManagedReader<T> - Class in org.ojalgo.netio
- ManagedReader(Throughput, FromFileReader<T>) - Constructor for class org.ojalgo.netio.ManagedReader
- ManagedWriter<T> - Class in org.ojalgo.netio
- ManagedWriter(Throughput, ToFileWriter<T>) - Constructor for class org.ojalgo.netio.ManagedWriter
- manager(String) - Method in class org.ojalgo.netio.ReaderWriterBuilder
-
Will create a JMX bean, with the given name, that keeps track of the reader/writer's throughput.
- map(Collection<W>, int, Function<W, R>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Simply map each (unique) input item to an output item - a
Collection
of input results in aCollection
of output. - map(Collection<W>, Function<W, R>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Using parallelism
Parallelism.CORES
. - map(Collection<W>, IntSupplier, Function<W, R>) - Method in class org.ojalgo.concurrent.ProcessingService
- map(Function<T, U>) - Method in interface org.ojalgo.netio.FromFileReader
- MapFactory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.LongToNumberMap.MapFactory
- MappedFileFactory(BufferArray.Factory, File) - Constructor for class org.ojalgo.array.BufferArray.MappedFileFactory
- MappedIndexSeries<K extends java.lang.Comparable<? super K>,N extends java.lang.Comparable<N>> - Class in org.ojalgo.series
- MappedIndexSeries(DenseArray.Factory<N>, Structure1D.IndexMapper<K>, BinaryFunction<N>) - Constructor for class org.ojalgo.series.MappedIndexSeries
- MappedIndexSeries(Structure1D.IndexMapper<K>, LongToNumberMap<N>, BinaryFunction<N>) - Constructor for class org.ojalgo.series.MappedIndexSeries
- MappedPrimitives(EntrySet.KeyedPrimitives<K>) - Constructor for class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- MappedReader<IN,OUT> - Class in org.ojalgo.netio
- MappedReader(FromFileReader<IN>, Function<IN, OUT>) - Constructor for class org.ojalgo.netio.MappedReader
- MappedReader(FromFileReader<IN>, Predicate<IN>, Function<IN, OUT>) - Constructor for class org.ojalgo.netio.MappedReader
- MappedWriter<IN,OUT> - Class in org.ojalgo.netio
- MappedWriter(Function<IN, OUT>, ToFileWriter<OUT>) - Constructor for class org.ojalgo.netio.MappedWriter
- mapper() - Method in class org.ojalgo.series.MappedIndexSeries
- mapper() - Static method in interface org.ojalgo.structure.Structure1D
- MAPPER - Static variable in class org.ojalgo.series.MappedIndexSeries
- mapperOf(Structure2D, Structure1D.IndexMapper<R>, Structure1D.IndexMapper<C>) - Static method in interface org.ojalgo.structure.Structure2D
- mapperOf(StructureAnyD, Structure1D.IndexMapper<Object>[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- markAsBoundSwitch() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- MARKER - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- MarketEquilibrium - Class in org.ojalgo.data.domain.finance.portfolio
-
MarketEquilibrium translates between the market portfolio weights and the equilibrium excess returns.
- MarketEquilibrium(String[], Access2D<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- MarketEquilibrium(String[], Access2D<?>, Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- MarketEquilibrium(MarketEquilibrium) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- MarketEquilibrium(Access2D<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- MarketEquilibrium(Access2D<?>, Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- markInfeasible(NodeKey, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
- markInfeasible(NodeKey, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
Called everytime a node/subproblem is found to be infeasible
- markInteger(NodeKey, Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
-
Update the integer significances, based on new integer solution found.
- markInteger(NodeKey, Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
Called everytime a new integer solution is found
- markInteger(NodeKey, Optimisation.Result, ModelStrategy) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- MarkowitzModel - Class in org.ojalgo.data.domain.finance.portfolio
-
The Markowitz model, in this class, is defined as:
- MarkowitzModel(FinancePortfolio.Context) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- MarkowitzModel(MarketEquilibrium, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- MarkowitzModel(MatrixR064, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- MASK_ALPHA - Static variable in class org.ojalgo.data.image.ImageData
- MASK_BLUE - Static variable in class org.ojalgo.data.image.ImageData
- MASK_GREEN - Static variable in class org.ojalgo.data.image.ImageData
- MASK_RED - Static variable in class org.ojalgo.data.image.ImageData
- match(Class<?>) - Static method in enum org.ojalgo.machine.JavaType
- match(Access1D<?>) - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- MATH_032 - Static variable in class org.ojalgo.type.StandardType
-
Precision: 7 Scale: 7 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL
- MATH_064 - Static variable in class org.ojalgo.type.StandardType
-
Precision: 16 Scale: 16 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL
- MATH_128 - Static variable in class org.ojalgo.type.StandardType
-
Precision: 34 Scale: 34 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL
- MATH_CONTEXT - Static variable in class org.ojalgo.array.SparseArray
- MATH_CONTEXT - Static variable in class org.ojalgo.scalar.Quadruple
- MathType - Enum in org.ojalgo.type.math
-
The number sets supported by ojAlgo, paired with a declaration of how they are implemented/approximated.
- MathType(NumberSet, int, JavaType) - Constructor for enum org.ojalgo.type.math.MathType
- matrices() - Method in interface org.ojalgo.structure.AccessAnyD
- MATRIX_ELEMENT_CONTEXT - Static variable in class org.ojalgo.netio.BasicLogger.PrivateDetails
- MATRIX_FACTORY - Static variable in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- MATRIX_FACTORY - Static variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- Matrix2D<N extends java.lang.Comparable<N>,M extends Matrix2D<N,M>> - Interface in org.ojalgo.matrix
-
Definition of what's common to
BasicMatrix
andMatrixStore
. - MatrixC128 - Class in org.ojalgo.matrix
-
A matrix (linear algebra) with Complex
NumberSet.C
elements, implemented using dual 64-bit double values. - MatrixC128(ElementsSupplier<ComplexNumber>) - Constructor for class org.ojalgo.matrix.MatrixC128
-
This method is for internal use only - YOU should NOT use it!
- MatrixC128.DenseReceiver - Class in org.ojalgo.matrix
- MatrixC128.Factory - Class in org.ojalgo.matrix
- MatrixC128.SparseReceiver - Class in org.ojalgo.matrix
- MatrixDecomposition<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Notation used to describe the various matrix decompositions: [A] could be any matrix.
- MatrixDecomposition.Determinant<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- MatrixDecomposition.EconomySize<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Several matrix decompositions can be expressed "economy sized" - some rows or columns of the decomposed matrix parts are not needed for the most releveant use cases, and can therefore be left out.
- MatrixDecomposition.Factory<D extends MatrixDecomposition<?>> - Interface in org.ojalgo.matrix.decomposition
- MatrixDecomposition.Hermitian<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Some matrix decompositions are only available with hermitian (symmetric) matrices or different decomposition algorithms could be used depending on if the matrix is hemitian or not.
- MatrixDecomposition.Ordered<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- MatrixDecomposition.Pivoting<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
The pivot or pivot element is the element of a matrix, or an array, which is selected first by an algorithm (e.g.
- MatrixDecomposition.RankRevealing<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
A rank-revealing matrix decomposition of a matrix [A] is a decomposition that is, or can be transformed to be, on the form [A]=[X][D][Y]T where: [X] and [Y] are square and well conditioned. [D] is diagonal with nonnegative and non-increasing values on the diagonal.
- MatrixDecomposition.Solver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- MatrixDecomposition.Values<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Eigenvalue and Singular Value decompositions can calculate the "values" only.
- MatrixFactory<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>,DR extends Mutate2D.ModifiableReceiver<N> & Factory2D.Builder<M>,SR extends Factory2D.Builder<M>> - Class in org.ojalgo.matrix
-
MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.
- MatrixFactory(Class<M>, PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.matrix.MatrixFactory
- MatrixH256 - Class in org.ojalgo.matrix
-
A matrix (linear algebra) with Quaternion
NumberSet.H
elements, implemented using four 64-bit double values. - MatrixH256(ElementsSupplier<Quaternion>) - Constructor for class org.ojalgo.matrix.MatrixH256
-
This method is for internal use only - YOU should NOT use it!
- MatrixH256.DenseReceiver - Class in org.ojalgo.matrix
- MatrixH256.Factory - Class in org.ojalgo.matrix
- MatrixH256.SparseReceiver - Class in org.ojalgo.matrix
- MatrixOperation - Interface in org.ojalgo.matrix.operation
-
Contents in this package loosely corresponds to BLAS.
- MatrixPipeline<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
Intermediate step in a matrix pipeline – a chain of operations to be executed when the elements are extracted.
- MatrixPipeline(ElementsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline
- MatrixPipeline(ElementsSupplier<N>, int, int) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline
- MatrixPipeline.BinaryOperatorLeft<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.BinaryOperatorRight<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.ColumnsModifier<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.ColumnsReducer<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.Multiplication<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.RowsModifier<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.RowsReducer<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.Transformer<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.Transpose<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixPipeline.UnaryOperator<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- MatrixQ128 - Class in org.ojalgo.matrix
-
A matrix (linear algebra) with Rational
NumberSet.Q
elements, implemented using dual 64-bit long values. - MatrixQ128(ElementsSupplier<RationalNumber>) - Constructor for class org.ojalgo.matrix.MatrixQ128
-
This method is for internal use only - YOU should NOT use it!
- MatrixQ128.DenseReceiver - Class in org.ojalgo.matrix
- MatrixQ128.Factory - Class in org.ojalgo.matrix
- MatrixQ128.SparseReceiver - Class in org.ojalgo.matrix
- MatrixR032 - Class in org.ojalgo.matrix
-
A matrix (linear algebra) with Real
NumberSet.R
elements, approximated by 32-bit float. - MatrixR032(ElementsSupplier<Double>) - Constructor for class org.ojalgo.matrix.MatrixR032
-
This method is for internal use only - YOU should NOT use it!
- MatrixR032.DenseReceiver - Class in org.ojalgo.matrix
- MatrixR032.Factory - Class in org.ojalgo.matrix
- MatrixR032.SparseReceiver - Class in org.ojalgo.matrix
- MatrixR064 - Class in org.ojalgo.matrix
-
A matrix (linear algebra) with Real
NumberSet.R
elements, approximated by 64-bit double. - MatrixR064(ElementsSupplier<Double>) - Constructor for class org.ojalgo.matrix.MatrixR064
-
This method is for internal use only - YOU should NOT use it!
- MatrixR064.DenseReceiver - Class in org.ojalgo.matrix
- MatrixR064.Factory - Class in org.ojalgo.matrix
- MatrixR064.SparseReceiver - Class in org.ojalgo.matrix
- MatrixR128 - Class in org.ojalgo.matrix
-
A matrix (linear algebra) with Real
NumberSet.R
elements, approximated by 128-bit floating-point values (implemented using dual 64-bit double). - MatrixR128(ElementsSupplier<Quadruple>) - Constructor for class org.ojalgo.matrix.MatrixR128
-
This method is for internal use only - YOU should NOT use it!
- MatrixR128.DenseReceiver - Class in org.ojalgo.matrix
- MatrixR128.Factory - Class in org.ojalgo.matrix
- MatrixR128.SparseReceiver - Class in org.ojalgo.matrix
- MatrixStore<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.store
-
A MatrixStore is a two dimensional store of numbers/scalars.
- MatrixTask<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.task
- MatrixTensor<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- MatrixTensor(Array2D.Factory<N>, int) - Constructor for class org.ojalgo.tensor.MatrixTensor
- MatrixTensor.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- MatrixView(AccessAnyD<N>) - Constructor for class org.ojalgo.structure.AccessAnyD.MatrixView
- MatrixView(AccessAnyD<N>, long) - Constructor for class org.ojalgo.structure.AccessAnyD.MatrixView
- max() - Method in class org.ojalgo.function.BigFunction
- max() - Method in class org.ojalgo.function.ComplexFunction
- max() - Method in class org.ojalgo.function.FunctionSet
- max() - Method in class org.ojalgo.function.PrimitiveFunction
- max() - Method in class org.ojalgo.function.QuadrupleFunction
- max() - Method in class org.ojalgo.function.QuaternionFunction
- max() - Method in class org.ojalgo.function.RationalFunction
- max(double...) - Static method in class org.ojalgo.function.special.MissingMath
- max(double, double) - Static method in class org.ojalgo.function.special.MissingMath
- max(double, double, double) - Static method in class org.ojalgo.function.special.MissingMath
- max(double, double, double, double) - Static method in class org.ojalgo.function.special.MissingMath
- max(int...) - Static method in class org.ojalgo.function.special.MissingMath
- max(int, int) - Static method in class org.ojalgo.function.special.MissingMath
- max(int, int, int) - Static method in class org.ojalgo.function.special.MissingMath
- max(int, int, int, int) - Static method in class org.ojalgo.function.special.MissingMath
- max(long...) - Static method in class org.ojalgo.function.special.MissingMath
- max(long, long) - Static method in class org.ojalgo.function.special.MissingMath
- max(long, long, long) - Static method in class org.ojalgo.function.special.MissingMath
- max(long, long, long, long) - Static method in class org.ojalgo.function.special.MissingMath
- MAX - org.ojalgo.optimisation.Optimisation.Sense
- MAX - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- MAX - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- MAX - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- MAX - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- MAX - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- MAX - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- MAX - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- MAX - Static variable in class org.ojalgo.function.constant.BigMath
- MAX - Static variable in class org.ojalgo.function.constant.ComplexMath
- MAX - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- MAX - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- MAX - Static variable in class org.ojalgo.function.constant.QuaternionMath
- MAX - Static variable in class org.ojalgo.function.constant.RationalMath
- MAX - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- MAX_BITS - Static variable in class org.ojalgo.scalar.RationalNumber
- MAX_INT - Static variable in class org.ojalgo.function.special.PowerOf2
- MAX_LONG - Static variable in class org.ojalgo.function.special.PowerOf2
- MAX_OBJECTIVE - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- MAX_SIZE - Static variable in class org.ojalgo.array.PlainArray
-
Exists as a private constant in
ArrayList
. - MAX_VALUE - Static variable in class org.ojalgo.scalar.Quadruple
- MAX_VALUE - Static variable in class org.ojalgo.scalar.RationalNumber
- maximise() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- maximise() - Method in interface org.ojalgo.optimisation.Optimisation.Model
- maximum() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Max value
- maximum() - Method in class org.ojalgo.function.aggregator.BigAggregator
- maximum() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- maximum() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- maximum() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- maximum() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- maximum() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- MAXIMUM - org.ojalgo.function.aggregator.Aggregator
- MBeanUtils - Class in org.ojalgo.type.management
- MBeanUtils() - Constructor for class org.ojalgo.type.management.MBeanUtils
- MC256 - Static variable in class org.ojalgo.function.special.MissingMath
-
Binary 256 octuple precision roughly corresponds to 71.34 decimal digits.
- mean() - Static method in class org.ojalgo.random.process.GaussianField
- mean(Collection<Point>) - Static method in class org.ojalgo.data.cluster.Point
- meassure(Runnable) - Static method in class org.ojalgo.type.Stopwatch
-
Meassure task duration using this class' stopwatch functionality.
- meassure(Runnable, CalendarDateUnit) - Static method in class org.ojalgo.type.Stopwatch
- meassure(Callable<T>) - Static method in class org.ojalgo.type.Stopwatch
- meassure(Callable<T>, CalendarDateUnit) - Static method in class org.ojalgo.type.Stopwatch
- measure - Variable in class org.ojalgo.type.CalendarDateDuration
- MEDIUM - org.ojalgo.type.format.DateStyle
- MEGA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- MEGA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- MEGA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- MEGA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- MEGA - Static variable in class org.ojalgo.machine.BasicMachine
- memory - Variable in class org.ojalgo.machine.BasicMachine
- memory() - Method in enum org.ojalgo.machine.JavaType
- MemoryEstimator - Class in org.ojalgo.machine
-
MemoryEstimator
- MemoryEstimator() - Constructor for class org.ojalgo.machine.MemoryEstimator
- MemoryEstimator(long) - Constructor for class org.ojalgo.machine.MemoryEstimator
- merge(Map<K, V>) - Method in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.ojalgo.series.TreeSeries
- merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in class org.ojalgo.type.collection.CloseableMap
- merge(FrequencyMap<G>) - Method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- merge(FrequencyMap<T>) - Method in class org.ojalgo.random.FrequencyMap
- merge(FrequencyMap<T>, FrequencyMap.FrequencyPredicate<T>) - Method in class org.ojalgo.random.FrequencyMap
- merge(R) - Method in interface org.ojalgo.type.function.TwoStepMapper.Mergeable
-
This method can be used to merge the results from multiple instances.
- merge2(A, A) - Static method in interface org.ojalgo.type.function.TwoStepMapper.Mergeable
- method(ResourceLocator.Method) - Method in class org.ojalgo.netio.ResourceLocator
- method(ResourceLocator.Method) - Method in class org.ojalgo.netio.ResourceLocator.Request
- method(ResourceLocator.Method) - Method in class org.ojalgo.netio.ServiceClient.Request
- Method() - Constructor for enum org.ojalgo.netio.ResourceLocator.Method
- MI - org.ojalgo.optimisation.FileFormatMPS.BoundType
- MICRO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- MICRO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- MICRO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- MICRO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- MICROS - org.ojalgo.type.CalendarDateUnit
- MILLENIUM - org.ojalgo.type.CalendarDateUnit
- MILLI - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- MILLI - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- MILLI - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- MILLI - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- millis - Variable in class org.ojalgo.type.CalendarDate
-
An "instant" with ms precision.
- millis(TemporalAccessor) - Static method in class org.ojalgo.type.CalendarDate
- MILLIS - org.ojalgo.type.CalendarDateUnit
- MILLIS_PER_HOUR - Static variable in class org.ojalgo.type.TypeUtils
- MILLIS_PER_SECOND - Static variable in class org.ojalgo.type.CalendarDate
- min() - Method in class org.ojalgo.function.BigFunction
- min() - Method in class org.ojalgo.function.ComplexFunction
- min() - Method in class org.ojalgo.function.FunctionSet
- min() - Method in class org.ojalgo.function.PrimitiveFunction
- min() - Method in class org.ojalgo.function.QuadrupleFunction
- min() - Method in class org.ojalgo.function.QuaternionFunction
- min() - Method in class org.ojalgo.function.RationalFunction
- min(double...) - Static method in class org.ojalgo.function.special.MissingMath
- min(double, double) - Static method in class org.ojalgo.function.special.MissingMath
- min(double, double, double) - Static method in class org.ojalgo.function.special.MissingMath
- min(double, double, double, double) - Static method in class org.ojalgo.function.special.MissingMath
- min(int...) - Static method in class org.ojalgo.function.special.MissingMath
- min(int, int) - Static method in class org.ojalgo.function.special.MissingMath
- min(int, int, int) - Static method in class org.ojalgo.function.special.MissingMath
- min(int, int, int, int) - Static method in class org.ojalgo.function.special.MissingMath
- min(long...) - Static method in class org.ojalgo.function.special.MissingMath
- min(long, long) - Static method in class org.ojalgo.function.special.MissingMath
- min(long, long, long) - Static method in class org.ojalgo.function.special.MissingMath
- min(long, long, long, long) - Static method in class org.ojalgo.function.special.MissingMath
- MIN - org.ojalgo.optimisation.Optimisation.Sense
- MIN - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- MIN - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- MIN - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- MIN - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- MIN - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- MIN - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- MIN - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- MIN - Static variable in class org.ojalgo.function.constant.BigMath
- MIN - Static variable in class org.ojalgo.function.constant.ComplexMath
- MIN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- MIN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- MIN - Static variable in class org.ojalgo.function.constant.QuaternionMath
- MIN - Static variable in class org.ojalgo.function.constant.RationalMath
- MIN_OBJECTIVE - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- MIN_VALUE - Static variable in class org.ojalgo.scalar.Quadruple
- MIN_VALUE - Static variable in class org.ojalgo.scalar.RationalNumber
- minimise() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- minimise() - Method in interface org.ojalgo.optimisation.Optimisation.Model
- minimum() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Min value
- minimum() - Method in class org.ojalgo.function.aggregator.BigAggregator
- minimum() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- minimum() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- minimum() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- minimum() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- minimum() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- MINIMUM - org.ojalgo.function.aggregator.Aggregator
- MINUS - Static variable in class org.ojalgo.scalar.ComplexNumber
- MINUTE - org.ojalgo.type.CalendarDateUnit
- MissingMath - Class in org.ojalgo.function.special
-
Math utilities missing from
Math
. - MissingMath() - Constructor for class org.ojalgo.function.special.MissingMath
- mix(int) - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- mix(long[], BinaryFunction<N>, double) - Method in class org.ojalgo.array.ArrayAnyD
- mix(long[], BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.MutateAnyD.Mixable
- mix(long[], BinaryFunction<N>, N) - Method in class org.ojalgo.array.ArrayAnyD
- mix(long[], BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.MutateAnyD.Mixable
- mix(long, long, BinaryFunction<N>, double) - Method in class org.ojalgo.array.Array2D
- mix(long, long, BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.Mutate2D.Mixable
- mix(long, long, BinaryFunction<N>, N) - Method in class org.ojalgo.array.Array2D
- mix(long, long, BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.Mutate2D.Mixable
- mix(long, BinaryFunction<N>, double) - Method in class org.ojalgo.array.Array1D
- mix(long, BinaryFunction<N>, double) - Method in class org.ojalgo.array.LongToNumberMap
- mix(long, BinaryFunction<N>, double) - Method in class org.ojalgo.array.NumberList
- mix(long, BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.Mutate1D.Mixable
- mix(long, BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.Mutate2D.Mixable
- mix(long, BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.MutateAnyD.Mixable
- mix(long, BinaryFunction<N>, N) - Method in class org.ojalgo.array.Array1D
- mix(long, BinaryFunction<N>, N) - Method in class org.ojalgo.array.LongToNumberMap
- mix(long, BinaryFunction<N>, N) - Method in class org.ojalgo.array.NumberList
- mix(long, BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.Mutate1D.Mixable
- mix(long, BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.Mutate2D.Mixable
- mix(long, BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.MutateAnyD.Mixable
- mkdirs(File) - Static method in interface org.ojalgo.netio.ToFileWriter
-
Make sure this directory exists, create if necessary
- ModelEntity<ME extends ModelEntity<ME>> - Class in org.ojalgo.optimisation
-
Model entities are identified and compared by their names only.
- ModelEntity() - Constructor for class org.ojalgo.optimisation.ModelEntity
- ModelEntity(String) - Constructor for class org.ojalgo.optimisation.ModelEntity
- ModelEntity(ME) - Constructor for class org.ojalgo.optimisation.ModelEntity
- ModelIntegration() - Constructor for class org.ojalgo.optimisation.convex.ConvexSolver.ModelIntegration
- ModelIntegration() - Constructor for class org.ojalgo.optimisation.integer.GomorySolver.ModelIntegration
- ModelIntegration() - Constructor for class org.ojalgo.optimisation.integer.IntegerSolver.ModelIntegration
- ModelIntegration() - Constructor for class org.ojalgo.optimisation.linear.LinearSolver.ModelIntegration
- ModelStrategy - Class in org.ojalgo.optimisation.integer
-
This base class contains some model/problem specific data required by the
IntegerSolver
. - ModelStrategy(ExpressionsBasedModel, IntegerStrategy) - Constructor for class org.ojalgo.optimisation.integer.ModelStrategy
- ModelStrategy.AbstractStrategy - Class in org.ojalgo.optimisation.integer
-
When implementing your own
ModelStrategy
extending this abstract class is a good starting point. - ModelStrategy.DefaultStrategy - Class in org.ojalgo.optimisation.integer
- modified(N) - Method in interface org.ojalgo.matrix.decomposition.LDL.Factory
- modified(LDL.Factory<N>, N) - Static method in interface org.ojalgo.matrix.decomposition.LDL
-
Will return a modified LDL decomposition algoritm.
- ModifiedFactory(LDL.Factory<N>, N) - Constructor for class org.ojalgo.matrix.decomposition.LDL.ModifiedFactory
- modify(double, BinaryFunction<Double>) - Method in class org.ojalgo.series.primitive.DataSeries
- modify(double, BinaryFunction<N>) - Method in class org.ojalgo.array.SparseArray.NonzeroView
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR032
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR064
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.BufferArray
- modify(int, int, int, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.PlainArray
- modify(int, int, int, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- modify(int, int, int, UnaryFunction<N>) - Method in class org.ojalgo.array.PlainArray
- modify(int, int, int, UnaryFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- modify(int, int, int, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.PlainArray
- modify(int, int, int, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR032
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayR064
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.BufferArray
- modify(long, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.OffHeapArray
- modify(long, int, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.DenseArray
- modify(long, int, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- modify(long, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
- modify(long, int, UnaryFunction<N>) - Method in class org.ojalgo.array.DenseArray
- modify(long, int, UnaryFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- modify(long, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
- modify(long, int, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.DenseArray
- modify(long, int, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modify(long, long, long, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.BasicArray
- modify(long, long, long, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.PlainArray
- modify(long, long, long, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.SegmentedArray
- modify(long, long, long, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.SparseArray
- modify(long, long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
- modify(long, long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.PlainArray
- modify(long, long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.SegmentedArray
- modify(long, long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.SparseArray
- modify(long, long, long, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
- modify(long, long, long, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.PlainArray
- modify(long, long, long, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.SegmentedArray
- modify(long, long, long, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.SparseArray
- modify(N, BinaryFunction<N>) - Method in class org.ojalgo.array.SparseArray.NonzeroView
- modify(BinaryFunction<Double>, double) - Method in class org.ojalgo.series.primitive.DataSeries
- modify(BinaryFunction<N>, double) - Method in class org.ojalgo.array.SparseArray.NonzeroView
- modify(BinaryFunction<N>, N) - Method in class org.ojalgo.array.SparseArray.NonzeroView
- modify(ParameterFunction<Double>, int) - Method in class org.ojalgo.series.primitive.DataSeries
- modify(UnaryFunction<Double>) - Method in class org.ojalgo.series.primitive.DataSeries
- modifyAll(double[][], DoubleUnaryOperator) - Static method in class org.ojalgo.array.operation.ModifyAll
- modifyAll(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyAll(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- modifyAll(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.array.Array1D
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.array.SparseArray
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyAll(UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- ModifyAll - Class in org.ojalgo.array.operation
- ModifyAll() - Constructor for class org.ojalgo.array.operation.ModifyAll
- modifyAny(Transformation1D<N>) - Method in class org.ojalgo.array.Array1D
- modifyAny(Transformation1D<N>) - Method in interface org.ojalgo.structure.Mutate1D.ModifiableReceiver
- modifyAny(Transformation2D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyAny(Transformation2D<N>) - Method in class org.ojalgo.array.Array2D
- modifyAny(Transformation2D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyAny(Transformation2D<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- modifyAny(Transformation2D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyAny(Transformation2D<N>) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- modifyAny(Transformation2D<N>) - Method in interface org.ojalgo.structure.Mutate2D.ModifiableReceiver
- modifyAny(TransformationAnyD<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyAny(TransformationAnyD<N>) - Method in interface org.ojalgo.structure.MutateAnyD.ModifiableReceiver
- modifyColumn(double[][], int, int, DoubleUnaryOperator) - Static method in class org.ojalgo.array.operation.ModifyAll
- modifyColumn(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyColumn(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- modifyColumn(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- modifyColumn(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyColumn(long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyColumn(long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyColumn(long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyColumn(long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyCompatible(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate1D.ModifiableReceiver
- modifyCompatible(BinaryFunction<N>, Access2D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyCompatible(BinaryFunction<N>, Access2D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyCompatible(BinaryFunction<N>, Access2D<N>) - Method in interface org.ojalgo.structure.Mutate2D.ModifiableReceiver
- modifyCompatible(BinaryFunction<N>, AccessAnyD<N>) - Method in interface org.ojalgo.structure.MutateAnyD.ModifiableReceiver
- modifyCompatible(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate1D.ModifiableReceiver
- modifyCompatible(Access2D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyCompatible(Access2D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyCompatible(Access2D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.ModifiableReceiver
-
The "compatible" part of the method name references MATLAB's terminology "Compatible Array Sizes".
- modifyCompatible(AccessAnyD<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.MutateAnyD.ModifiableReceiver
- modifyDiagonal(double[][], int, int, DoubleUnaryOperator) - Static method in class org.ojalgo.array.operation.ModifyAll
- modifyDiagonal(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyDiagonal(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- modifyDiagonal(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyDiagonal(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyDiagonal(UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyDiagonal(UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyDiagonal(UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyMatching(BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyMatching(BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.Array1D
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.Array2D
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.BasicArray
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- modifyMatching(Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyMatching(Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.Array1D
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- modifyMatchingInColumns(BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyMatchingInColumns(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyMatchingInColumns(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyMatchingInColumns(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
-
Same as
Mutate2D.Modifiable.modifyMatchingInColumns(Access1D, BinaryFunction)
but with the arguments to the modifier function swapped. - modifyMatchingInColumns(Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyMatchingInColumns(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyMatchingInColumns(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyMatchingInColumns(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
-
"Matching In Columns" refers to that the supplied, left, data structure will be treated as a column, matching the columns of this structure.
- modifyMatchingInRows(BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyMatchingInRows(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyMatchingInRows(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyMatchingInRows(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
-
Same as
Mutate2D.Modifiable.modifyMatchingInRows(Access1D, BinaryFunction)
but with the arguments to the modifier function swapped. - modifyMatchingInRows(Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyMatchingInRows(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyMatchingInRows(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyMatchingInRows(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
-
Same as
Mutate2D.Modifiable.modifyMatchingInColumns(Access1D, BinaryFunction)
but now the supplied left data structure is treated as a row. - modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- modifyOne(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- modifyOne(int, UnaryFunction<N>) - Method in class org.ojalgo.array.PlainArray
- modifyOne(int, UnaryFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- modifyOne(long[], UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyOne(long[], UnaryFunction<N>) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- modifyOne(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyOne(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- modifyOne(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- modifyOne(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyOne(long, UnaryFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
- modifyOne(long, UnaryFunction<Double>) - Method in class org.ojalgo.equation.Equation
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array1D
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.array.PlainArray
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.array.SegmentedArray
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.array.SparseArray
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyOne(long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyOne(long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- modifyOne(long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyRange(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyRange(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array1D
- modifyRange(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyRange(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifyRange(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
- modifyRange(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyRange(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyRange(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate1D.Modifiable
- modifyRow(double[][], int, int, DoubleUnaryOperator) - Static method in class org.ojalgo.array.operation.ModifyAll
- modifyRow(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyRow(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- modifyRow(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- modifyRow(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifyRow(long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- modifyRow(long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- modifyRow(long, UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- modifyRow(long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.Mutate2D.Modifiable
- modifySet(int, long, UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifySet(int, long, UnaryFunction<N>) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- modifySet(long[], int, UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- modifySet(long[], int, UnaryFunction<N>) - Method in interface org.ojalgo.structure.MutateAnyD.Modifiable
- modulo(int) - Method in class org.ojalgo.function.special.PowerOf2.IntPower
- modulo(long) - Method in class org.ojalgo.function.special.PowerOf2.LongPower
- Money - Class in org.ojalgo.scalar
-
An example
ExactDecimal
implementation corresponding to the SQL data type MONEY or DECIMAL(19,4). - Money() - Constructor for class org.ojalgo.scalar.Money
- Money(long) - Constructor for class org.ojalgo.scalar.Money
- MONTH - org.ojalgo.type.CalendarDateUnit
- MPS - org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
- MultiaryFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.Affine<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.Constant<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.Convex<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.Linear<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.PureQuadratic<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.Quadratic<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
- MultiaryFunction.TwiceDifferentiable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.multiary
-
Twice (Continuously) Differentiable Multiary Function
- MultipleValuesBasedProcess<D extends Distribution> - Class in org.ojalgo.random.process
- MultipleValuesBasedProcess() - Constructor for class org.ojalgo.random.process.MultipleValuesBasedProcess
- Multiplication(Access1D<N>, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.Multiplication
- multipliers(double...) - Method in class org.ojalgo.optimisation.Optimisation.Result
- multipliers(List<EntryPair.KeyedPrimitive<EntryPair<ModelEntity<?>, Optimisation.ConstraintType>>>) - Method in class org.ojalgo.optimisation.Optimisation.Result
- multipliers(ConstraintsMetaData, Access1D<?>) - Method in class org.ojalgo.optimisation.Optimisation.Result
- multipliers(Optimisation.Result) - Method in class org.ojalgo.optimisation.Optimisation.Result
- multipliers(Access1D<?>) - Method in class org.ojalgo.optimisation.Optimisation.Result
- multiply() - Method in class org.ojalgo.function.BigFunction
- multiply() - Method in class org.ojalgo.function.ComplexFunction
- multiply() - Method in class org.ojalgo.function.FunctionSet
-
*
- multiply() - Method in class org.ojalgo.function.PrimitiveFunction
- multiply() - Method in class org.ojalgo.function.QuadrupleFunction
- multiply() - Method in class org.ojalgo.function.QuaternionFunction
- multiply() - Method in class org.ojalgo.function.RationalFunction
- multiply(byte[], int, int, int, byte[], byte) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(byte[], int, int, int, byte[], byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(byte[], int, int, int, byte, byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(double) - Method in interface org.ojalgo.algebra.ScalarOperation.Multiplication
- multiply(double) - Method in class org.ojalgo.matrix.BasicMatrix
- multiply(double) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- multiply(double) - Method in class org.ojalgo.matrix.store.IdentityStore
- multiply(double) - Method in class org.ojalgo.matrix.store.LeftRightStore
- multiply(double) - Method in interface org.ojalgo.matrix.store.MatrixStore
- multiply(double) - Method in class org.ojalgo.matrix.store.SingleStore
- multiply(double) - Method in class org.ojalgo.matrix.store.SparseStore
- multiply(double) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- multiply(double) - Method in class org.ojalgo.matrix.store.ZeroStore
- multiply(double) - Method in class org.ojalgo.scalar.BigScalar
- multiply(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '*' with a real number.
- multiply(double) - Method in class org.ojalgo.scalar.ExactDecimal
- multiply(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- multiply(double) - Method in class org.ojalgo.scalar.Quadruple
- multiply(double) - Method in class org.ojalgo.scalar.Quaternion
- multiply(double) - Method in class org.ojalgo.scalar.RationalNumber
- multiply(double) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- multiply(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- multiply(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- multiply(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- multiply(double) - Method in class org.ojalgo.tensor.AnyTensor
- multiply(double) - Method in class org.ojalgo.tensor.MatrixTensor
- multiply(double) - Method in class org.ojalgo.tensor.VectorTensor
- multiply(double[][], double[][], double[][]) - Static method in class org.ojalgo.matrix.store.RawStore
- multiply(double[], int, int, int, double[], double) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(double[], int, int, int, double[], double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(double[], int, int, int, double, double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(double, double, double, double) - Static method in class org.ojalgo.scalar.Quadruple
-
https://blog.cyclemap.link/2011-06-09-glsl-part2-emu/
- multiply(float) - Method in interface org.ojalgo.algebra.ScalarOperation.Multiplication
- multiply(float) - Method in class org.ojalgo.scalar.BigScalar
- multiply(float) - Method in class org.ojalgo.scalar.PrimitiveScalar
- multiply(float) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- multiply(float[], int, int, int, float[], float) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(float[], int, int, int, float[], float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(float[], int, int, int, float, float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(int[], int, int, int, int[], int) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(int[], int, int, int, int[], int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(int[], int, int, int, int, int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(long[], int, int, int, long[], long) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(long[], int, int, int, long[], long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(long[], int, int, int, long, long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(short[], int, int, int, short[], short) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(short[], int, int, int, short[], short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(short[], int, int, int, short, short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- multiply(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
- multiply(M) - Method in class org.ojalgo.matrix.BasicMatrix
- multiply(N) - Method in interface org.ojalgo.algebra.ScalarOperation.Multiplication
- multiply(N) - Method in class org.ojalgo.matrix.BasicMatrix
- multiply(N) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- multiply(N) - Method in class org.ojalgo.matrix.store.IdentityStore
- multiply(N) - Method in class org.ojalgo.matrix.store.LeftRightStore
- multiply(N) - Method in interface org.ojalgo.matrix.store.MatrixStore
- multiply(N) - Method in class org.ojalgo.matrix.store.SingleStore
- multiply(N) - Method in class org.ojalgo.matrix.store.SparseStore
- multiply(N) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- multiply(N) - Method in class org.ojalgo.matrix.store.ZeroStore
- multiply(N) - Method in class org.ojalgo.tensor.AnyTensor
- multiply(N) - Method in class org.ojalgo.tensor.MatrixTensor
- multiply(N) - Method in class org.ojalgo.tensor.VectorTensor
- multiply(BasicArray<N>, long, long, long, Comparable<?>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(BasicArray<N>, long, long, long, Access1D<N>, Comparable<?>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(BasicArray<N>, long, long, long, Access1D<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- multiply(PolynomialFunction<Double>) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- multiply(PolynomialFunction<Double>) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- multiply(PolynomialFunction<BigDecimal>) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- multiply(PolynomialFunction<N>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- multiply(PolynomialFunction<N>) - Method in class org.ojalgo.function.polynomial.ScalarPolynomial
- multiply(MatrixStore<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- multiply(MatrixStore<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- multiply(MatrixStore<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.ConjugatedStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.LeftRightStore
- multiply(MatrixStore<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.SingleStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.TransposedStore
- multiply(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
- multiply(SparseStore<N>, SparseStore<N>, TransformableRegion<N>) - Static method in class org.ojalgo.matrix.store.SparseStore
- multiply(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '*' with a complex number.
- multiply(ExactDecimal<?>, ExactDecimal<?>) - Method in class org.ojalgo.scalar.ExactDecimal.Descriptor
- multiply(Price) - Method in class org.ojalgo.scalar.Amount
- multiply(Price) - Method in class org.ojalgo.scalar.Quantity
- multiply(Quadruple) - Method in class org.ojalgo.scalar.Quadruple
- multiply(Quantity) - Method in class org.ojalgo.scalar.Price
- multiply(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
- multiply(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
- multiply(RationalNumber, RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- multiply(Scalar<N>) - Method in interface org.ojalgo.scalar.Scalar
- multiply(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- multiply(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- multiply(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.LeftRightStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.SingleStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- multiply(Access1D<N>, TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
- multiply(Mutate1D.Fillable<N>, double, Access1D<N>) - Method in class org.ojalgo.tensor.ArrayBasedTensor
- multiply(Mutate1D.Fillable<N>, N, Access1D<N>) - Method in class org.ojalgo.tensor.ArrayBasedTensor
- multiply(S) - Method in class org.ojalgo.scalar.ExactDecimal
- multiply(S) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- multiply(T) - Method in interface org.ojalgo.algebra.Operation.Multiplication
- MULTIPLY - Static variable in class org.ojalgo.function.constant.BigMath
- MULTIPLY - Static variable in class org.ojalgo.function.constant.ComplexMath
- MULTIPLY - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- MULTIPLY - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- MULTIPLY - Static variable in class org.ojalgo.function.constant.QuaternionMath
- MULTIPLY - Static variable in class org.ojalgo.function.constant.RationalMath
- multiplyBoth - Variable in class org.ojalgo.matrix.store.GenericStore
- multiplyBoth - Variable in class org.ojalgo.matrix.store.R032Store
- multiplyBoth - Variable in class org.ojalgo.matrix.store.R064Store
- multiplyBoth(Access1D<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- multiplyBoth(Access1D<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- multiplyBoth(Access1D<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.AbstractStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.LeftRightStore
- multiplyBoth(Access1D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Assumes [leftAndRight] is a vector and will calulate [leftAndRight]H[this][leftAndRight]
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.SingleStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- multiplyBoth(Access1D<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
- MultiplyBoth - Class in org.ojalgo.matrix.operation
- MultiplyBoth() - Constructor for class org.ojalgo.matrix.operation.MultiplyBoth
- MultiplyBoth.Generic<N extends Scalar<N>> - Interface in org.ojalgo.matrix.operation
- MultiplyBoth.Primitive - Interface in org.ojalgo.matrix.operation
- MultiplyHermitianAndVector - Class in org.ojalgo.array.operation
-
Multiplies an hermitian (square symmetric) matrix with a vector.
- MultiplyHermitianAndVector() - Constructor for class org.ojalgo.array.operation.MultiplyHermitianAndVector
- multiplyIm(double, double) - Method in class org.ojalgo.scalar.ComplexNumber
-
The imaginary part of the complex number resulting when multiplying this with a complex number whose real and imaginary parts are argRe and argIm.
- multiplyLeft - Variable in class org.ojalgo.matrix.store.GenericStore
- multiplyLeft - Variable in class org.ojalgo.matrix.store.R032Store
- multiplyLeft - Variable in class org.ojalgo.matrix.store.R064Store
- MultiplyLeft - Class in org.ojalgo.matrix.operation
- MultiplyLeft() - Constructor for class org.ojalgo.matrix.operation.MultiplyLeft
- MultiplyLeft.Generic<N extends Scalar<N>> - Interface in org.ojalgo.matrix.operation
- MultiplyLeft.Primitive32 - Interface in org.ojalgo.matrix.operation
- MultiplyLeft.Primitive64 - Interface in org.ojalgo.matrix.operation
- multiplyNeither - Variable in class org.ojalgo.matrix.store.GenericStore
- multiplyNeither - Variable in class org.ojalgo.matrix.store.R032Store
- multiplyNeither - Variable in class org.ojalgo.matrix.store.R064Store
- MultiplyNeither - Class in org.ojalgo.matrix.operation
- MultiplyNeither() - Constructor for class org.ojalgo.matrix.operation.MultiplyNeither
- MultiplyNeither.Generic<N extends Scalar<N>> - Interface in org.ojalgo.matrix.operation
- MultiplyNeither.Primitive32 - Interface in org.ojalgo.matrix.operation
- MultiplyNeither.Primitive64 - Interface in org.ojalgo.matrix.operation
- multiplyRe(double, double) - Method in class org.ojalgo.scalar.ComplexNumber
-
The real part of the complex number resulting when multiplying this with a complex number whose real and imaginary parts are argRe and argIm.
- multiplyRight - Variable in class org.ojalgo.matrix.store.GenericStore
- multiplyRight - Variable in class org.ojalgo.matrix.store.R032Store
- multiplyRight - Variable in class org.ojalgo.matrix.store.R064Store
- MultiplyRight - Class in org.ojalgo.matrix.operation
- MultiplyRight() - Constructor for class org.ojalgo.matrix.operation.MultiplyRight
- MultiplyRight.Generic<N extends Scalar<N>> - Interface in org.ojalgo.matrix.operation
- MultiplyRight.Primitive32 - Interface in org.ojalgo.matrix.operation
- MultiplyRight.Primitive64 - Interface in org.ojalgo.matrix.operation
- MultiviewSet<T> - Class in org.ojalgo.concurrent
-
Multiple prioritised
Queue
:s backed by a commonSet
. - MultiviewSet() - Constructor for class org.ojalgo.concurrent.MultiviewSet
- MultiviewSet.PrioritisedView - Class in org.ojalgo.concurrent
- MutableSolver<D extends IterativeSolverTask & IterativeSolverTask.SparseDelegate> - Class in org.ojalgo.matrix.task.iterative
-
Maintains a list of
Equation
:s and delegates to aIterativeSolverTask.SparseDelegate
. - MutableSolver() - Constructor for class org.ojalgo.matrix.task.iterative.MutableSolver
- MutableSolver(D, long) - Constructor for class org.ojalgo.matrix.task.iterative.MutableSolver
- Mutate1D - Interface in org.ojalgo.structure
-
1-dimensional mutator methods
- Mutate1D.Fillable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Fills the target
- Mutate1D.Mixable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Mix/combine the previously existing value, at index, with the supplied addend.
- Mutate1D.Modifiable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Mutate1D.ModifiableReceiver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Mutate1D.Receiver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Anything/everything that does not require interaction with already existing elements.
- Mutate1D.Sortable - Interface in org.ojalgo.structure
- Mutate2D - Interface in org.ojalgo.structure
-
2-dimensional mutator methods
- Mutate2D.Exchangeable - Interface in org.ojalgo.structure
-
A few operations with no 1D or AnyD counterpart.
- Mutate2D.Fillable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Mutate2D.Mixable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Mutate2D.Modifiable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- Mutate2D.ModifiableReceiver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Apart from extending
Mutate2D.Receiver
this interface extendsMutate2D.Modifiable
andMutate2D.Exchangeable
which both imply access to existing elements as well asAccess2D
that dictates explicit access. - Mutate2D.Receiver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- MutateAnyD - Interface in org.ojalgo.structure
-
N-dimensional mutator methods
- MutateAnyD.Fillable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- MutateAnyD.Mixable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- MutateAnyD.Modifiable<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- MutateAnyD.ModifiableReceiver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- MutateAnyD.Receiver<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
- myAbandoned - Variable in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- myAccess - Variable in class org.ojalgo.matrix.store.WrapperStore
- myAccess - Variable in class org.ojalgo.structure.Iterator1D
- myAccessLimit - Variable in class org.ojalgo.type.ForgetfulMap.Builder
- myAccessLimit - Variable in class org.ojalgo.type.ForgetfulMap
- myAccumulator - Variable in class org.ojalgo.series.MappedIndexSeries
- myAccuracyContext - Variable in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- myActivator - Variable in class org.ojalgo.ann.CalculationLayer
- myActivator - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- myActive - Variable in class org.ojalgo.netio.QueuedWriter
- myActualConsumer - Variable in class org.ojalgo.data.batch.BatchNode.TwoStepWrapper
- myActualCount - Variable in class org.ojalgo.array.NumberList
- myActualLength - Variable in class org.ojalgo.array.SparseArray
-
The actual number of nonzwero elements
- myAdditionalConstraints - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
-
Assumed constrained to be <= 0.0
- myAdjuster - Variable in class org.ojalgo.type.context.TemporalContext
- myAdjustmentExponent - Variable in class org.ojalgo.optimisation.ModelEntity
- myAE - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myAE - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myAggregator - Variable in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- myAggregator - Variable in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsReducer
- myAggregator - Variable in class org.ojalgo.matrix.store.MatrixPipeline.RowsReducer
- myAI - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myAI - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myAlternativeA - Variable in class org.ojalgo.type.Alternator
- myAlternativeB - Variable in class org.ojalgo.type.Alternator
- myAlternativeObjective - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myAngularFrequency - Variable in class org.ojalgo.function.series.FourierSeries
- myApproximation - Variable in class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- myARCH - Variable in class org.ojalgo.random.scedasticity.GARCH
- myArity - Variable in class org.ojalgo.function.multiary.ConstantFunction
- myArray - Variable in class org.ojalgo.netio.CharArraySegment
- myArray - Variable in class org.ojalgo.tensor.AnyTensor
- myArray - Variable in class org.ojalgo.tensor.MatrixTensor
- myArray - Variable in class org.ojalgo.tensor.VectorTensor
- myArrayFactory - Variable in class org.ojalgo.tensor.ArrayBasedTensor.Factory
- myArrayLength - Variable in class org.ojalgo.optimisation.integer.NodeKey.IntArrayPool
- myArrayPool - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse
- myAssetConstraints - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- myAssetKeys - Variable in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- myAssetReturns - Variable in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- myAssetReturns - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- myAssetReturns - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myAssetVolatilities - Variable in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- myAssetVolatilities - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- myAssetVolatilities - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myAssetWeights - Variable in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- myAssetWeights - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myAuxiliaryObjective - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- myAuxiliaryRow - Variable in class org.ojalgo.optimisation.linear.DenseTableau
- myAuxiliaryValue - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- myBase - Variable in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- myBase - Variable in class org.ojalgo.matrix.store.LogicalStore
- myBase - Variable in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsReducer
- myBase - Variable in class org.ojalgo.matrix.store.MatrixPipeline.RowsReducer
- myBase - Variable in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- myBase - Variable in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- myBase - Variable in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- myBase - Variable in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- myBase - Variable in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- myBase - Variable in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- myBase - Variable in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- myBase - Variable in class org.ojalgo.random.scedasticity.ARCH
- myBase - Variable in class org.ojalgo.scalar.Quadruple
- myBase - Variable in class org.ojalgo.series.primitive.PrunedSeries
- myBase - Variable in class org.ojalgo.series.primitive.QuotientsSeries
- myBaseColumns - Variable in class org.ojalgo.matrix.store.RepeatedColumnsStore
- myBasePortfolio - Variable in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- myBaseRows - Variable in class org.ojalgo.matrix.store.RepeatedRowsStore
- myBasis - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myBatchRootDirectory - Variable in class org.ojalgo.data.batch.BatchManager
- myBatchSize - Variable in class org.ojalgo.ann.WrappedANN
- myBatchSize - Variable in class org.ojalgo.netio.QueuedWriter
- myBE - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myBE - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myBegin - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- myBelow - Variable in class org.ojalgo.matrix.store.AboveBelowStore
- myBestResultSoFar - Variable in class org.ojalgo.optimisation.integer.IntegerSolver
- myBI - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myBI - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myBias - Variable in class org.ojalgo.ann.CalculationLayer
- myBidiagonal - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myBitReversedIndices - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- myBody - Variable in class org.ojalgo.equation.Equation
-
The (nonzero) elements of this equation/row
- myBody - Variable in class org.ojalgo.netio.ServiceClient.Request
- myBody - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- myBuffer - Variable in class org.ojalgo.array.BufferArray
- myBuffer - Variable in class org.ojalgo.array.BufferR032
- myBuffer - Variable in class org.ojalgo.array.BufferR064
- myBuffer - Variable in class org.ojalgo.array.BufferZ008
- myBuffer - Variable in class org.ojalgo.array.BufferZ016
- myBuffer - Variable in class org.ojalgo.array.BufferZ032
- myBuffer - Variable in class org.ojalgo.array.BufferZ064
- myBuffer - Variable in class org.ojalgo.netio.ByteBufferBackedInputStream
- myBuffer - Variable in class org.ojalgo.netio.ByteBufferBackedOutputStream
- myBuilder - Variable in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- myBuilder - Variable in class org.ojalgo.netio.ServiceClient
- myBuilder - Variable in class org.ojalgo.netio.ServiceClient.Request
- myBytesPerSegment - Variable in class org.ojalgo.netio.SegmentedFile.Builder
- myCache - Variable in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- myCache - Variable in class org.ojalgo.data.domain.finance.series.SourceCache
- myCache - Variable in class org.ojalgo.type.ForgetfulMap.ValueCache
- myCache - Variable in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- myCachedObject - Variable in class org.ojalgo.type.TypeCache
-
Deprecated.
- myCapabilityPredicate - Variable in class org.ojalgo.optimisation.ConfiguredIntegration
- myCapable - Variable in class org.ojalgo.optimisation.service.ServiceIntegration
- myCauchy - Variable in class org.ojalgo.random.TDistribution.Degree1
- myCentroidInitialiser - Variable in class org.ojalgo.data.cluster.GeneralisedKMeans
- myCentroids - Variable in class org.ojalgo.data.cluster.GreedyClustering
- myCentroidUpdater - Variable in class org.ojalgo.data.cluster.GeneralisedKMeans
- myCentroidUpdater - Variable in class org.ojalgo.data.cluster.GreedyClustering
- myCharacters - Variable in class org.ojalgo.netio.CharacterRing
- myCharArray - Variable in enum org.ojalgo.netio.LineTerminator
- myCholeskiedCorrelations - Variable in class org.ojalgo.random.Random1D
- myCholesky - Variable in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- myChronoUnit - Variable in enum org.ojalgo.type.CalendarDateUnit
- myChunk - Variable in class org.ojalgo.array.GrowthStrategy.Builder
- myChunk - Variable in class org.ojalgo.array.GrowthStrategy
- myClassSimpleName - Variable in class org.ojalgo.optimisation.GenericSolver
- myClient - Variable in class org.ojalgo.netio.ServiceClient.Session
- myCoefficients - Variable in class org.ojalgo.function.multiary.AffineFunction.Factory
- myCoefficients - Variable in class org.ojalgo.function.multiary.AffineFunction
- myCoefficients - Variable in class org.ojalgo.function.multiary.LinearFunction.Factory
- myCoefficients - Variable in class org.ojalgo.function.multiary.LinearFunction
- myCoefficients - Variable in class org.ojalgo.function.multiary.PureQuadraticFunction.Factory
- myCoefficients - Variable in class org.ojalgo.function.multiary.PureQuadraticFunction
- myCoefficients - Variable in class org.ojalgo.function.polynomial.AbstractPolynomial
- myColDim - Variable in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- myColDim - Variable in class org.ojalgo.matrix.decomposition.RawDecomposition
- myColDim - Variable in class org.ojalgo.matrix.store.AbstractStore
- myColDim - Variable in class org.ojalgo.matrix.store.GenericStore
- myColDim - Variable in class org.ojalgo.matrix.store.R032Store
- myColDim - Variable in class org.ojalgo.matrix.store.R064Store
- myColDim - Variable in class org.ojalgo.matrix.store.SparseStore.Builder
- myColDim - Variable in class org.ojalgo.optimisation.linear.DenseTableau
- myColDim - Variable in class org.ojalgo.structure.Primitive2D.Simple
- myColFirst - Variable in class org.ojalgo.matrix.store.SuperimposedStore
- myColLimit - Variable in class org.ojalgo.matrix.store.SuperimposedStore
- myColour - Variable in class org.ojalgo.series.MappedIndexSeries
- myColour - Variable in class org.ojalgo.series.TreeSeries
- myColumn - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- myColumn - Variable in class org.ojalgo.structure.Access2D.ColumnView
- myColumn - Variable in class org.ojalgo.structure.Structure2D.IntRowColumn
- myColumn - Variable in class org.ojalgo.structure.Structure2D.LongRowColumn
- myColumnFactory - Variable in class org.ojalgo.matrix.store.ColumnsSupplier
- myColumnInvQAt - Variable in class org.ojalgo.optimisation.convex.IterativeASS
- myColumnLimit - Variable in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- myColumnMapper - Variable in class org.ojalgo.structure.Structure2D.RowColumnMapper
- myColumnOffset - Variable in class org.ojalgo.matrix.store.OffsetStore
- myColumnOffset - Variable in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- myColumns - Variable in class org.ojalgo.matrix.store.ColumnsStore
- myColumns - Variable in class org.ojalgo.matrix.store.ColumnsSupplier
- myColumns - Variable in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- myColumns - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myColumns - Variable in class org.ojalgo.structure.Access2D.SelectionView
- myColumnsCount - Variable in class org.ojalgo.array.Array2D
- myColumnsCount - Variable in class org.ojalgo.matrix.store.MatrixPipeline
- myColumnsCount - Variable in class org.ojalgo.matrix.store.RowsSupplier
- myColumnsCount - Variable in class org.ojalgo.structure.AccessAnyD.MatrixView
- myCommonSet - Variable in class org.ojalgo.concurrent.MultiviewSet
- myComponentConstraints - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- myComponents - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- myComponents - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myComponents - Variable in enum org.ojalgo.type.math.MathType
- myComponentType - Variable in class org.ojalgo.matrix.store.AbstractStore
- myComputed - Variable in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- myConfidence - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- myConfiguration - Variable in class org.ojalgo.ann.ArtificialNeuralNetwork
- myConfiguration - Variable in class org.ojalgo.ann.NetworkTrainer
- myConfigurator - Variable in class org.ojalgo.optimisation.Optimisation.Options
- myConfigured - Variable in class org.ojalgo.type.context.FormatContext
- myConnection - Variable in class org.ojalgo.netio.ResourceLocator.Response
- myConstant - Variable in class org.ojalgo.function.multiary.AffineFunction
- myConstant - Variable in class org.ojalgo.function.multiary.ConstantFunction.Factory
- myConstant - Variable in class org.ojalgo.function.multiary.ConstantFunction
- myConstant - Variable in class org.ojalgo.function.multiary.PureQuadraticFunction
- myConstant - Variable in class org.ojalgo.optimisation.Expression
- myConstant - Variable in class org.ojalgo.random.TDistribution
-
The density and distribution functions share a common constant factor
- myConstants - Variable in class org.ojalgo.type.EnumPartition
- myConstraints - Variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- myConstraintsBody - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myConstraintsBody - Variable in class org.ojalgo.optimisation.linear.SimplexTableau
- myConstraintsColumn - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myConstraintsMap - Variable in class org.ojalgo.optimisation.Optimisation.Result
- myConstraintsMetaData - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myConstraintsRHS - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myConstraintsRHS - Variable in class org.ojalgo.optimisation.linear.SimplexTableau
- myConstraintToInclude - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- myConstructor - Variable in class org.ojalgo.array.BufferArray.Factory
- myConstructor - Variable in class org.ojalgo.array.OffHeapArray.Factory
- myConstructor - Variable in class org.ojalgo.matrix.MatrixFactory
- myConsumer - Variable in class org.ojalgo.concurrent.ProcessingService.CallableConsumer
- myConsumer - Variable in class org.ojalgo.netio.QueuedWriter.Worker
- myContents - Variable in class org.ojalgo.optimisation.service.OptimisationService.Problem
- myContents - Variable in class org.ojalgo.type.FloatingPointReceptacle
- myContext - Variable in class org.ojalgo.matrix.store.MatrixPipeline
- myContext - Variable in class org.ojalgo.scalar.ExactDecimal.Descriptor
- myContext - Variable in class org.ojalgo.series.SeriesInterpolator
- myContributionWeight - Variable in class org.ojalgo.optimisation.ModelEntity
- myConvexConfiguration - Variable in class org.ojalgo.optimisation.Optimisation.Options
- myCookieManager - Variable in class org.ojalgo.netio.ResourceLocator.Session
- myCookieManager - Variable in class org.ojalgo.netio.ServiceClient.Session
- myCoordinated - Variable in class org.ojalgo.series.primitive.CoordinatedSet
- myCoordinatedSet - Variable in class org.ojalgo.series.SeriesInterpolator
- myCorrelations - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- myCorrelations - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myCosCoefficients - Variable in class org.ojalgo.function.series.FourierSeries
- myCount - Variable in class org.ojalgo.array.OffHeapArray
- myCount - Variable in class org.ojalgo.array.SparseArray
- myCount - Variable in class org.ojalgo.optimisation.convex.IterativeASS.SparseArrayPool
- myCount - Variable in class org.ojalgo.random.Binomial
- myCount - Variable in class org.ojalgo.random.Erlang
- myCount - Variable in class org.ojalgo.structure.AccessAnyD.MatrixView
- myCount - Variable in class org.ojalgo.structure.AccessAnyD.VectorView
- myCount - Variable in class org.ojalgo.structure.Iterator1D
- myCountE - Variable in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- myCounter - Variable in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- myCounts - Variable in class org.ojalgo.type.EnumPartition
- myCovarianceFunction - Variable in class org.ojalgo.random.process.GaussianField
- myCovariances - Variable in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- myCovariances - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- myCovariances - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myCurrent - Variable in class org.ojalgo.netio.SequencedReader
- myCurrentValue - Variable in class org.ojalgo.random.process.SingleValueBasedProcess
- myCursor - Variable in class org.ojalgo.array.SparseArray.NonzeroView
- myCursor - Variable in class org.ojalgo.data.DataBatch
- myCursor - Variable in class org.ojalgo.netio.CharacterRing
- myCursor - Variable in class org.ojalgo.structure.Access1D.ElementView
- myD - Variable in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- myD - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myD - Variable in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- myData - Variable in class org.ojalgo.data.DataBatch
- myData - Variable in class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- myData - Variable in class org.ojalgo.series.function.SeriesFunction
- myDebugPrinter - Variable in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- myDecimal - Variable in class org.ojalgo.scalar.ExactDecimal
- myDecimal - Variable in class org.ojalgo.scalar.Quadruple
- myDecimal - Variable in class org.ojalgo.scalar.RationalNumber
- myDecomposition - Variable in class org.ojalgo.matrix.BasicMatrix
- myDefaultParser - Variable in class org.ojalgo.netio.DetectingParser
- myDeferredNodes - Variable in class org.ojalgo.optimisation.integer.IntegerSolver
- myDefinitions - Variable in class org.ojalgo.optimisation.ConstraintsMetaData
- myDegreesOfFreedom - Variable in class org.ojalgo.random.ChiSquareDistribution
- myDegreesOfFreedom - Variable in class org.ojalgo.random.TDistribution
- myDelegate - Variable in class org.ojalgo.array.Array1D.Factory
- myDelegate - Variable in class org.ojalgo.array.Array1D
- myDelegate - Variable in class org.ojalgo.array.Array2D.Factory
- myDelegate - Variable in class org.ojalgo.array.Array2D
- myDelegate - Variable in class org.ojalgo.array.ArrayAnyD.Factory
- myDelegate - Variable in class org.ojalgo.array.ArrayAnyD
- myDelegate - Variable in class org.ojalgo.data.domain.finance.series.DatePriceParser.DefaultParser
- myDelegate - Variable in class org.ojalgo.function.multiary.FirstOrderApproximation
- myDelegate - Variable in class org.ojalgo.function.multiary.SecondOrderApproximation
- myDelegate - Variable in class org.ojalgo.matrix.decomposition.LDL.ModifiedFactory
- myDelegate - Variable in class org.ojalgo.matrix.DenseMutator2D
- myDelegate - Variable in class org.ojalgo.matrix.SparseMutator2D
- myDelegate - Variable in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- myDelegate - Variable in class org.ojalgo.matrix.task.iterative.MutableSolver
- myDelegate - Variable in class org.ojalgo.optimisation.ConfiguredIntegration
- myDelegate - Variable in class org.ojalgo.random.process.GaussianProcess
- myDelegate - Variable in class org.ojalgo.series.CalendarDateSeries
- myDelegate - Variable in class org.ojalgo.series.MappedIndexSeries
- myDelegate - Variable in class org.ojalgo.series.TreeSeries
- myDelegate - Variable in class org.ojalgo.structure.Primitive1D.Wrapper
- myDelegate - Variable in class org.ojalgo.structure.Primitive2D.Wrapper
- myDelegate - Variable in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- myDelegate - Variable in class org.ojalgo.type.collection.CloseableList
- myDelegate - Variable in class org.ojalgo.type.collection.CloseableMap
- myDelegate - Variable in class org.ojalgo.type.context.GenericContext
- myDelegate1D - Variable in class org.ojalgo.structure.Access2D.ElementView
- myDelegate1D - Variable in class org.ojalgo.structure.AccessAnyD.ElementView
- myDelegate2D - Variable in class org.ojalgo.structure.Access2D.ColumnView
- myDelegate2D - Variable in class org.ojalgo.structure.Access2D.RowView
- myDelegateAnyD - Variable in class org.ojalgo.structure.AccessAnyD.MatrixView
- myDelegateAnyD - Variable in class org.ojalgo.structure.AccessAnyD.VectorView
- myDelimiter - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- myDelimiter - Variable in class org.ojalgo.netio.SegmentedFile.Builder
- myDelimiter - Variable in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- myDenominator - Variable in class org.ojalgo.scalar.ExactDecimal.Descriptor
- myDenominator - Variable in class org.ojalgo.scalar.RationalNumber
- myDenseArrayFactory - Variable in class org.ojalgo.matrix.store.GenericStore.Factory
- myDenseFactory - Variable in class org.ojalgo.array.BasicArray.Factory
- myDenseFactory - Variable in class org.ojalgo.array.LongToNumberMap
- myDenseFactory - Variable in class org.ojalgo.array.NumberList
- myDenseFactory - Variable in class org.ojalgo.array.SparseArray
- myDenseFactory - Variable in class org.ojalgo.array.StrategyBuildingFactory
- myDerivative - Variable in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
- myDerivative - Variable in class org.ojalgo.function.polynomial.AbstractPolynomial
- myDerivativeInTermsOfOutput - Variable in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- myDeserializer - Variable in class org.ojalgo.netio.DataReader
- myDiagD - Variable in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- myDiagD - Variable in class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- myDiagE - Variable in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- myDiagE - Variable in class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- myDiagonal - Variable in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- myDiagonalR - Variable in class org.ojalgo.matrix.decomposition.RawQR
-
Array for internal storage of diagonal of R.
- myDiff - Variable in class org.ojalgo.matrix.store.SuperimposedStore
- myDiffusionFunction - Variable in class org.ojalgo.random.process.GeometricBrownianMotion
- myDim - Variable in class org.ojalgo.matrix.transformation.InvertibleFactor.IdentityFactor
- myDim - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
- myDim - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse
- myDimensions - Variable in class org.ojalgo.data.cluster.Point.Factory
- myDimensions - Variable in class org.ojalgo.tensor.ArrayBasedTensor
- myDirection - Variable in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- myDirectory - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myDirty - Variable in class org.ojalgo.type.ForgetfulMap.ValueCache
- myDirty - Variable in class org.ojalgo.type.TypeCache
-
Deprecated.
- myDistanceCalculator - Variable in class org.ojalgo.data.cluster.GeneralisedKMeans
- myDistanceCalculator - Variable in class org.ojalgo.data.cluster.GreedyClustering
- myDistances - Variable in class org.ojalgo.data.cluster.PointDistanceCache
- myDistanceThreshold - Variable in class org.ojalgo.data.cluster.GreedyClustering
- myDistributor - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myDistributor - Variable in class org.ojalgo.data.batch.BatchNode
- myDistributor - Variable in class org.ojalgo.netio.ShardedWriter.GeneralShardedConsumer
- myDistributor - Variable in class org.ojalgo.netio.ShardedWriter.PowerOf2ShardedConsumer
- myDivisor - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FullMatrix
- myDoubleValue - Variable in class org.ojalgo.function.BinaryFunction.FixedFirst
- myDoubleValue - Variable in class org.ojalgo.function.BinaryFunction.FixedSecond
- myDurationInMillis - Variable in enum org.ojalgo.type.CalendarDateUnit
- myDurationInNanos - Variable in enum org.ojalgo.type.CalendarDateUnit
- myEigenvalue - Variable in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- myEigenvalues - Variable in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- myElements - Variable in class org.ojalgo.matrix.store.SparseStore.Builder
- myElements - Variable in class org.ojalgo.matrix.store.SparseStore
- myEnd - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- myEntries - Variable in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- myEntrySet - Variable in class org.ojalgo.type.keyvalue.IndexedMap
- myEpsilon - Variable in class org.ojalgo.type.context.NumberContext
- myEquationBodyPool - Variable in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- myEscaped - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- myExcluded - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- myExcluded - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- myExcluded - Variable in class org.ojalgo.type.IndexSelector
- myExcludedLength - Variable in class org.ojalgo.type.IndexSelector
- myExcludedLower - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myExcludedUnbounded - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myExcludedUpper - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myExecutionOrder - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- myExecutor - Variable in class org.ojalgo.concurrent.DivideAndConquer.Divider
- myExecutor - Variable in class org.ojalgo.concurrent.ProcessingService
- myExecutor - Variable in class org.ojalgo.data.batch.BatchManager
- myExecutor - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myExecutor - Variable in class org.ojalgo.netio.ReaderWriterBuilder
- myExhausted - Variable in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- myExistingColumn - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myExistingRow - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myExpectedExcessReturns - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- myExpression - Variable in class org.ojalgo.optimisation.FileFormatMPS.Row
- myExpression - Variable in class org.ojalgo.optimisation.SpecialOrderedSet
- myExpressions - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myExtendedPrecision - Variable in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- myExtractor - Variable in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- myFactors - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse
- myFactory - Variable in class org.ojalgo.ann.ArtificialNeuralNetwork
- myFactory - Variable in class org.ojalgo.ann.NetworkBuilder
- myFactory - Variable in class org.ojalgo.array.BasicArray
- myFactory - Variable in class org.ojalgo.function.multiary.AffineFunction.Factory
- myFactory - Variable in class org.ojalgo.function.multiary.ConstantFunction.Factory
- myFactory - Variable in class org.ojalgo.function.multiary.ConstantFunction
- myFactory - Variable in class org.ojalgo.function.multiary.LinearFunction.Factory
- myFactory - Variable in class org.ojalgo.function.multiary.PureQuadraticFunction.Factory
- myFactory - Variable in class org.ojalgo.matrix.BasicMatrix
- myFactory - Variable in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- myFactory - Variable in class org.ojalgo.matrix.decomposition.GenericDecomposition
- myFactory - Variable in class org.ojalgo.matrix.store.DiagonalStore.Builder
- myFactory - Variable in class org.ojalgo.matrix.store.FactoryStore
- myFactory - Variable in class org.ojalgo.matrix.store.GenericStore
- myFactory - Variable in class org.ojalgo.matrix.transformation.Householder.Generic
- myFactory - Variable in class org.ojalgo.netio.SequencedReader
- myFactory - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- myFactory - Variable in class org.ojalgo.random.SampleSet.CombineableSet
- myFactory - Variable in class org.ojalgo.tensor.AnyTensor.Factory
- myFactory - Variable in class org.ojalgo.tensor.AnyTensor
- myFactory - Variable in class org.ojalgo.tensor.MatrixTensor.Factory
- myFactory - Variable in class org.ojalgo.tensor.MatrixTensor
- myFactory - Variable in class org.ojalgo.tensor.TensorFactory1D
- myFactory - Variable in class org.ojalgo.tensor.TensorFactory2D
- myFactory - Variable in class org.ojalgo.tensor.TensorFactoryAnyD
- myFactory - Variable in class org.ojalgo.tensor.VectorTensor.Factory
- myFactory - Variable in class org.ojalgo.tensor.VectorTensor
- myFallback - Variable in class org.ojalgo.data.domain.finance.series.SourceCache
- myFalseValue - Variable in class org.ojalgo.type.format.BooleanFormat
- myFeasible - Variable in class org.ojalgo.optimisation.convex.QPESolver
- myFetcher - Variable in class org.ojalgo.data.domain.finance.series.DataSource
- myFields - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myFile - Variable in class org.ojalgo.array.BufferArray.MappedFileFactory
- myFile - Variable in class org.ojalgo.array.BufferArray
- myFile - Variable in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- myFile - Variable in class org.ojalgo.netio.SegmentedFile.Builder
- myFileChannel - Variable in class org.ojalgo.netio.SegmentedFile
- myFiles - Variable in class org.ojalgo.netio.ReaderWriterBuilder
- myFilter - Variable in class org.ojalgo.netio.MappedReader
- myFirst - Variable in class org.ojalgo.array.Array1D
- myFirst - Variable in class org.ojalgo.matrix.transformation.HouseholderColumn
- myFirst - Variable in class org.ojalgo.matrix.transformation.HouseholderRow
- myFirst - Variable in class org.ojalgo.series.primitive.ImplicitTimeSeries
- myFirstKey - Variable in class org.ojalgo.series.primitive.CoordinatedSet
- myFirsts - Variable in class org.ojalgo.matrix.store.SparseStore
- myFixedVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myFixedVariables - Variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- myFloatValue - Variable in class org.ojalgo.function.BinaryFunction.FixedFirst
- myFloatValue - Variable in class org.ojalgo.function.BinaryFunction.FixedSecond
- myForm - Variable in class org.ojalgo.netio.ResourceLocator.Request
- myForm - Variable in class org.ojalgo.netio.ServiceClient.Request
- myFormat - Variable in class org.ojalgo.optimisation.service.OptimisationService.Problem
- myFormat - Variable in class org.ojalgo.type.context.FormatContext
- myFormat - Variable in class org.ojalgo.type.format.TransformationFormat
- myFormatter - Variable in class org.ojalgo.netio.CharacterRing.RingLogger
- myFormatter - Variable in class org.ojalgo.type.context.TemporalContext
- myFragment - Variable in class org.ojalgo.netio.ResourceSpecification
- myFragmentation - Variable in class org.ojalgo.data.batch.BatchManager
- myFragmentation - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myFreeIndices - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myFreeVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myFullData - Variable in class org.ojalgo.structure.Access1D.SelectionView
- myFullData - Variable in class org.ojalgo.structure.Access2D.SelectionView
- myFullData - Variable in class org.ojalgo.structure.AccessAnyD.SelectionView
- myFullDim - Variable in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- myFullSize - Variable in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- myFullSize - Variable in class org.ojalgo.matrix.decomposition.QRDecomposition
- myFullSize - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myFunction - Variable in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- myFunction - Variable in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
- myFunction - Variable in class org.ojalgo.function.BinaryFunction.FixedFirst
- myFunction - Variable in class org.ojalgo.function.BinaryFunction.FixedSecond
- myFunction - Variable in class org.ojalgo.function.ParameterFunction.FixedParameter
- myFunction - Variable in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsModifier
- myFunction - Variable in class org.ojalgo.matrix.store.MatrixPipeline.RowsModifier
- myFunction - Variable in class org.ojalgo.optimisation.integer.GomorySolver
- myFunction - Variable in class org.ojalgo.optimisation.integer.IntegerSolver
- myFunction - Variable in class org.ojalgo.series.primitive.BinaryFunctionSeries
- myFunction - Variable in class org.ojalgo.series.primitive.UnaryFunctionSeries
- myFunction - Variable in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- myFunctionSet - Variable in class org.ojalgo.tensor.ArrayBasedTensor
- myFutureResponse - Variable in class org.ojalgo.netio.ServiceClient.Response
- myFutures - Variable in class org.ojalgo.netio.QueuedReader
- myFutures - Variable in class org.ojalgo.netio.QueuedWriter
- myGapTolerance - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- myGeneralDelegate - Variable in class org.ojalgo.matrix.decomposition.DynamicEvD
- myGenerator - Variable in class org.ojalgo.random.process.Process1D
- myGMICutConfiguration - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- myGradients - Variable in class org.ojalgo.ann.NetworkTrainer
- myGrowthStrategy - Variable in class org.ojalgo.array.BasicArray.Factory
- myGrowthStrategy - Variable in class org.ojalgo.array.LongToNumberMap
- myGrowthStrategy - Variable in class org.ojalgo.array.NumberList
- myGrowthStrategy - Variable in class org.ojalgo.array.SparseArray
- myHalf - Variable in enum org.ojalgo.type.CalendarDateUnit
- myHandler - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- myHardware - Variable in class org.ojalgo.machine.VirtualMachine
- myHashCode - Variable in class org.ojalgo.matrix.BasicMatrix
- myHermitian - Variable in class org.ojalgo.matrix.BasicMatrix
- myHermitian - Variable in class org.ojalgo.matrix.decomposition.DynamicEvD
- myHermitian - Variable in class org.ojalgo.matrix.store.LowerSymmetricStore
- myHermitian - Variable in class org.ojalgo.matrix.store.UpperSymmetricStore
- myHermitianDelegate - Variable in class org.ojalgo.matrix.decomposition.DynamicEvD
- myHost - Variable in class org.ojalgo.netio.ResourceSpecification
- myHost - Variable in class org.ojalgo.optimisation.service.ServiceIntegration
- myHost - Variable in class org.ojalgo.optimisation.service.ServiceSolver
- myIdBOUNDS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myIdRANGES - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myIdRHS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myIdRowN - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myImage - Variable in class org.ojalgo.data.image.ImageData
- myIncluded - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- myIncluded - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- myIncluded - Variable in class org.ojalgo.type.IndexSelector
- myIncludedLength - Variable in class org.ojalgo.type.IndexSelector
- myIncrement - Variable in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- myIndex - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- myIndex - Variable in class org.ojalgo.optimisation.Variable
- myIndex - Variable in enum org.ojalgo.scalar.Quaternion.RotationAxis
- myIndexBits - Variable in class org.ojalgo.array.SegmentedArray
- myIndexMask - Variable in class org.ojalgo.array.SegmentedArray
- myIndexMask - Variable in class org.ojalgo.netio.ShardedWriter.PowerOf2ShardedConsumer
- myIndices - Variable in class org.ojalgo.array.SparseArray
- myIndices - Variable in class org.ojalgo.array.SparseArray.NonzeroView
- myIndices - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.FastViewStrategy
- myIndices - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.QuotedViewStrategy
- myIndices - Variable in class org.ojalgo.optimisation.integer.ModelStrategy
-
One entry per integer variable, the entry is the global index of that integer variable
- myInfeasible - Variable in class org.ojalgo.optimisation.Expression
- myInfeasible - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myInfeasible - Variable in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- myInformationBits - Variable in enum org.ojalgo.machine.JavaType
- myInitDiagLQ - Variable in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- myInitDiagQ - Variable in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- myInitDiagRQ - Variable in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- myInitial - Variable in class org.ojalgo.array.GrowthStrategy.Builder
- myInitial - Variable in class org.ojalgo.array.GrowthStrategy
- myInitial - Variable in class org.ojalgo.matrix.store.SparseStore.Factory
- myInitialContents - Variable in class org.ojalgo.netio.InMemoryFile
- myInitialValue - Variable in class org.ojalgo.random.process.RandomProcess.SimulationResults
- myInMemoryFile - Variable in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- myInPlace - Variable in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- myInPlaceUpdatesOK - Variable in class org.ojalgo.optimisation.IntermediateSolver
- myInput - Variable in class org.ojalgo.ann.WrappedANN
- myInput - Variable in class org.ojalgo.netio.DataReader
- myInputStream - Variable in class org.ojalgo.netio.InMemoryFile
- myInputStructure - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myIntArrayPool - Variable in class org.ojalgo.optimisation.integer.NodeKey
- myInteger - Variable in class org.ojalgo.optimisation.Expression
- myInteger - Variable in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- myInteger - Variable in class org.ojalgo.optimisation.Variable
- myIntegerIndices - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myIntegerMarker - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myIntegerModel - Variable in class org.ojalgo.optimisation.integer.GomorySolver
- myIntegerModel - Variable in class org.ojalgo.optimisation.integer.IntegerSolver
- myIntegerStrategy - Variable in class org.ojalgo.optimisation.Optimisation.Options
- myIntegerVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myIntegralityTolerance - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- myIntegration - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- myIntegration - Variable in class org.ojalgo.optimisation.IntermediateSolver
- myIntegrationSwitch - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myInternalData - Variable in class org.ojalgo.matrix.decomposition.RawDecomposition
- myInternalStore - Variable in class org.ojalgo.matrix.decomposition.RawDecomposition
- myInterpreter - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myInterpreter - Variable in class org.ojalgo.data.batch.BatchNode
- myIntValue - Variable in enum org.ojalgo.type.format.DateStyle
- myInvBasis - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myInverse - Variable in class org.ojalgo.matrix.decomposition.HermitianEvD
- myInverse - Variable in class org.ojalgo.matrix.decomposition.RawEigenvalue
- myInverse - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myInverseFunc - Variable in class org.ojalgo.type.format.TransformationFormat
- myInvQC - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- myIterationPoint - Variable in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
-
The latest found integer solution.
- myIterationRows - Variable in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- myIterationsCount - Variable in class org.ojalgo.optimisation.GenericSolver
- myIterationsLimit - Variable in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- myIterationX - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- myIterationX - Variable in class org.ojalgo.optimisation.convex.QPESolver
- myIterative - Variable in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- myJavaClass - Variable in enum org.ojalgo.machine.JavaType
- myJavaType - Variable in enum org.ojalgo.type.math.MathType
- myK - Variable in class org.ojalgo.data.cluster.RandomClustering
- myKey - Variable in enum org.ojalgo.optimisation.linear.SimplexStore.ColumnState
- myKey - Variable in class org.ojalgo.optimisation.service.OptimisationService.Problem
- myKey - Variable in class org.ojalgo.type.ForgetfulMap.ValueCache
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- myKey - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- myKeys - Variable in class org.ojalgo.series.SeriesInterpolator
- myKeys - Variable in class org.ojalgo.structure.Structure1D.BasicMapper
- myKeys - Variable in class org.ojalgo.type.keyvalue.EntrySet
- myKnownSolution - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myKnownSolution - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- myLabel - Variable in enum org.ojalgo.type.CalendarDateUnit
- myLambda - Variable in class org.ojalgo.random.Poisson
- myLastColumn - Variable in class org.ojalgo.structure.Access2D.ColumnView
- myLastCursor - Variable in class org.ojalgo.array.SparseArray.NonzeroView
- myLastCursor - Variable in class org.ojalgo.structure.Access1D.ElementView
- myLastExcluded - Variable in class org.ojalgo.type.IndexSelector
- myLastIncluded - Variable in class org.ojalgo.type.IndexSelector
- myLastIndex - Variable in class org.ojalgo.type.keyvalue.EntrySet.ViewingIterator
- myLastKey - Variable in class org.ojalgo.series.function.SeriesForecaster
- myLastKey - Variable in class org.ojalgo.series.primitive.CoordinatedSet
- myLastOffset - Variable in class org.ojalgo.structure.AccessAnyD.MatrixView
- myLastOffset - Variable in class org.ojalgo.structure.AccessAnyD.VectorView
- myLastRow - Variable in class org.ojalgo.structure.Access2D.RowView
- myLastTime - Variable in class org.ojalgo.type.management.Throughput
- myLastTotal - Variable in class org.ojalgo.type.management.Throughput
- myLayers - Variable in class org.ojalgo.ann.ArtificialNeuralNetwork
- myLayers - Variable in class org.ojalgo.ann.NetworkBuilder
- myLeft - Variable in class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorLeft
- myLeft - Variable in class org.ojalgo.matrix.store.MatrixPipeline.Multiplication
- myLeftArgumnts - Variable in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsModifier
- myLeftArgumnts - Variable in class org.ojalgo.matrix.store.MatrixPipeline.RowsModifier
- myLeftSeries - Variable in class org.ojalgo.series.primitive.BinaryFunctionSeries
- myLength - Variable in class org.ojalgo.type.context.StringContext
- myLevels - Variable in class org.ojalgo.machine.Hardware
- myLimit - Variable in class org.ojalgo.array.Array1D
- myLimited - Variable in class org.ojalgo.type.ObjectPool
- myLimits - Variable in class org.ojalgo.matrix.store.SparseStore
- myLinear - Variable in class org.ojalgo.function.multiary.QuadraticFunction.Factory
- myLinear - Variable in class org.ojalgo.function.multiary.QuadraticFunction
- myLinear - Variable in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- myLinear - Variable in class org.ojalgo.optimisation.Expression
- myLinearConfiguration - Variable in class org.ojalgo.optimisation.Optimisation.Options
- myLineView - Variable in class org.ojalgo.netio.EnumeratedColumnsParser
- myLocalDrift - Variable in class org.ojalgo.random.process.GeometricBrownianMotion
- myLocation - Variable in class org.ojalgo.random.Cauchy
- myLocation - Variable in class org.ojalgo.random.Normal
- myLocations - Variable in class org.ojalgo.random.Normal1D
- myLower - Variable in class org.ojalgo.random.Uniform
- myLowerBounds - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myLowerBounds - Variable in class org.ojalgo.optimisation.integer.NodeKey
- myLowerBounds - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myLowerLimit - Variable in class org.ojalgo.optimisation.ModelEntity
- myLQ - Variable in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- myMainDiagonal - Variable in class org.ojalgo.matrix.store.DiagonalStore.Builder
- myMainDiagonal - Variable in class org.ojalgo.matrix.store.DiagonalStore
- myManaged - Variable in class org.ojalgo.data.batch.BatchManager
- myManaged - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myManager - Variable in class org.ojalgo.netio.ManagedReader
- myManager - Variable in class org.ojalgo.netio.ManagedWriter
- myManagerName - Variable in class org.ojalgo.netio.ReaderWriterBuilder
- myMap - Variable in class org.ojalgo.random.FrequencyMap
- myMapper - Variable in class org.ojalgo.concurrent.ProcessingService.CallableMapper
- myMapper - Variable in class org.ojalgo.netio.MappedReader
- myMapper - Variable in class org.ojalgo.netio.MappedWriter
- myMapper - Variable in class org.ojalgo.series.MappedIndexSeries
- myMapper - Variable in class org.ojalgo.structure.Keyed1D
- myMapper - Variable in class org.ojalgo.structure.Keyed2D
- myMappers - Variable in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- myMarketEquilibrium - Variable in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- myMarketPortfolio - Variable in class org.ojalgo.data.domain.finance.portfolio.CharacteristicLine
- myMask - Variable in class org.ojalgo.data.image.ImageData.SingleChannel
- myMatchedMultipliers - Variable in class org.ojalgo.optimisation.Optimisation.Result
- myMatchingBOUNDS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myMatchingRANGES - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myMatchingRHS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myMathContext - Variable in class org.ojalgo.type.context.NumberContext
- myMathType - Variable in class org.ojalgo.array.BufferArray.Factory
- myMathType - Variable in class org.ojalgo.array.OffHeapArray.Factory
- myMatrices - Variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- myMax - Variable in class org.ojalgo.random.SampleSet
- myMaxDiag - Variable in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- myMaxDiag - Variable in class org.ojalgo.matrix.decomposition.RawCholesky
- myMaxNumberOfDigits - Variable in class org.ojalgo.type.format.NumberStyle.IntegerToUniformString
- myMean - Variable in class org.ojalgo.random.SampleSet
- myMean - Variable in class org.ojalgo.random.scedasticity.ARCH
- myMean - Variable in class org.ojalgo.random.scedasticity.Homoscedastic
- myMeanFunction - Variable in class org.ojalgo.random.process.GaussianField
- myMeanReturn - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- myMeanReturn - Variable in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- myMeanReturn - Variable in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- myMeanReturn - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myMemoryBytes - Variable in enum org.ojalgo.machine.JavaType
- myMethod - Variable in class org.ojalgo.netio.ResourceLocator.Request
- myMethod - Variable in class org.ojalgo.netio.ServiceClient.Request
- myMin - Variable in class org.ojalgo.random.SampleSet
- myMinDiag - Variable in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- myMinDiag - Variable in class org.ojalgo.matrix.decomposition.RawCholesky
- myMinimisation - Variable in class org.ojalgo.optimisation.integer.IntegerSolver
- myModel - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- myModel - Variable in class org.ojalgo.optimisation.Expression
- myModel - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myModel - Variable in class org.ojalgo.optimisation.IntermediateSolver
- myModel - Variable in class org.ojalgo.optimisation.service.ServiceSolver
- myModified - Variable in class org.ojalgo.matrix.decomposition.Pivot
- myModuloMask - Variable in class org.ojalgo.function.special.PowerOf2.IntPower
- myModuloMask - Variable in class org.ojalgo.function.special.PowerOf2.LongPower
- myMultiplier - Variable in class org.ojalgo.matrix.store.SparseStore
- myMultiplier - Variable in class org.ojalgo.matrix.store.Subregion2D
- myMultipliers - Variable in class org.ojalgo.optimisation.Optimisation.Result
- myMultiplierScale - Variable in class org.ojalgo.optimisation.ConstraintsMetaData
- myName - Variable in class org.ojalgo.netio.InMemoryFile
- myName - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myName - Variable in class org.ojalgo.optimisation.ModelEntity
- myName - Variable in class org.ojalgo.series.MappedIndexSeries
- myName - Variable in class org.ojalgo.series.TreeSeries
- myNegatedDiagonal - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse.ElementaryFactor
- myNegativeIndices - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myNegativeVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myNetwork - Variable in class org.ojalgo.ann.WrappedANN
- myNext - Variable in class org.ojalgo.netio.SupplierIterator
- myNextID - Variable in class org.ojalgo.data.cluster.Point.Factory
- myNextIndex - Variable in class org.ojalgo.structure.Iterator1D
- myNextInputs - Variable in class org.ojalgo.ann.NetworkBuilder
- myNodeStatistics - Variable in class org.ojalgo.optimisation.integer.IntegerSolver
- myNormal - Variable in class org.ojalgo.random.LogNormal
- myNormal - Variable in class org.ojalgo.random.TDistribution.DegreeInfinity
- myNormZ - Variable in class org.ojalgo.data.transform.ZTransform
- myNullValue - Variable in class org.ojalgo.type.format.BooleanFormat
- myNumber - Variable in class org.ojalgo.function.BinaryFunction.FixedFirst
- myNumber - Variable in class org.ojalgo.function.BinaryFunction.FixedSecond
- myNumber - Variable in class org.ojalgo.matrix.store.SingleStore
- myNumber - Variable in class org.ojalgo.scalar.BigScalar
- myNumberOfColumns - Variable in class org.ojalgo.matrix.store.RawStore
- myNumberOfColumns - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- myNumberOfHouseholderTransformations - Variable in class org.ojalgo.matrix.decomposition.QRDecomposition
- myNumberOfHouseholderTransformations - Variable in class org.ojalgo.matrix.decomposition.RawQR
- myNumberOfSamples - Variable in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- myNumberOfShards - Variable in class org.ojalgo.netio.ShardedWriter.GeneralShardedConsumer
- myNumberOfVariables - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myNumberOfWorkers - Variable in class org.ojalgo.optimisation.service.OptimisationService
- myNumbers - Variable in class org.ojalgo.random.SampleSet.CombineableSet
- myNumberSet - Variable in enum org.ojalgo.type.math.MathType
- myNumerator - Variable in class org.ojalgo.scalar.ExactDecimal
- myNumerator - Variable in class org.ojalgo.scalar.RationalNumber
- myObjective - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myObjective - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myObjective - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- myObjective - Variable in class org.ojalgo.optimisation.linear.SimplexTableau
- myObjective - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- myObjectiveConstant - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myObjects - Variable in class org.ojalgo.type.ObjectPool
- myObservations - Variable in class org.ojalgo.random.process.GaussianField
- myObservations - Variable in class org.ojalgo.random.process.MultipleValuesBasedProcess
- myOffset - Variable in class org.ojalgo.structure.AccessAnyD.MatrixView
- myOffset - Variable in class org.ojalgo.structure.AccessAnyD.VectorView
- myOne - Variable in class org.ojalgo.matrix.store.FactoryStore
- myOne - Variable in class org.ojalgo.matrix.store.LogicalStore
- myOperator - Variable in class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorLeft
- myOperator - Variable in class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorRight
- myOperator - Variable in class org.ojalgo.matrix.store.MatrixPipeline.UnaryOperator
- myOperator - Variable in class org.ojalgo.matrix.store.UnaryOperatoStore
- myOptimisationModel - Variable in class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- myOptimisationModel - Variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- myOptimisationOptions - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- myOptimisationOptions - Variable in class org.ojalgo.optimisation.service.OptimisationService
- myOptimisationSense - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myOptimisationSense - Variable in class org.ojalgo.optimisation.integer.ModelStrategy
- myOptimisationSense - Variable in class org.ojalgo.optimisation.service.ServiceSolver
- myOptimisationState - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- myOptionsModifier - Variable in class org.ojalgo.optimisation.ConfiguredIntegration
- myOrder - Variable in class org.ojalgo.matrix.decomposition.Pivot
- myOrderedKeys - Variable in class org.ojalgo.netio.ResourceLocator.KeyedValues
- myOrigin - Variable in class org.ojalgo.function.series.PeriodicFunction
- myOriginalModel - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- myOriginalSet - Variable in class org.ojalgo.series.SeriesInterpolator
- myOriginalWeights - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- myOutput - Variable in class org.ojalgo.netio.DataWriter
- myOutputs - Variable in class org.ojalgo.ann.WrappedANN
- myOutputStream - Variable in class org.ojalgo.netio.InMemoryFile
- myParallelism - Variable in class org.ojalgo.concurrent.DivideAndConquer.Divider
- myParallelism - Variable in class org.ojalgo.data.batch.BatchManager
- myParallelism - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myParallelism - Variable in class org.ojalgo.data.batch.BatchNode
- myParallelism - Variable in class org.ojalgo.netio.ReaderWriterBuilder
- myParallelism - Variable in class org.ojalgo.netio.SegmentedFile.Builder
- myParallelism - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- myParameter - Variable in class org.ojalgo.function.ParameterFunction.FixedParameter
- myParameters - Variable in class org.ojalgo.netio.ResourceLocator.Session
- myParameters - Variable in class org.ojalgo.netio.ServiceClient.Session
- myParent - Variable in class org.ojalgo.netio.CharArraySegment.Subsegment
- myParent - Variable in class org.ojalgo.netio.QueuedWriter.Worker
- myParser - Variable in class org.ojalgo.data.domain.finance.series.DataSource
- myParser - Variable in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- myPart - Variable in class org.ojalgo.type.context.DateContext
- myPartition - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myPatchedQ - Variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- myPath - Variable in class org.ojalgo.netio.ResourceSpecification
- myPeriod - Variable in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- myPeriod - Variable in class org.ojalgo.function.series.PeriodicFunction
- myPeriod - Variable in class org.ojalgo.series.primitive.DifferencesSeries
- myPeriod - Variable in class org.ojalgo.series.primitive.QuotientsSeries
- myPhase1 - Variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- myPhaseZ - Variable in class org.ojalgo.data.transform.ZTransform
- myPhysicalFactory - Variable in class org.ojalgo.matrix.MatrixFactory
- myPhysicalFactory - Variable in class org.ojalgo.matrix.store.SparseStore.Builder
- myPhysicalFactory - Variable in class org.ojalgo.matrix.store.SparseStore.Factory
- myPhysicalStoreFactory - Variable in class org.ojalgo.matrix.store.ColumnsSupplier
- myPhysicalStoreFactory - Variable in class org.ojalgo.matrix.store.RowsSupplier
- myPivot - Variable in class org.ojalgo.equation.Equation
- myPivot - Variable in class org.ojalgo.matrix.decomposition.LDLDecomposition
- myPivot - Variable in class org.ojalgo.matrix.decomposition.LUDecomposition
- myPivot - Variable in class org.ojalgo.matrix.decomposition.RawLU
- myPoint - Variable in class org.ojalgo.function.multiary.ApproximateFunction
- myPoint - Variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- myPointer - Variable in class org.ojalgo.array.OffHeapR032
- myPointer - Variable in class org.ojalgo.array.OffHeapR064
- myPointer - Variable in class org.ojalgo.array.OffHeapZ008
- myPointer - Variable in class org.ojalgo.array.OffHeapZ016
- myPointer - Variable in class org.ojalgo.array.OffHeapZ032
- myPointer - Variable in class org.ojalgo.array.OffHeapZ064
- myPopulation - Variable in class org.ojalgo.random.FrequencyMap
- myPort - Variable in class org.ojalgo.netio.ResourceSpecification
- myPositiveIndices - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myPositiveVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- myPotentialParsers - Variable in class org.ojalgo.netio.DetectingParser
- myPreconditioned - Variable in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- myPredicate - Variable in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- myPredicate - Variable in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- myPrice - Variable in class org.ojalgo.data.domain.finance.series.DatePrice.DefaultDP
- myPrimitive - Variable in class org.ojalgo.function.polynomial.AbstractPolynomial
- myPrintWriter - Variable in class org.ojalgo.netio.BasicLogger.BasicWriter
- myPriorityDefinitions - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- myProbability - Variable in class org.ojalgo.random.Binomial
- myProbability - Variable in class org.ojalgo.random.Geometric
- myProbabilityToKeep - Variable in class org.ojalgo.ann.NodeDropper
- myProcess - Variable in class org.ojalgo.data.domain.finance.portfolio.simulator.PortfolioSimulator
- myProcesses - Variable in class org.ojalgo.random.process.Process1D
- myProcessingService - Variable in class org.ojalgo.optimisation.service.OptimisationService
- myProcessor - Variable in class org.ojalgo.data.batch.BatchNode
- myPseudoinverse - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
- myPureForSure - Variable in class org.ojalgo.scalar.Quaternion
- myPureQuadratic - Variable in class org.ojalgo.function.multiary.QuadraticFunction.Factory
- myPureQuadratic - Variable in class org.ojalgo.function.multiary.QuadraticFunction
- myPureQuadratic - Variable in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- myQ - Variable in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- myQ - Variable in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- myQuadObjExpr - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myQuadratic - Variable in class org.ojalgo.optimisation.Expression
- myQuartile1 - Variable in class org.ojalgo.random.SampleSet
- myQuartile2 - Variable in class org.ojalgo.random.SampleSet
- myQuartile3 - Variable in class org.ojalgo.random.SampleSet
- myQuery - Variable in class org.ojalgo.netio.ResourceSpecification
- myQueue - Variable in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- myQueue - Variable in class org.ojalgo.netio.QueuedReader
- myQueue - Variable in class org.ojalgo.netio.QueuedReader.Worker
- myQueue - Variable in class org.ojalgo.netio.QueuedWriter
- myQueue - Variable in class org.ojalgo.optimisation.service.OptimisationService
- myQueueCapacity - Variable in class org.ojalgo.data.batch.BatchManager
- myQueueCapacity - Variable in class org.ojalgo.data.batch.BatchNode.Builder
- myQueueCapacity - Variable in class org.ojalgo.data.batch.BatchNode
- myQueueCapacity - Variable in class org.ojalgo.netio.ReaderWriterBuilder
- myRandom - Variable in class org.ojalgo.random.AbstractDistribution1D
- myRandom - Variable in class org.ojalgo.random.RandomNumber
- myRandomAccessFile - Variable in class org.ojalgo.netio.SegmentedFile
- myRange - Variable in class org.ojalgo.random.Uniform
- myRank - Variable in class org.ojalgo.tensor.ArrayBasedTensor
- myRate - Variable in class org.ojalgo.random.Erlang
- myRate - Variable in class org.ojalgo.random.Exponential
- myRate - Variable in class org.ojalgo.random.Gamma
- myRate - Variable in class org.ojalgo.random.process.PoissonProcess
- myRate - Variable in class org.ojalgo.random.Weibull
- myReader - Variable in class org.ojalgo.netio.ManagedReader
- myReader - Variable in class org.ojalgo.netio.MappedReader
- myReader - Variable in class org.ojalgo.netio.QueuedReader.Worker
- myReader - Variable in class org.ojalgo.netio.TextLineReader
- myReaderFactory - Variable in class org.ojalgo.data.batch.BatchNode
- myReaderManager - Variable in class org.ojalgo.data.batch.BatchNode
- myReaders - Variable in class org.ojalgo.netio.QueuedReader
- myRealForSure - Variable in class org.ojalgo.scalar.ComplexNumber
- myRealForSure - Variable in class org.ojalgo.scalar.Quaternion
- myRealValue - Variable in class org.ojalgo.scalar.ComplexNumber
- myRecovered - Variable in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- myReduced - Variable in class org.ojalgo.matrix.decomposition.GeneralisedEvD
-
C
- myRedundant - Variable in class org.ojalgo.optimisation.Expression
- myReference - Variable in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- myReferences - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myRefreshInterval - Variable in class org.ojalgo.data.domain.finance.series.SourceCache
- myRegExp - Variable in class org.ojalgo.netio.LineSplittingParser
- myRelaxationFactor - Variable in class org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
- myRelaxed - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myRemainder - Variable in class org.ojalgo.scalar.Quadruple
- myRemainingArtificials - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myRepetitionMeassure - Variable in class org.ojalgo.type.ScheduleBuilder
- myRepetitions - Variable in class org.ojalgo.matrix.store.RepeatedColumnsStore
- myRepetitions - Variable in class org.ojalgo.matrix.store.RepeatedRowsStore
- myRepetitionUnit - Variable in class org.ojalgo.type.ScheduleBuilder
- myRequest - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- myRequest - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
Deprecated.
- myRequest - Variable in class org.ojalgo.netio.ResourceLocator
- myRequest - Variable in class org.ojalgo.netio.ServiceClient.Request
- myResidual - Variable in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- myResolution - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- myResolution - Variable in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- myResolution - Variable in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- myResolution - Variable in class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- myResolution - Variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- myResolution - Variable in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- myResolution - Variable in class org.ojalgo.series.CalendarDateSeries
- myResolution - Variable in class org.ojalgo.series.CoordinationSet
- myResolution - Variable in class org.ojalgo.series.function.SeriesForecaster
- myResolution - Variable in class org.ojalgo.series.primitive.ImplicitTimeSeries
- myResourceSpecification - Variable in class org.ojalgo.netio.ResourceLocator.Request
- myResourceSpecification - Variable in class org.ojalgo.netio.ServiceClient.Request
- myResult - Variable in class org.ojalgo.optimisation.IntermediateSolver
- myResultCache - Variable in class org.ojalgo.optimisation.service.OptimisationService
- myResults - Variable in class org.ojalgo.random.process.RandomProcess.SimulationResults
- myReturns - Variable in class org.ojalgo.data.domain.finance.portfolio.FixedReturnsPortfolio
- myReturnVariance - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- myReturnVariance - Variable in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- myReturnVariance - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myRHS - Variable in class org.ojalgo.equation.Equation
- myRHS - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- myRight - Variable in class org.ojalgo.matrix.store.LeftRightStore
- myRight - Variable in class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorRight
- myRight - Variable in class org.ojalgo.matrix.store.MatrixPipeline.Multiplication
- myRightArgumnts - Variable in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsModifier
- myRightArgumnts - Variable in class org.ojalgo.matrix.store.MatrixPipeline.RowsModifier
- myRightSeries - Variable in class org.ojalgo.series.primitive.BinaryFunctionSeries
- myRing - Variable in class org.ojalgo.netio.CharacterRing.RingLogger
- myRiskAversion - Variable in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- myRoot - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse
- myRoundingFactor - Variable in class org.ojalgo.type.context.NumberContext
- myRow - Variable in class org.ojalgo.structure.Access2D.RowView
- myRow - Variable in class org.ojalgo.structure.Structure2D.IntRowColumn
- myRow - Variable in class org.ojalgo.structure.Structure2D.LongRowColumn
- myRowDim - Variable in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- myRowDim - Variable in class org.ojalgo.matrix.decomposition.RawDecomposition
- myRowDim - Variable in class org.ojalgo.matrix.store.AbstractStore
- myRowDim - Variable in class org.ojalgo.matrix.store.GenericStore
- myRowDim - Variable in class org.ojalgo.matrix.store.R032Store
- myRowDim - Variable in class org.ojalgo.matrix.store.R064Store
- myRowDim - Variable in class org.ojalgo.matrix.store.SparseStore.Builder
- myRowDim - Variable in class org.ojalgo.structure.Primitive2D.Simple
- myRowFactory - Variable in class org.ojalgo.matrix.store.RowsSupplier
- myRowFirst - Variable in class org.ojalgo.matrix.store.SuperimposedStore
- myRowLimit - Variable in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- myRowLimit - Variable in class org.ojalgo.matrix.store.SuperimposedStore
- myRowMapper - Variable in class org.ojalgo.structure.Structure2D.RowColumnMapper
- myRowOffset - Variable in class org.ojalgo.matrix.store.OffsetStore
- myRowOffset - Variable in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- myRows - Variable in class org.ojalgo.matrix.store.RowsStore
- myRows - Variable in class org.ojalgo.matrix.store.RowsSupplier
- myRows - Variable in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- myRows - Variable in class org.ojalgo.matrix.task.iterative.MutableSolver
- myRows - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myRows - Variable in class org.ojalgo.structure.Access2D.SelectionView
- myRowsCount - Variable in class org.ojalgo.array.Array2D
- myRowsCount - Variable in class org.ojalgo.matrix.store.ColumnsSupplier
- myRowsCount - Variable in class org.ojalgo.matrix.store.MatrixPipeline
- myRowsCount - Variable in class org.ojalgo.structure.AccessAnyD.MatrixView
- myRQ - Variable in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- myRuntime - Variable in class org.ojalgo.machine.VirtualMachine
- myS - Variable in class org.ojalgo.optimisation.convex.IterativeASS
-
Equation system solver corresponding to the (negated) Schur complement.
- mySafe - Variable in class org.ojalgo.matrix.DenseMutator2D
- mySafe - Variable in class org.ojalgo.matrix.SparseMutator2D
- mySamples - Variable in class org.ojalgo.random.SampleSet
- mySampleSet - Variable in class org.ojalgo.data.cluster.PointDistanceCache
- myScalar - Variable in class org.ojalgo.scalar.Quaternion
- myScalarFactory - Variable in class org.ojalgo.matrix.store.DiagonalStore
- myScalarFactory - Variable in class org.ojalgo.matrix.store.WrapperStore
- myScalarFactory - Variable in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- myScalarFactory - Variable in class org.ojalgo.tensor.ArrayBasedTensor
- myScale - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- myScale - Variable in class org.ojalgo.random.Cauchy
- myScale - Variable in class org.ojalgo.random.Normal
- myScale - Variable in class org.ojalgo.type.context.NumberContext
- myScales - Variable in class org.ojalgo.random.Normal1D
- myScalingThreshold - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse
- myScedasticityModel - Variable in class org.ojalgo.random.process.StationaryNormalProcess
- myScheme - Variable in class org.ojalgo.netio.ResourceSpecification
- mySegment - Variable in class org.ojalgo.array.GrowthStrategy.Builder
- mySegment - Variable in class org.ojalgo.array.GrowthStrategy
- mySegmentFactory - Variable in class org.ojalgo.array.SegmentedArray
- mySegments - Variable in class org.ojalgo.array.SegmentedArray
- mySegments - Variable in class org.ojalgo.netio.SegmentedFile
- mySegmentSize - Variable in class org.ojalgo.array.SegmentedArray
-
All segments except the last one are assumed to (must) be of equal length.
- mySelectedParser - Variable in class org.ojalgo.netio.DetectingParser
- mySelection - Variable in class org.ojalgo.structure.Access1D.SelectionView
- mySelections - Variable in class org.ojalgo.structure.AccessAnyD.SelectionView
- mySelector - Variable in class org.ojalgo.type.IndexSelector
- mySemicontinuous - Variable in class org.ojalgo.optimisation.FileFormatMPS.Column
- mySense - Variable in class org.ojalgo.optimisation.service.OptimisationService.Problem
- mySequence - Variable in class org.ojalgo.data.transform.ZTransform.ZOperator
- mySequence - Variable in class org.ojalgo.optimisation.SpecialOrderedSet
- mySerializer - Variable in class org.ojalgo.netio.DataWriter
- mySeries - Variable in class org.ojalgo.series.primitive.DifferencesSeries
- mySeries - Variable in class org.ojalgo.series.primitive.UnaryFunctionSeries
- mySession - Variable in class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- mySession - Variable in class org.ojalgo.data.domain.finance.series.YahooSession
-
Deprecated.
- mySession - Variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- mySession - Variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- mySession - Variable in class org.ojalgo.netio.ResourceLocator
- mySession - Variable in class org.ojalgo.netio.ResourceLocator.Request
- mySession - Variable in class org.ojalgo.netio.ResourceLocator.Response
- mySession - Variable in class org.ojalgo.netio.ServiceClient.Request
- mySession - Variable in class org.ojalgo.netio.ServiceClient.Response
- mySet - Variable in class org.ojalgo.series.primitive.SeriesSet
- mySet - Variable in class org.ojalgo.type.keyvalue.EntrySet.EntryView
- myShallowCopy - Variable in class org.ojalgo.optimisation.Expression
-
A shallow copy (typically created by presolver or integer solver) shares the Map:s holding the paramaters with other Expressions.
- myShallowCopy - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
-
A shallow copy may share complex/large data structures with other models - typically the Map:s holding Expression parameters.
- myShallowSize - Variable in class org.ojalgo.machine.MemoryEstimator
- myShape - Variable in class org.ojalgo.function.series.PeriodicFunction
- myShape - Variable in class org.ojalgo.random.Gamma
- myShape - Variable in class org.ojalgo.random.Weibull
- myShape - Variable in class org.ojalgo.structure.AccessAnyD.SelectionView
- myShards - Variable in class org.ojalgo.data.batch.BatchNode
- myShards - Variable in class org.ojalgo.netio.ShardedFile
- myShift - Variable in class org.ojalgo.data.image.ImageData.SingleChannel
- myShift - Variable in class org.ojalgo.series.primitive.PrunedSeries
- myShortingAllowed - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- myShrinkSwitch - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- mySign - Variable in class org.ojalgo.matrix.decomposition.Pivot
- mySignChanged - Variable in class org.ojalgo.optimisation.integer.NodeKey
- mySignificances - Variable in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
-
Try to keep track of how different values of integer variables relates to the objective function value.
- mySimplex - Variable in class org.ojalgo.optimisation.linear.SimplexSolver
- mySinCoefficients - Variable in class org.ojalgo.function.series.FourierSeries
- mySingleFolded - Variable in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
- mySingularValues - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- mySize - Variable in class org.ojalgo.array.PlainArray
- mySize - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform
- mySize - Variable in class org.ojalgo.matrix.task.iterative.MutableSolver
- mySize - Variable in class org.ojalgo.type.FloatingPointReceptacle
- mySlackE - Variable in class org.ojalgo.optimisation.convex.ConstrainedSolver
- mySlackI - Variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- mySmallDiagonal - Variable in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- mySolution - Variable in class org.ojalgo.optimisation.Optimisation.Result
- mySolutionL - Variable in class org.ojalgo.optimisation.convex.ConstrainedSolver
- mySolutionShift - Variable in class org.ojalgo.optimisation.linear.SimplexSolver
- mySolutionX - Variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- mySolvable - Variable in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- mySolver - Variable in class org.ojalgo.matrix.task.iterative.IterativeSolverTask.Configurator
- mySolver - Variable in class org.ojalgo.optimisation.IntermediateSolver
- mySolverGeneral - Variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- mySolverGeneral - Variable in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- mySolverQ - Variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- mySolverSPD - Variable in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- mySortedCopy - Variable in class org.ojalgo.random.SampleSet
- mySources - Variable in class org.ojalgo.netio.SequencedReader
- mySparseFactory - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- mySPD - Variable in class org.ojalgo.matrix.BasicMatrix
- mySPD - Variable in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- mySPD - Variable in class org.ojalgo.matrix.decomposition.RawCholesky
- mySplit - Variable in class org.ojalgo.matrix.store.AboveBelowStore
- mySplit - Variable in class org.ojalgo.matrix.store.LeftRightStore
- mySplitter - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.QuotedViewStrategy
- mySquaredErrors - Variable in class org.ojalgo.random.scedasticity.ARCH
- mySquareDim - Variable in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- myStages - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- myStandardDeviation - Variable in class org.ojalgo.random.SampleSet
- myStart - Variable in class org.ojalgo.type.Stopwatch
- myStartDate - Variable in class org.ojalgo.type.ScheduleBuilder
- myState - Variable in class org.ojalgo.optimisation.GenericSolver
- myState - Variable in class org.ojalgo.optimisation.Optimisation.Result
- myStatisticsCollector - Variable in class org.ojalgo.netio.ReaderWriterBuilder
- myStatusCache - Variable in class org.ojalgo.optimisation.service.OptimisationService
- myStep - Variable in class org.ojalgo.array.Array1D
- myStopwatch - Variable in class org.ojalgo.optimisation.GenericSolver
- myStorage - Variable in class org.ojalgo.array.LongToNumberMap
- myStorage - Variable in class org.ojalgo.array.NumberList
- myStorage - Variable in class org.ojalgo.type.ForgetfulMap
- myStore - Variable in class org.ojalgo.matrix.BasicMatrix
- myStore - Variable in class org.ojalgo.matrix.transformation.HouseholderColumn
- myStore - Variable in class org.ojalgo.matrix.transformation.HouseholderRow
- myStrategy - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- myStrategy - Variable in class org.ojalgo.optimisation.integer.ModelStrategy
- myStrategyBuilder - Variable in class org.ojalgo.array.StrategyBuildingFactory
- myString - Variable in class org.ojalgo.netio.ResourceLocator.Response
- myStructure - Variable in class org.ojalgo.array.ArrayAnyD
- myStructure - Variable in class org.ojalgo.matrix.store.WrapperStore
- myStructure - Variable in class org.ojalgo.structure.Access2D.ElementView
- myStructure - Variable in class org.ojalgo.structure.AccessAnyD.ElementView
- myStructure - Variable in class org.ojalgo.structure.Keyed1D
- myStructure - Variable in class org.ojalgo.structure.Keyed2D
- myStructure - Variable in class org.ojalgo.structure.PrimitiveAnyD.Simple
- myStructure - Variable in class org.ojalgo.structure.Structure2D.RowColumnMapper
- myStructure - Variable in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- myStyle - Variable in class org.ojalgo.type.context.DateContext
- mySubdiagonal - Variable in class org.ojalgo.matrix.store.DiagonalStore.Builder
- mySubdiagonal - Variable in class org.ojalgo.matrix.store.DiagonalStore
- mySuperdiagonal - Variable in class org.ojalgo.matrix.store.DiagonalStore.Builder
- mySuperdiagonal - Variable in class org.ojalgo.matrix.store.DiagonalStore
- mySupplier - Variable in class org.ojalgo.matrix.BasicMatrix
- mySupplier - Variable in class org.ojalgo.netio.SupplierIterator
- mySuppliers - Variable in class org.ojalgo.series.primitive.CoordinatedSet.Builder
- mySwitch - Variable in class org.ojalgo.type.Alternator
- mySymbol - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageFetcher
-
Deprecated.
- mySymbol - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingFetcher
-
Deprecated.
- mySymbol - Variable in class org.ojalgo.data.domain.finance.series.YahooSession.Fetcher
-
Deprecated.
- mySymbol - Variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld.Fetcher
-
Deprecated.
- mySymmetric - Variable in class org.ojalgo.matrix.BasicMatrix
- mySymmetric - Variable in class org.ojalgo.matrix.decomposition.RawEigenvalue.Dynamic
- myTableau - Variable in class org.ojalgo.optimisation.linear.DenseTableau
- myTableau - Variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- myTarget - Variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- myTargetReturn - Variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- myTargetVariance - Variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- myTask - Variable in class org.ojalgo.type.ScheduleBuilder
- myTemplates - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- myTemporary - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Temporary storage for some expression specific subset of variables
- myTextLine - Variable in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- myThreshold - Variable in class org.ojalgo.concurrent.DivideAndConquer.Divider
- myThreshold - Variable in class org.ojalgo.matrix.decomposition.LDL.ModifiedFactory
- myThreshold - Variable in class org.ojalgo.matrix.decomposition.LDLDecomposition
- myTimeIndex - Variable in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- myTimes - Variable in class org.ojalgo.series.primitive.ExplicitTimeSeries
- myTimeUnit - Variable in enum org.ojalgo.type.CalendarDateUnit
- myToStringList - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myTotal - Variable in class org.ojalgo.type.management.Throughput
- myTotalWeight - Variable in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- myTransfoFunc - Variable in class org.ojalgo.type.format.TransformationFormat
- myTransformer - Variable in class org.ojalgo.matrix.store.MatrixPipeline.Transformer
- myTransposed - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
- myTransposed - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myTransposedV - Variable in class org.ojalgo.matrix.decomposition.RawEigenvalue
-
Array for internal storage of eigenvectors.
- myTridiagonal - Variable in class org.ojalgo.matrix.decomposition.HermitianEvD
- myTrim - Variable in class org.ojalgo.netio.LineSplittingParser
- myTrueValue - Variable in class org.ojalgo.type.format.BooleanFormat
- myType - Variable in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- myType - Variable in class org.ojalgo.netio.InMemoryFile
- myType - Variable in class org.ojalgo.optimisation.FileFormatMPS.Row
- myType - Variable in class org.ojalgo.optimisation.SpecialOrderedSet
- myTypeFactory - Variable in class org.ojalgo.array.BufferArray.MappedFileFactory
- myU - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myUnbounded - Variable in class org.ojalgo.optimisation.Variable
- myUnitDiagonal - Variable in class org.ojalgo.matrix.store.LowerTriangularStore
- myUnitDiagonal - Variable in class org.ojalgo.matrix.store.UpperTriangularStore
- myUnitRoots - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- myUpdates - Variable in class org.ojalgo.data.cluster.GreedyClustering
- myUpper - Variable in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- myUpperBounds - Variable in class org.ojalgo.optimisation.GenericSolver.Builder
- myUpperBounds - Variable in class org.ojalgo.optimisation.integer.NodeKey
- myUpperBounds - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- myUpperLimit - Variable in class org.ojalgo.optimisation.ModelEntity
- myUt - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
-
Arrays for internal storage of U and V.
- myUtility - Variable in class org.ojalgo.matrix.store.GenericStore
- myUtility - Variable in class org.ojalgo.matrix.store.R032Store
- myUtility - Variable in class org.ojalgo.matrix.store.R064Store
- myUUID - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- myV - Variable in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- myV - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myValidationFailureHandler - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myValidator - Variable in class org.ojalgo.optimisation.GenericSolver
- myValue - Variable in enum org.ojalgo.concurrent.Parallelism
- myValue - Variable in class org.ojalgo.matrix.store.SingleStore
- myValue - Variable in class org.ojalgo.optimisation.linear.SparseTableau
- myValue - Variable in class org.ojalgo.optimisation.Optimisation.Result
- myValue - Variable in enum org.ojalgo.optimisation.Optimisation.State
- myValue - Variable in class org.ojalgo.optimisation.Variable
- myValue - Variable in class org.ojalgo.random.Deterministic
- myValue - Variable in class org.ojalgo.scalar.PrimitiveScalar
- myValue - Variable in class org.ojalgo.type.ColourData
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- myValue - Variable in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- myValues - Variable in class org.ojalgo.array.SparseArray
- myValues - Variable in class org.ojalgo.array.SparseArray.NonzeroView
- myValues - Variable in class org.ojalgo.data.cluster.PointDistanceCache
- myValues - Variable in class org.ojalgo.netio.ResourceLocator.KeyedValues
-
Takes advantage of the fact that java.util.Properties support strings with unicode escape sequences, and that it can delegate to default values.
- myValues - Variable in class org.ojalgo.series.primitive.AccessSeries
- myValues - Variable in class org.ojalgo.series.primitive.DataSeries
- myValues - Variable in class org.ojalgo.structure.Access1D.ElementView
- myValues - Variable in class org.ojalgo.structure.Primitive1D.Simple
- myValues - Variable in class org.ojalgo.structure.Primitive2D.Simple
- myValues - Variable in class org.ojalgo.structure.PrimitiveAnyD.Simple
- myValues - Variable in class org.ojalgo.type.EnumPartition
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectObject
- myValues - Variable in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- myValueSeries - Variable in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- myValueShift - Variable in class org.ojalgo.optimisation.linear.SimplexSolver
- myValuesOnly - Variable in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- myValuesOnly - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- myValueSupplier - Variable in class org.ojalgo.type.ForgetfulMap.ValueCache
- myVandermondeMatrix - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FullMatrix
- myVariable - Variable in class org.ojalgo.optimisation.FileFormatMPS.Column
- myVariableIndices - Variable in class org.ojalgo.optimisation.convex.ConvexData
- myVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myVariablesCategorisation - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- myVariance - Variable in class org.ojalgo.random.SampleSet
- myVariance - Variable in class org.ojalgo.random.scedasticity.Homoscedastic
- myVariances - Variable in class org.ojalgo.random.scedasticity.GARCH
- myVector - Variable in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- myVector - Variable in enum org.ojalgo.scalar.Quaternion.RotationAxis
- myVerifierBOUNDS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myVerifierCOLUMNS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myVerifierQ - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myVerifierRANGES - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myVerifierRHS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myVerifierROWS - Variable in class org.ojalgo.optimisation.FileFormatMPS
- myView - Variable in class org.ojalgo.type.keyvalue.EntrySet.ViewingIterator
- myViews - Variable in class org.ojalgo.concurrent.MultiviewSet
- myViews - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- myVolatility - Variable in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- myVt - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
- myWeight - Variable in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- myWeights - Variable in class org.ojalgo.ann.CalculationLayer
- myWeights - Variable in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- myWeights - Variable in class org.ojalgo.data.domain.finance.portfolio.FixedWeightsPortfolio
- myWeights - Variable in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- myWeights - Variable in class org.ojalgo.random.scedasticity.ARCH
- myWeights - Variable in class org.ojalgo.random.scedasticity.GARCH
- myWeightsContext - Variable in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- myWork - Variable in class org.ojalgo.concurrent.ProcessingService.CallableConsumer
- myWork - Variable in class org.ojalgo.concurrent.ProcessingService.CallableMapper
- myWork - Variable in class org.ojalgo.optimisation.linear.ProductFormInverse
- myWorker - Variable in class org.ojalgo.matrix.transformation.HouseholderColumn
- myWorker - Variable in class org.ojalgo.matrix.transformation.HouseholderRow
- myWorkerColumn - Variable in class org.ojalgo.matrix.store.GenericStore
- myWorkerColumn - Variable in class org.ojalgo.matrix.store.R032Store
- myWorkerColumn - Variable in class org.ojalgo.matrix.store.R064Store
- myWorkerPriorities - Variable in class org.ojalgo.optimisation.integer.ModelStrategy
- myWorkIm - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- myWorkRe - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- myWriteLimit - Variable in class org.ojalgo.type.ForgetfulMap.Builder
- myWriteLimit - Variable in class org.ojalgo.type.ForgetfulMap
- myWriter - Variable in class org.ojalgo.netio.ManagedWriter
- myWriter - Variable in class org.ojalgo.netio.MappedWriter
- myWriter - Variable in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
- myWriter - Variable in class org.ojalgo.netio.TextLineWriter
- myWriterManger - Variable in class org.ojalgo.data.batch.BatchNode
- myWriters - Variable in class org.ojalgo.netio.QueuedWriter
- myWriters - Variable in class org.ojalgo.netio.ShardedWriter.GeneralShardedConsumer
- myWriters - Variable in class org.ojalgo.netio.ShardedWriter
- myWriters - Variable in class org.ojalgo.netio.ShardedWriter.PowerOf2ShardedConsumer
- myYahooSession - Variable in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- myZ - Variable in class org.ojalgo.data.transform.ZTransform
- myZero - Variable in class org.ojalgo.matrix.store.DiagonalStore
- myZero - Variable in class org.ojalgo.matrix.store.FactoryStore
- myZero - Variable in class org.ojalgo.matrix.store.LogicalStore
- myZeroError - Variable in class org.ojalgo.type.context.NumberContext
- myZeroNumber - Variable in class org.ojalgo.array.SparseArray
- myZeroQ - Variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- myZeroScalar - Variable in class org.ojalgo.array.SparseArray
- myZeroValue - Variable in class org.ojalgo.array.SparseArray
N
- n - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
-
Calculation row and column dimensions, possibly transposed from the input
- n - Variable in class org.ojalgo.optimisation.linear.SimplexStore
-
The number of variables totally (all kinds)
- N - org.ojalgo.algebra.NumberSet
-
Natural Numbers (Whole Numbers, if we include 0)
- N - org.ojalgo.optimisation.FileFormatMPS.RowType
- N - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number
-i
, Z = (0.0 - 1.0i) - name - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Template
- name(String) - Method in class org.ojalgo.netio.InMemoryFile
- name(String) - Method in interface org.ojalgo.series.BasicSeries
- name(String) - Method in class org.ojalgo.series.MappedIndexSeries
- name(String) - Method in class org.ojalgo.series.TreeSeries
- NAME - org.ojalgo.optimisation.FileFormatMPS.FileSection
- nameColumns(String, String) - Method in class org.ojalgo.optimisation.FileFormatMPS
- nameRows(String, String) - Method in class org.ojalgo.optimisation.FileFormatMPS
- NaN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- NaN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- NaN - Static variable in class org.ojalgo.function.constant.RationalMath
- NaN - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number Z = (NaN + NaNi)
- NaN - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- NaN - Static variable in class org.ojalgo.scalar.Quadruple
- NaN - Static variable in class org.ojalgo.scalar.Quaternion
- NaN - Static variable in class org.ojalgo.scalar.RationalNumber
- NANO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- NANO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- NANO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- NANO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- NANOS - org.ojalgo.type.CalendarDateUnit
- NANOS - Static variable in class org.ojalgo.type.management.Throughput
- NANOS_PER_MILLIS - Static variable in class org.ojalgo.type.CalendarDate
- NANOS_PER_SECOND - Static variable in class org.ojalgo.type.CalendarDate
- NATIVE32 - org.ojalgo.array.PrimitiveSubtype
- NATIVE64 - org.ojalgo.array.PrimitiveSubtype
- NativeMemory - Class in org.ojalgo.type
- NativeMemory() - Constructor for class org.ojalgo.type.NativeMemory
- navigableKeySet() - Method in class org.ojalgo.series.TreeSeries
- nbArti - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of artificial variables
- nbEqualityBounds - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbEqualityConstraints - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbEqus - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of equality constraints
- nbIdty - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of slack variables that also form an identity sub-matrix (in the tableau).
- nbInes - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of inequality constraints
- nbIntegerVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbLowerBounds - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbLowerConstraints - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbNegativeVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbNegs - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of negated model variables
- nbPositiveVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbSlck - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of slack variables (not known to be "identity")
- NBSP - Static variable in class org.ojalgo.netio.ASCII
- NBSP - Static variable in class org.ojalgo.type.context.FormatContext
-
Use 'Non-Breaking SPace' character instead of ardinary 'space' character.
- nbUpperBounds - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbUpperConstraints - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbVariables - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- nbVars - Variable in class org.ojalgo.optimisation.linear.LinearStructure
-
The number of positive (as-is) model variables
- needsAnotherIteration() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- needsAnotherIteration() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- needsAnotherIteration() - Method in class org.ojalgo.optimisation.convex.QPESolver
- needsAnotherIteration() - Method in class org.ojalgo.optimisation.convex.UnconstrainedSolver
- needsAnotherIteration() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- NEG - Static variable in class org.ojalgo.function.constant.BigMath
- NEG - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- NEG - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- NEG - Static variable in class org.ojalgo.function.constant.RationalMath
- NEG - Static variable in class org.ojalgo.scalar.Amount
- NEG - Static variable in class org.ojalgo.scalar.BigScalar
- NEG - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number Z = (-1.0 + 0.0i)
- NEG - Static variable in class org.ojalgo.scalar.Money
- NEG - Static variable in class org.ojalgo.scalar.Price
- NEG - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- NEG - Static variable in class org.ojalgo.scalar.Quadruple
- NEG - Static variable in class org.ojalgo.scalar.Quantity
- NEG - Static variable in class org.ojalgo.scalar.Quaternion
- NEG - Static variable in class org.ojalgo.scalar.RationalNumber
- negate() - Method in interface org.ojalgo.algebra.Group.Additive
-
The additive inverse of this.
- negate() - Method in class org.ojalgo.function.BigFunction
- negate() - Method in class org.ojalgo.function.ComplexFunction
- negate() - Method in class org.ojalgo.function.FunctionSet
- negate() - Method in class org.ojalgo.function.polynomial.PolynomialR032
- negate() - Method in class org.ojalgo.function.polynomial.PolynomialR064
- negate() - Method in class org.ojalgo.function.polynomial.PolynomialR256
- negate() - Method in class org.ojalgo.function.polynomial.ScalarPolynomial
- negate() - Method in interface org.ojalgo.function.PredicateFunction
- negate() - Method in class org.ojalgo.function.PrimitiveFunction
- negate() - Method in class org.ojalgo.function.QuadrupleFunction
- negate() - Method in class org.ojalgo.function.QuaternionFunction
- negate() - Method in class org.ojalgo.function.RationalFunction
- negate() - Method in class org.ojalgo.matrix.BasicMatrix
- negate() - Method in interface org.ojalgo.matrix.store.MatrixStore
- negate() - Method in class org.ojalgo.scalar.BigScalar
- negate() - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the unary operation '-'.
- negate() - Method in class org.ojalgo.scalar.ExactDecimal
- negate() - Method in class org.ojalgo.scalar.PrimitiveScalar
- negate() - Method in class org.ojalgo.scalar.Quadruple
- negate() - Method in class org.ojalgo.scalar.Quaternion
- negate() - Method in class org.ojalgo.scalar.RationalNumber
- negate() - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- negate() - Method in class org.ojalgo.tensor.AnyTensor
- negate() - Method in class org.ojalgo.tensor.MatrixTensor
- negate() - Method in class org.ojalgo.tensor.VectorTensor
- negate(byte[], int, int, int, byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(double[], int, int, int, double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(float[], int, int, int, float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(int[], int, int, int, int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(long[], int, int, int, long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(short[], int, int, int, short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(BasicArray<N>, long, long, long, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- negate(Mutate1D.Fillable<N>, Access1D<N>) - Method in class org.ojalgo.tensor.ArrayBasedTensor
- NEGATE - Static variable in class org.ojalgo.function.constant.BigMath
- NEGATE - Static variable in class org.ojalgo.function.constant.ComplexMath
- NEGATE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- NEGATE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- NEGATE - Static variable in class org.ojalgo.function.constant.QuaternionMath
- NEGATE - Static variable in class org.ojalgo.function.constant.RationalMath
- negateColumn(int) - Method in interface org.ojalgo.matrix.decomposition.function.NegateColumn
- negateColumn(int) - Method in class org.ojalgo.matrix.store.GenericStore
- negateColumn(int) - Method in class org.ojalgo.matrix.store.R064Store
- NegateColumn - Interface in org.ojalgo.matrix.decomposition.function
- negated - Variable in class org.ojalgo.optimisation.ConstraintsMetaData
- negated(int, boolean) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- negative(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- NEGATIVE_INFINITY - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- NEGATIVE_INFINITY - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- NEGATIVE_INFINITY - Static variable in class org.ojalgo.function.constant.RationalMath
- NEGATIVE_INFINITY - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- NEGATIVE_INFINITY - Static variable in class org.ojalgo.scalar.Quadruple
- NEGATIVE_INFINITY - Static variable in class org.ojalgo.scalar.RationalNumber
- negativePartVariables - Variable in class org.ojalgo.optimisation.linear.LinearStructure
- NetworkBuilder - Class in org.ojalgo.ann
-
An Artificial Neural Network (ANN) builder.
- NetworkBuilder(PhysicalStore.Factory<Double, ?>, int) - Constructor for class org.ojalgo.ann.NetworkBuilder
- NetworkInvoker - Class in org.ojalgo.ann
- NetworkInvoker(ArtificialNeuralNetwork, int) - Constructor for class org.ojalgo.ann.NetworkInvoker
- NetworkTrainer - Class in org.ojalgo.ann
-
An Artificial Neural Network (ANN) builder/trainer.
- NetworkTrainer(ArtificialNeuralNetwork, int) - Constructor for class org.ojalgo.ann.NetworkTrainer
- NEW_INTEGRATION - Static variable in class org.ojalgo.optimisation.linear.LinearSolver
-
An integration to a new/alternative/experimental LP-solver.
- NEW_LINE - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- newAlphaVantage(String, CalendarDateUnit, String) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
-
Deprecated.
- newAlphaVantage(String, CalendarDateUnit, String, boolean) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
-
Deprecated.
- newArrayInstance(int) - Method in interface org.ojalgo.scalar.Scalar.Factory
- newBatch(int, int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- newBatchContainer() - Method in class org.ojalgo.netio.QueuedWriter
- newBuilder() - Static method in class org.ojalgo.optimisation.convex.ConvexSolver
- newBuilder() - Static method in class org.ojalgo.optimisation.linear.LinearSolver
- newBuilder() - Static method in class org.ojalgo.type.ForgetfulMap
- newBuilder(double...) - Static method in class org.ojalgo.optimisation.linear.LinearSolver
- newBuilder(int) - Static method in class org.ojalgo.optimisation.convex.ConvexSolver
- newBuilder(long) - Method in class org.ojalgo.array.DenseArray.Factory
- newBuilder(long) - Method in interface org.ojalgo.structure.Factory1D.MayBeSparse
- newBuilder(long) - Method in interface org.ojalgo.structure.Factory1D.TwoStep
- newBuilder(long...) - Method in interface org.ojalgo.structure.FactoryAnyD.MayBeSparse
- newBuilder(long...) - Method in interface org.ojalgo.structure.FactoryAnyD.TwoStep
- newBuilder(long, long) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- newBuilder(long, long) - Method in class org.ojalgo.matrix.store.SparseStore.Factory
- newBuilder(long, long) - Method in interface org.ojalgo.structure.Factory2D.MayBeSparse
- newBuilder(long, long) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- newBuilder(F...) - Static method in interface org.ojalgo.netio.FromFileReader
- newBuilder(F...) - Static method in interface org.ojalgo.netio.ToFileWriter
- newBuilder(File) - Static method in interface org.ojalgo.netio.FromFileReader
- newBuilder(File) - Static method in class org.ojalgo.netio.SegmentedFile
- newBuilder(File) - Static method in interface org.ojalgo.netio.ToFileWriter
- newBuilder(File, DataInterpreter<T>) - Static method in class org.ojalgo.data.batch.BatchNode
- newBuilder(Path) - Static method in interface org.ojalgo.netio.FromFileReader
- newBuilder(Path) - Static method in interface org.ojalgo.netio.ToFileWriter
- newBuilder(DenseArray.Factory<?>) - Static method in class org.ojalgo.array.GrowthStrategy
- newBuilder(SegmentedFile) - Static method in interface org.ojalgo.netio.FromFileReader
- newBuilder(ShardedFile) - Static method in interface org.ojalgo.netio.FromFileReader
- newBuilder(ShardedFile) - Static method in interface org.ojalgo.netio.ToFileWriter
- newBuilder(Access2D<?>) - Static method in class org.ojalgo.optimisation.convex.ConvexSolver
- newCachedThreadPool(String) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
-
Like
Executors.newCachedThreadPool()
but with identifiable (daemon) threads - newCholesky(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newCholesky(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newCholesky(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newCholesky(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newCholesky(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newCholesky(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newCholesky(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newCollector() - Static method in class org.ojalgo.random.SampleSet
- newCollector(Supplier<A>) - Static method in interface org.ojalgo.type.function.TwoStepMapper.Combineable
-
Create a new
Collector
that can be used withStream.collect(Collector)
. - newCollector(Supplier<A>) - Static method in interface org.ojalgo.type.function.TwoStepMapper.Mergeable
-
Create a new
Collector
that can be used withStream.collect(Collector)
. - newCollector(DenseArray.Factory<N>) - Static method in class org.ojalgo.random.SampleSet
- newColour(int, int) - Static method in class org.ojalgo.data.image.ImageData
- newColour(Structure2D) - Static method in class org.ojalgo.data.image.ImageData
- newColumn(int) - Static method in class org.ojalgo.optimisation.linear.RevisedStore
- newColumnsTransformer(Function<SampleSet, UnaryFunction<Double>>) - Static method in class org.ojalgo.data.DataProcessors
-
Creates a
Transformation2D
that will apply aUnaryFunction
to each column. - newCombineableSet() - Static method in class org.ojalgo.random.SampleSet
- newCombineableSet(DenseArray.Factory<N>) - Static method in class org.ojalgo.random.SampleSet
- newConfigurable() - Static method in interface org.ojalgo.optimisation.integer.IntegerStrategy
- newConnection() - Method in class org.ojalgo.netio.ResourceLocator.Request
- newConstraintsBody() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- newConstraintsBody() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- newConstraintsBody() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- newConstraintsRHS() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- newConstraintsRHS() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- newConstraintsRHS() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- newCSVLineBuilder(char) - Method in class org.ojalgo.netio.TextLineWriter
- newCSVLineBuilder(String) - Method in class org.ojalgo.netio.TextLineWriter
- newDataReader(DataReader.Deserializer<T>) - Method in class org.ojalgo.netio.SegmentedFile
- newDataReader(SegmentedFile.Segment, DataReader.Deserializer<T>) - Method in class org.ojalgo.netio.SegmentedFile
- newDecreasingRange(int, int) - Static method in interface org.ojalgo.structure.Structure1D
- newDecreasingRange(long, int) - Static method in interface org.ojalgo.structure.Structure1D
- newDelegateInstance() - Method in class org.ojalgo.series.MappedIndexSeries
-
A "hack" that will create a new empty delegate
LongToNumberMap
instance. - newDenseBuilder(long) - Method in class org.ojalgo.array.Array1D.Factory
- newDenseBuilder(long) - Method in interface org.ojalgo.structure.Factory1D.MayBeSparse
- newDenseBuilder(long...) - Method in class org.ojalgo.array.ArrayAnyD.Factory
- newDenseBuilder(long...) - Method in interface org.ojalgo.structure.FactoryAnyD.MayBeSparse
- newDenseBuilder(long, long) - Method in class org.ojalgo.array.Array2D.Factory
- newDenseBuilder(long, long) - Method in class org.ojalgo.matrix.MatrixFactory
- newDenseBuilder(long, long) - Method in interface org.ojalgo.structure.Factory2D.MayBeSparse
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newDeterminantTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newDualSimplexSolver(Optimisation.Options, int...) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- newDuration(double) - Method in enum org.ojalgo.type.CalendarDateUnit
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newEigenvalue(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newEntityMap(int) - Static method in class org.ojalgo.optimisation.ConstraintsMetaData
- newEqualities(int, int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- newEquationSystemNotSolvable() - Static method in exception org.ojalgo.RecoverableCondition
- newExpression(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- newFactor(R064Store, int, double) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- newFactory(int) - Static method in class org.ojalgo.data.cluster.Point
- newFailedToParseString(String, Class<?>) - Static method in exception org.ojalgo.RecoverableCondition
- newFetcher(String, CalendarDateUnit) - Method in class org.ojalgo.data.domain.finance.series.YahooSession
-
Deprecated.
- newFetcher(String, CalendarDateUnit) - Method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- newFileReader(File, BasicParser<T>) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
- newFileReader(File, BasicParser<T>, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
- newFixedThreadPool(String, int) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
-
Like
Executors.newFixedThreadPool(int)
but with identifiable (daemon) threads - newGeneralBuilder() - Static method in class org.ojalgo.optimisation.linear.LinearSolver
-
Deprecated.v55 Use
LinearSolver.newBuilder()
instead - newGeneralBuilder(double...) - Static method in class org.ojalgo.optimisation.linear.LinearSolver
-
Deprecated.v55 Use
LinearSolver.newBuilder(double...)
instead - newGeneric(int, int) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- newGeneric(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- newGeneric(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- newGeneric(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- newGreedyClusterer(double) - Static method in class org.ojalgo.data.cluster.Point
-
Greedy algorithm.
- newGreyScale(int, int) - Static method in class org.ojalgo.data.image.ImageData
- newGreyScale(Structure2D) - Static method in class org.ojalgo.data.image.ImageData
- newIDX(DenseArray.Factory<N>) - Static method in interface org.ojalgo.netio.DataInterpreter
- newIEXTrading(String) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
-
Deprecated.
- newIncreasingRange(int, int) - Static method in interface org.ojalgo.structure.Structure1D
- newIncreasingRange(long, int) - Static method in interface org.ojalgo.structure.Structure1D
- newInequalities(int, int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- newInputBatch() - Method in class org.ojalgo.ann.WrappedANN
-
When using
NetworkTrainer
orNetworkInvoker
with a batch size larger than 1 this utility may help with creating the batches. - newInputStream() - Method in class org.ojalgo.netio.InMemoryFile
-
Creates a new
InputStream
with each invocation (but keeps a reference to it for later internal use). - newInstance() - Method in class org.ojalgo.random.SampleSet.CombineableSet
- newInstance() - Static method in class org.ojalgo.random.scedasticity.Homoscedastic
- newInstance() - Static method in class org.ojalgo.type.collection.CloseableList
- newInstance() - Static method in class org.ojalgo.type.collection.CloseableMap
- newInstance() - Static method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- newInstance(double, double) - Static method in class org.ojalgo.random.scedasticity.Homoscedastic
- newInstance(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
-
Will return a functioning instance for any size, but if you want fast transformation (FFT) it needs to be a power of 2.
- newInstance(int) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- newInstance(int) - Method in class org.ojalgo.function.polynomial.PolynomialC128
- newInstance(int) - Method in class org.ojalgo.function.polynomial.PolynomialQ128
- newInstance(int) - Method in class org.ojalgo.function.polynomial.PolynomialR032
- newInstance(int) - Method in class org.ojalgo.function.polynomial.PolynomialR064
- newInstance(int) - Method in class org.ojalgo.function.polynomial.PolynomialR128
- newInstance(int) - Method in class org.ojalgo.function.polynomial.PolynomialR256
- newInstance(int) - Static method in class org.ojalgo.random.scedasticity.ARCH
- newInstance(int) - Static method in class org.ojalgo.structure.Primitive1D
- newInstance(int) - Static method in class org.ojalgo.type.collection.CloseableList
- newInstance(int) - Static method in class org.ojalgo.type.collection.CloseableMap
- newInstance(int...) - Static method in class org.ojalgo.structure.PrimitiveAnyD
- newInstance(int, boolean) - Static method in class org.ojalgo.optimisation.ConstraintsMetaData
- newInstance(int, double, double) - Static method in class org.ojalgo.random.scedasticity.ARCH
-
Will create an instance configured with default parameters.
- newInstance(int, int) - Static method in class org.ojalgo.random.scedasticity.GARCH
- newInstance(int, int) - Static method in class org.ojalgo.structure.Primitive2D
- newInstance(int, int, double, double) - Static method in class org.ojalgo.random.scedasticity.GARCH
-
Will create an instance configured with default parameters.
- newInstance(int, int, int) - Method in interface org.ojalgo.optimisation.convex.ConvexData.ConvexDataFactory
- newInstance(int, int, int) - Static method in class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- newInstance(File, DataInterpreter<T>) - Static method in class org.ojalgo.data.batch.BatchNode
- newInstance(String) - Static method in class org.ojalgo.concurrent.ProcessingService
- newInstance(String) - Static method in class org.ojalgo.optimisation.service.ServiceIntegration
- newInstance(BufferArray.Factory, ByteBuffer, AutoCloseable) - Method in interface org.ojalgo.array.BufferArray.BufferConstructor
- newInstance(BufferArray.Factory, ByteBuffer, AutoCloseable) - Method in class org.ojalgo.array.BufferArray.Factory
-
Signature matching
BufferArray.BufferConstructor
. - newInstance(DenseArray.Factory<?>) - Static method in class org.ojalgo.array.GrowthStrategy
- newInstance(ElementsSupplier<Double>) - Method in class org.ojalgo.matrix.MatrixR032
- newInstance(ElementsSupplier<Double>) - Method in class org.ojalgo.matrix.MatrixR064
- newInstance(ElementsSupplier<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- newInstance(ElementsSupplier<ComplexNumber>) - Method in class org.ojalgo.matrix.MatrixC128
- newInstance(ElementsSupplier<Quadruple>) - Method in class org.ojalgo.matrix.MatrixR128
- newInstance(ElementsSupplier<Quaternion>) - Method in class org.ojalgo.matrix.MatrixH256
- newInstance(ElementsSupplier<RationalNumber>) - Method in class org.ojalgo.matrix.MatrixQ128
- newInstance(FrequencyMap.FrequencyPredicate<T>) - Static method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- newIntegration(String) - Static method in class org.ojalgo.optimisation.service.OptimisationService
- NewIntegration() - Constructor for class org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newInverterTask(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newInvoker() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
With batch size 1
- newInvoker(int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
If you create multiple invokers you can use them in different threads simutaneously - the invoker contains any/all invocation specific state.
- newKMeansClusterer(int) - Static method in class org.ojalgo.data.cluster.Point
-
Standard k-means clustering
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newLDL(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newLDU(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newLU(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newLU(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newLU(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newLU(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newLU(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newLU(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newLU(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newMapped(File) - Method in class org.ojalgo.array.BufferArray.Factory
- newMatrix(int, int) - Static method in class org.ojalgo.optimisation.linear.RevisedStore
- newMatrixNotInvertible() - Static method in exception org.ojalgo.RecoverableCondition
- newModelStrategy(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- newModelStrategy(ExpressionsBasedModel) - Method in interface org.ojalgo.optimisation.integer.IntegerStrategy
- newModelStrategy(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- newNodeBuilder(String, DataInterpreter<T>) - Method in class org.ojalgo.data.batch.BatchManager
- newObject() - Method in class org.ojalgo.optimisation.convex.IterativeASS.SparseArrayPool
- newObject() - Method in class org.ojalgo.optimisation.integer.NodeKey.IntArrayPool
- newObject() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
- newObject() - Method in class org.ojalgo.type.ObjectPool
- newObjective() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- newObjective() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- newObjective() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- newOutputBatch() - Method in class org.ojalgo.ann.NetworkTrainer
- newOutputBatch() - Method in class org.ojalgo.ann.WrappedANN
- newOutputStream() - Method in class org.ojalgo.netio.InMemoryFile
-
Creates a new
OutputStream
with each invocation (but keeps a reference to it for later internal use). - newPhasedSimplexSolver(Optimisation.Options, int...) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- newPoint(float...) - Method in class org.ojalgo.data.cluster.Point.Factory
- newPrimalSimplexSolver(Optimisation.Options, int...) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- newPrimitive32(int, int) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- newPrimitive32(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- newPrimitive32(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- newPrimitive32(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- newPrimitive64(int, int) - Static method in class org.ojalgo.matrix.operation.MultiplyBoth
- newPrimitive64(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyLeft
- newPrimitive64(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyNeither
- newPrimitive64(long, long) - Static method in class org.ojalgo.matrix.operation.MultiplyRight
- newPrimitiveColumnCollectable(Access1D<?>) - Static method in interface org.ojalgo.structure.Access2D
- newPrimitiveRowCollectable(Access1D<?>) - Static method in interface org.ojalgo.structure.Access2D
- newPrinter() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- newQR(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newQR(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newQR(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newQR(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newQR(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newQR(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newQR(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newQueue(int) - Method in class org.ojalgo.netio.ReaderWriterBuilder
- newRawStore(int, int) - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- newReader(File) - Method in class org.ojalgo.data.batch.BatchNode
- newReader(File) - Method in interface org.ojalgo.netio.DataInterpreter
- newReader(File) - Method in interface org.ojalgo.netio.TextLineInterpreter
- newReader(File, OperatorWithException<InputStream>) - Method in interface org.ojalgo.netio.DataInterpreter
- newReader(File, OperatorWithException<InputStream>) - Method in interface org.ojalgo.netio.TextLineInterpreter
- newRequest() - Static method in class org.ojalgo.netio.ServiceClient
- newRequest() - Method in class org.ojalgo.netio.ServiceClient.Session
- newRequest(String) - Static method in class org.ojalgo.netio.ServiceClient
- newRequest(String) - Method in class org.ojalgo.netio.ServiceClient.Session
- newRingLogger() - Static method in class org.ojalgo.netio.CharacterRing
- newRow(int) - Static method in class org.ojalgo.optimisation.linear.RevisedStore
- newRowsTransformer(Function<SampleSet, UnaryFunction<Double>>) - Static method in class org.ojalgo.data.DataProcessors
- newSameShape() - Method in class org.ojalgo.tensor.AnyTensor
- newSameShape() - Method in class org.ojalgo.tensor.ArrayBasedTensor
- newSameShape() - Method in class org.ojalgo.tensor.MatrixTensor
- newSameShape() - Method in class org.ojalgo.tensor.VectorTensor
- newSampleSet(int) - Method in class org.ojalgo.random.RandomNumber
- newScheduledThreadPool(String, int) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
-
Like
Executors.newScheduledThreadPool(int)
but with identifiable (daemon) threads - newScoredDual(DataInterpreter<T>) - Static method in interface org.ojalgo.netio.DataInterpreter
- newSequencedFactory(Function<File, FromFileReader<T>>) - Method in class org.ojalgo.netio.ShardedFile
-
Each reader instantiated by this factory will read from the shards in sequence, until all of them are done.
- newSequencedFactory(Function<SegmentedFile.Segment, FromFileReader<T>>) - Method in class org.ojalgo.netio.SegmentedFile
-
Each reader instantiated by this factory will read from the segments in sequence, until all of them are done.
- newSession() - Static method in class org.ojalgo.netio.ServiceClient
- newSimple(int) - Static method in class org.ojalgo.optimisation.ConstraintsMetaData
- newSimplexStore(Function<LinearStructure, SimplexStore>, int...) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- newSimplexTableau(Function<LinearStructure, SimplexTableau>) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- newSimplexTableauSolver(Optimisation.Options) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- newSingleThreadExecutor(String) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
-
Like
Executors.newSingleThreadExecutor()
but with identifiable (daemon) threads - newSingleThreadScheduledExecutor(String) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
-
Like
Executors.newSingleThreadScheduledExecutor()
but with identifiable (daemon) threads - newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newSingularValue(Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newSolver(BiFunction<Optimisation.Options, SimplexStore, S>, Optimisation.Options, int...) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- newSolver(ConvexData<Double>, Optimisation.Options) - Static method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- newSolver(ExpressionsBasedModel) - Static method in class org.ojalgo.optimisation.convex.ConvexSolver
- newSolver(ExpressionsBasedModel) - Static method in class org.ojalgo.optimisation.integer.GomorySolver
- newSolver(ExpressionsBasedModel) - Static method in class org.ojalgo.optimisation.integer.IntegerSolver
- newSolver(ExpressionsBasedModel) - Static method in class org.ojalgo.optimisation.linear.LinearSolver
- newSolverGeneral(Structure2D) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- newSolverSPD(Structure2D) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.BasicMatrix
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.MatrixC128
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.MatrixH256
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.MatrixQ128
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.MatrixR032
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.MatrixR064
- newSolverTask(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.MatrixR128
- newSparseBuilder(long) - Method in class org.ojalgo.array.Array1D.Factory
- newSparseBuilder(long) - Method in interface org.ojalgo.structure.Factory1D.MayBeSparse
- newSparseBuilder(long...) - Method in class org.ojalgo.array.ArrayAnyD.Factory
- newSparseBuilder(long...) - Method in interface org.ojalgo.structure.FactoryAnyD.MayBeSparse
- newSparseBuilder(long, long) - Method in class org.ojalgo.array.Array2D.Factory
- newSparseBuilder(long, long) - Method in class org.ojalgo.matrix.MatrixFactory
- newSparseBuilder(long, long) - Method in interface org.ojalgo.structure.Factory2D.MayBeSparse
- newStandardBuilder() - Static method in class org.ojalgo.optimisation.linear.LinearSolver
-
Deprecated.v55 Use
LinearSolver.newBuilder()
instead - newStandardBuilder(double...) - Static method in class org.ojalgo.optimisation.linear.LinearSolver
-
Deprecated.v55 Use
LinearSolver.newBuilder(double...)
instead - newStore(int, int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- newStoreFactory(Optimisation.Options) - Static method in class org.ojalgo.optimisation.linear.SimplexStore
- newTableauFactory(Optimisation.Options) - Static method in class org.ojalgo.optimisation.linear.SimplexTableau
- newTextLineReader() - Method in class org.ojalgo.netio.SegmentedFile
- newTextLineReader(SegmentedFile.Segment) - Method in class org.ojalgo.netio.SegmentedFile
-
Call this once for each file segment, and use the returned
TextLineReader
to read the file segment. - newTextLineReader(TextLineReader.Parser<T>) - Method in class org.ojalgo.netio.SegmentedFile
- newThreadFactory(String) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
- newThreadFactory(ThreadGroup, String) - Static method in class org.ojalgo.concurrent.DaemonPoolExecutor
- newTrainer() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
With batch size 1
- newTrainer(int) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
Only 1 trainer at the time.
- newTransformation(ImageData.FrequencyDomainUpdater) - Static method in class org.ojalgo.data.image.ImageData
-
Creates a new transformation that can be used to transform a matrix of complex numbers in the frequency domain.
- newUniformFormatter(long) - Static method in enum org.ojalgo.type.format.NumberStyle
-
Similar to
NumberStyle.toUniformString(long, long)
but return a "formatter" with the specified range size. - newUnitRoot(int) - Static method in class org.ojalgo.scalar.ComplexNumber
- newUnitRoots(int) - Static method in class org.ojalgo.scalar.ComplexNumber
- newValidator(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- newValueCache(K, Function<? super K, ? extends V>) - Method in class org.ojalgo.type.ForgetfulMap
- newVandermonde(Factory2D<M>, int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- newVandermondeMatrix(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- newVariable(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- newView(Comparator<? super T>) - Method in class org.ojalgo.concurrent.MultiviewSet
- newWriter() - Method in class org.ojalgo.data.batch.BatchNode
- newWriter(File) - Method in interface org.ojalgo.netio.DataInterpreter
- newWriter(File) - Method in interface org.ojalgo.netio.TextLineInterpreter
- newWriter(File, OperatorWithException<OutputStream>) - Method in interface org.ojalgo.netio.DataInterpreter
- newWriter(File, OperatorWithException<OutputStream>) - Method in interface org.ojalgo.netio.TextLineInterpreter
- newYahoo(YahooSession, String, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.series.DataSource
-
Deprecated.
- newZOperator(Access1D<?>) - Static method in class org.ojalgo.data.transform.ZTransform
- next() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- next() - Method in class org.ojalgo.netio.SupplierIterator
- next() - Method in class org.ojalgo.structure.Access1D.ElementView
- next() - Method in class org.ojalgo.structure.Access2D.ColumnView
- next() - Method in class org.ojalgo.structure.Access2D.ElementView
- next() - Method in class org.ojalgo.structure.Access2D.RowView
- next() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- next() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- next() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- next() - Method in class org.ojalgo.structure.Iterator1D
- next() - Method in class org.ojalgo.type.keyvalue.EntrySet.ViewingIterator
- next(T) - Method in interface org.ojalgo.structure.Structure1D.IndexMapper
-
This default implementation assumes that the index is incremented by 1 when incrementing the key to the next value.
- nextDouble() - Method in class org.ojalgo.random.Random1D
-
An array of correlated random numbers, provided that you gave a correlations matrix to the constructor.
- nextGaussian() - Method in class org.ojalgo.random.Random1D
-
An array of correlated random numbers, provided that you gave a correlations matrix to the constructor.
- nextIndex() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- nextIndex() - Method in class org.ojalgo.structure.Access2D.ElementView
- nextIndex() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- nextIndex() - Method in interface org.ojalgo.structure.ElementView1D
- nextIndex() - Method in class org.ojalgo.structure.Iterator1D
- nextKey() - Method in interface org.ojalgo.series.BasicSeries.NaturallySequenced
- nextKey() - Method in class org.ojalgo.series.CalendarDateSeries
- nextKey() - Method in class org.ojalgo.series.MappedIndexSeries
- nextSupplier() - Method in class org.ojalgo.netio.SequencedReader
- NINE - Static variable in class org.ojalgo.function.constant.BigMath
- NINE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- NINE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- NINE - Static variable in class org.ojalgo.function.constant.RationalMath
- NINTH - Static variable in class org.ojalgo.function.constant.BigMath
- NINTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- NINTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- NINTH - Static variable in class org.ojalgo.function.constant.RationalMath
- NodeDropper - Class in org.ojalgo.ann
- NodeDropper(double) - Constructor for class org.ojalgo.ann.NodeDropper
- NodeKey - Class in org.ojalgo.optimisation.integer
- NodeKey(int[], int[], long, int, double, double, boolean, NodeKey.IntArrayPool) - Constructor for class org.ojalgo.optimisation.integer.NodeKey
- NodeKey(ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.integer.NodeKey
- NodeKey.IntArrayPool - Class in org.ojalgo.optimisation.integer
- NodeSolver - Class in org.ojalgo.optimisation.integer
- NodeSolver(ExpressionsBasedModel) - Constructor for class org.ojalgo.optimisation.integer.NodeSolver
- NodeStatistics() - Constructor for class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- NONE - org.ojalgo.optimisation.Optimisation.ConstraintType
-
Unconstrained
- nonzeros() - Method in class org.ojalgo.array.LongToNumberMap
- nonzeros() - Method in class org.ojalgo.array.SparseArray
- nonzeros() - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- nonzeros() - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- nonzeros() - Method in class org.ojalgo.matrix.store.SparseStore
- nonzeros() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- nonzeros() - Method in interface org.ojalgo.structure.Access1D
-
Similar to
Access1D.elements()
but avoids elements that are structurally known to be zero. - nonzeros() - Method in interface org.ojalgo.structure.Access2D
- NonzeroView(long[], DenseArray<N>, int) - Constructor for class org.ojalgo.array.SparseArray.NonzeroView
- NonzeroView(long[], DenseArray<N>, int, int) - Constructor for class org.ojalgo.array.SparseArray.NonzeroView
- norm() - Method in interface org.ojalgo.algebra.NormedVectorSpace
-
this == this.signum().multiply(this.norm())
- norm() - Method in class org.ojalgo.matrix.BasicMatrix
-
The Frobenius norm is the square root of the sum of the squares of each element, or the square root of the sum of the square of the singular values.
- norm() - Method in interface org.ojalgo.matrix.store.MatrixStore
- norm() - Method in class org.ojalgo.scalar.BigScalar
- norm() - Method in class org.ojalgo.scalar.ComplexNumber
-
Returns the norm of this complex number.
- norm() - Method in class org.ojalgo.scalar.ExactDecimal
- norm() - Method in class org.ojalgo.scalar.PrimitiveScalar
- norm() - Method in class org.ojalgo.scalar.Quadruple
- norm() - Method in class org.ojalgo.scalar.Quaternion
- norm() - Method in class org.ojalgo.scalar.RationalNumber
- norm() - Method in class org.ojalgo.tensor.AnyTensor
- norm() - Method in class org.ojalgo.tensor.MatrixTensor
- norm() - Method in class org.ojalgo.tensor.VectorTensor
- norm(double...) - Static method in class org.ojalgo.function.special.MissingMath
- norm(double, double) - Static method in class org.ojalgo.function.special.MissingMath
- norm(double, double, double) - Static method in class org.ojalgo.function.special.MissingMath
- norm(double, double, double, double) - Static method in class org.ojalgo.function.special.MissingMath
- norm(int) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- norm(int) - Method in class org.ojalgo.function.polynomial.ScalarPolynomial
- norm(Access1D.Aggregatable<N>) - Method in class org.ojalgo.tensor.ArrayBasedTensor
- norm1() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Sum of absolute values
- norm1() - Method in class org.ojalgo.function.aggregator.BigAggregator
- norm1() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- norm1() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- norm1() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- norm1() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- norm1() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- NORM1 - org.ojalgo.function.aggregator.Aggregator
- NORM1 - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- NORM1 - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- NORM1 - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- NORM1 - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- NORM1 - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- NORM1 - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- norm2() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Square root of sum of squared values
- norm2() - Method in class org.ojalgo.function.aggregator.BigAggregator
- norm2() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- norm2() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- norm2() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- norm2() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- norm2() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- NORM2 - org.ojalgo.function.aggregator.Aggregator
- NORM2 - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- NORM2 - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- NORM2 - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- NORM2 - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- NORM2 - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- NORM2 - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- Normal - Class in org.ojalgo.random
-
Under general conditions, the sum of a large number of random variables is approximately normally distributed (the central limit theorem).
- Normal() - Constructor for class org.ojalgo.random.Normal
- Normal(double, double) - Constructor for class org.ojalgo.random.Normal
- NORMAL - Static variable in class org.ojalgo.random.ChiSquareDistribution
- NORMAL - Static variable in class org.ojalgo.random.TDistribution
- Normal1D - Class in org.ojalgo.random
- Normal1D(Access1D<?>, Access2D<?>) - Constructor for class org.ojalgo.random.Normal1D
- Normal1D(Access2D<?>) - Constructor for class org.ojalgo.random.Normal1D
- NormalApproximation(double) - Constructor for class org.ojalgo.random.ChiSquareDistribution.NormalApproximation
- normalise() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
Normalised weights Portfolio
- normalise(NumberContext) - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
-
Normalised weights Portfolio
- NormalisedPortfolio - Class in org.ojalgo.data.domain.finance.portfolio
-
Normalised weights Portfolio
- NormalisedPortfolio() - Constructor for class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- NormalisedPortfolio(FinancePortfolio, NumberContext) - Constructor for class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- NormedVectorSpace<T,N extends java.lang.Comparable<N>> - Interface in org.ojalgo.algebra
- NOT_USED - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- NotNull() - Constructor for class org.ojalgo.netio.BasicLogger.NotNull
- now() - Static method in class org.ojalgo.type.CalendarDate
- NRM2 - Class in org.ojalgo.array.operation
-
The ?nrm2 routines perform a vector reduction operation defined as res = ||x||, where: x is a vector, res is a value containing the Euclidean norm of the elements of x.
- NRM2() - Constructor for class org.ojalgo.array.operation.NRM2
- NRMINF - Class in org.ojalgo.array.operation
-
Infinity norm - largest absolute value
- NRMINF() - Constructor for class org.ojalgo.array.operation.NRMINF
- NULL - Static variable in interface org.ojalgo.matrix.decomposition.function.ExchangeColumns
- NULL - Static variable in interface org.ojalgo.matrix.decomposition.function.NegateColumn
- NULL - Static variable in interface org.ojalgo.matrix.decomposition.function.RotateRight
- NULL - Static variable in class org.ojalgo.netio.ASCII
- NULL - Static variable in interface org.ojalgo.netio.BasicLogger
- NULL - Static variable in interface org.ojalgo.netio.ToFileWriter
- NULL - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- nullary(double) - Static method in class org.ojalgo.function.PrimitiveFunction
- nullary(BigDecimal) - Static method in class org.ojalgo.function.BigFunction
- nullary(ComplexNumber) - Static method in class org.ojalgo.function.ComplexFunction
- nullary(Quadruple) - Static method in class org.ojalgo.function.QuadrupleFunction
- nullary(Quaternion) - Static method in class org.ojalgo.function.QuaternionFunction
- nullary(RationalNumber) - Static method in class org.ojalgo.function.RationalFunction
- NullaryFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function
- NUMBER - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- NUMBER_CONTEXT - Static variable in class org.ojalgo.scalar.Quadruple
- NumberContext - Class in org.ojalgo.type.context
-
Think of this as a MathContext that specifies both precision and scale.
- NumberContext(NumberFormat, int, int, RoundingMode) - Constructor for class org.ojalgo.type.context.NumberContext
- NumberContext(NumberFormat, MathContext, int) - Constructor for class org.ojalgo.type.context.NumberContext
- NumberContext.Enforceable<T> - Interface in org.ojalgo.type.context
- NumberContext.FormatPattern - Interface in org.ojalgo.type.context
- NumberDefinition - Interface in org.ojalgo.type
-
An interface defining a "Number".
- NumberList<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
Think of this as an
ArrayList
that can only contain numbers, but with a few extra features. - NumberList(DenseArray.Factory<N>, GrowthStrategy) - Constructor for class org.ojalgo.array.NumberList
- NumberList(DenseArray.Factory<N>, GrowthStrategy, BasicArray<N>, long) - Constructor for class org.ojalgo.array.NumberList
- NumberList.ListFactory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- numberOfColumns - Variable in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- numberOfDigits(long) - Static method in class org.ojalgo.type.format.NumberStyle.IntegerToUniformString
- numberOfKnownKeys() - Method in class org.ojalgo.random.FrequencyMap
- numberOfShards - Variable in class org.ojalgo.netio.ShardedFile
- NumberSeries<N extends java.lang.Comparable<N>> - Class in org.ojalgo.series
- NumberSeries() - Constructor for class org.ojalgo.series.NumberSeries
- NumberSeries(Map<? extends N, ? extends N>) - Constructor for class org.ojalgo.series.NumberSeries
- NumberSeries(SortedMap<N, ? extends N>) - Constructor for class org.ojalgo.series.NumberSeries
- NumberSet - Enum in org.ojalgo.algebra
-
Some special sets of numbers commonly used in mathematics
- NumberSet() - Constructor for enum org.ojalgo.algebra.NumberSet
- NumberStyle - Enum in org.ojalgo.type.format
- NumberStyle() - Constructor for enum org.ojalgo.type.format.NumberStyle
- NumberStyle.IntegerToUniformString - Class in org.ojalgo.type.format
- numerator() - Method in class org.ojalgo.scalar.ExactDecimal
O
- OBJ_FUNC_AS_CONSTR_KEY - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- ObjectByte(K[], byte[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- ObjectByte(K, byte) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- ObjectDouble(K[], double[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- ObjectDouble(K, double) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- ObjectFloat(K[], float[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- ObjectFloat(K, float) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- ObjectInt(K[], int[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- ObjectInt(K, int) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- objective - Variable in class org.ojalgo.optimisation.integer.NodeKey
-
The objective function value of the parent node.
- objective() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
This is generated on demand – you should not cache this.
- objective() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- objective() - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
The simplex' objective function.
- objective() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
-
The area of the tableau corresponding to the objective function.
- objective(double...) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- objective(int, double) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Set one element of the linear part of the objective function
- objective(int, double) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- objective(int, int, double) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Set one element of the quadratic part of the objective function
- objective(MatrixStore<?>, MatrixStore<?>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
- objective(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- OBJECTIVE - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- ObjectLong(K[], long[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- ObjectLong(K, long) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- ObjectObject(K[], V[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectObject
- ObjectObject(K, V) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- ObjectPool<T> - Class in org.ojalgo.type
- ObjectPool() - Constructor for class org.ojalgo.type.ObjectPool
- ObjectPool(int) - Constructor for class org.ojalgo.type.ObjectPool
- ObjectShort(K[], short[]) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- ObjectShort(K, short) - Constructor for class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- OBJNAME - org.ojalgo.optimisation.FileFormatMPS.FileSection
- OBJSENSE - org.ojalgo.optimisation.FileFormatMPS.FileSection
- of(byte) - Static method in interface org.ojalgo.type.PrimitiveNumber
- of(double) - Static method in class org.ojalgo.ann.NodeDropper
- of(double) - Static method in class org.ojalgo.data.transform.ZTransform
- of(double) - Static method in class org.ojalgo.random.Exponential
- of(double) - Static method in class org.ojalgo.random.Geometric
- of(double) - Static method in class org.ojalgo.random.Poisson
- of(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- of(double) - Static method in interface org.ojalgo.type.PrimitiveNumber
- of(double...) - Static method in class org.ojalgo.structure.Primitive1D
- of(double...) - Static method in class org.ojalgo.type.FloatingPointReceptacle
- of(double, double) - Static method in class org.ojalgo.random.Cauchy
- of(double, double) - Static method in class org.ojalgo.random.Normal
- of(double, double) - Static method in class org.ojalgo.random.Uniform
- of(double, double) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Static factory method returning a complex number from cartesian coordinates.
- of(double, double, double) - Static method in class org.ojalgo.scalar.Quaternion
- of(double, double, double, double) - Static method in class org.ojalgo.scalar.Quaternion
- of(double, int, double...) - Static method in class org.ojalgo.equation.Equation
- of(double, DoubleUnaryOperator) - Static method in class org.ojalgo.function.series.PeriodicFunction
- of(double, Optimisation.State, double...) - Static method in class org.ojalgo.optimisation.Optimisation.Result
- of(float) - Static method in interface org.ojalgo.type.PrimitiveNumber
- of(float...) - Static method in class org.ojalgo.type.FloatingPointReceptacle
- of(int) - Static method in class org.ojalgo.random.ChiSquareDistribution
- of(int) - Static method in class org.ojalgo.random.TDistribution
- of(int) - Static method in class org.ojalgo.structure.Structure1D.IntIndex
- of(int) - Static method in class org.ojalgo.type.context.NumberContext
- of(int) - Static method in interface org.ojalgo.type.PrimitiveNumber
- of(int...) - Static method in class org.ojalgo.structure.StructureAnyD.IntReference
- of(int, double) - Static method in class org.ojalgo.random.Binomial
- of(int, double) - Static method in class org.ojalgo.type.FloatingPointReceptacle
- of(int, float) - Static method in class org.ojalgo.type.FloatingPointReceptacle
- of(int, float...) - Static method in class org.ojalgo.data.cluster.Point
- of(int, int) - Static method in class org.ojalgo.type.context.NumberContext
- of(long) - Static method in class org.ojalgo.structure.Structure1D.LongIndex
- of(long) - Static method in class org.ojalgo.type.CalendarDateDuration
- of(long) - Static method in interface org.ojalgo.type.PrimitiveNumber
- of(long...) - Static method in class org.ojalgo.structure.StructureAnyD.LongReference
- of(long, long) - Static method in class org.ojalgo.scalar.RationalNumber
- of(short) - Static method in interface org.ojalgo.type.PrimitiveNumber
- of(File) - Static method in class org.ojalgo.netio.SegmentedFile
- of(File) - Static method in class org.ojalgo.netio.TextLineReader
- of(File) - Static method in class org.ojalgo.netio.TextLineWriter
- of(File, int) - Static method in class org.ojalgo.netio.ShardedFile
- of(File, String, int) - Static method in class org.ojalgo.netio.ShardedFile
- of(File, DataReader.Deserializer<T>) - Static method in class org.ojalgo.netio.DataReader
- of(File, DataReader.Deserializer<T>, OperatorWithException<InputStream>) - Static method in class org.ojalgo.netio.DataReader
- of(File, DataWriter.Serializer<T>) - Static method in class org.ojalgo.netio.DataWriter
- of(File, DataWriter.Serializer<T>, OperatorWithException<OutputStream>) - Static method in class org.ojalgo.netio.DataWriter
- of(File, TextLineReader.Parser<T>) - Static method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- of(File, TextLineReader.Parser<T>, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- of(File, OperatorWithException<InputStream>) - Static method in class org.ojalgo.netio.TextLineReader
- of(File, OperatorWithException<OutputStream>) - Static method in class org.ojalgo.netio.TextLineWriter
- of(CharSequence, double) - Static method in class org.ojalgo.data.domain.finance.series.DatePrice
- of(CharSequence, CharSequence) - Static method in class org.ojalgo.data.domain.finance.series.DatePrice
- of(CharSequence, DateTimeFormatter, double) - Static method in class org.ojalgo.data.domain.finance.series.DatePrice
- of(CharSequence, DateTimeFormatter, CharSequence) - Static method in class org.ojalgo.data.domain.finance.series.DatePrice
- of(Class<K>, byte) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, double) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, float) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, int) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, long) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, short) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, Class<V>) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(Class<K>, V) - Static method in class org.ojalgo.type.keyvalue.IndexedMap
- of(BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
- of(BigInteger, BigInteger) - Static method in class org.ojalgo.scalar.RationalNumber
- of(DateTimeFormatter) - Static method in class org.ojalgo.type.context.TemporalContext
- of(DateTimeFormatter, TemporalAdjuster) - Static method in class org.ojalgo.type.context.TemporalContext
- of(LocalDate, double) - Static method in class org.ojalgo.data.domain.finance.series.DatePrice
- of(LocalDate, CharSequence) - Static method in class org.ojalgo.data.domain.finance.series.DatePrice
- of(DoubleUnaryOperator) - Static method in class org.ojalgo.function.series.PeriodicFunction
-
Origin at zero, and period 2π [0, 2π).
- of(DoubleUnaryOperator, double) - Static method in class org.ojalgo.function.series.PeriodicFunction
- of(ToIntFunction<T>, ToFileWriter<T>[]) - Static method in class org.ojalgo.netio.ShardedWriter
- of(List<? extends Comparable<?>>) - Static method in class org.ojalgo.type.FloatingPointReceptacle
- of(List<? extends P>) - Static method in class org.ojalgo.random.process.Process1D
-
Uncorrelated processes
- of(K, byte) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, byte) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, double) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, double) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, float) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, float) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, int) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, int) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, long) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, long) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, short) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, short) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, byte) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, byte) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, double) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, double) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, float) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, float) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, int) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, int) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, long) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, long) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, short) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, short) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, K, V) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, K, V) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(K, V) - Static method in interface org.ojalgo.type.keyvalue.EntryPair
- of(K, V) - Static method in interface org.ojalgo.type.keyvalue.KeyValue
- of(MatrixStore<Double>[]) - Static method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- of(InMemoryFile) - Static method in class org.ojalgo.netio.TextLineReader
- of(InMemoryFile) - Static method in class org.ojalgo.netio.TextLineWriter
- of(InMemoryFile, DataReader.Deserializer<T>) - Static method in class org.ojalgo.netio.DataReader
- of(InMemoryFile, DataReader.Deserializer<T>, OperatorWithException<InputStream>) - Static method in class org.ojalgo.netio.DataReader
- of(InMemoryFile, DataWriter.Serializer<T>) - Static method in class org.ojalgo.netio.DataWriter
- of(InMemoryFile, DataWriter.Serializer<T>, OperatorWithException<OutputStream>) - Static method in class org.ojalgo.netio.DataWriter
- of(InMemoryFile, TextLineReader.Parser<T>) - Static method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- of(InMemoryFile, TextLineReader.Parser<T>, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- of(InMemoryFile, OperatorWithException<InputStream>) - Static method in class org.ojalgo.netio.TextLineReader
- of(InMemoryFile, OperatorWithException<OutputStream>) - Static method in class org.ojalgo.netio.TextLineWriter
- of(ExpressionsBasedModel, Optimisation.Integration<ExpressionsBasedModel, ?>) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- of(ExpressionsBasedModel, Optimisation.Integration<ExpressionsBasedModel, ?>, BiConsumer<ExpressionsBasedModel, Access1D<BigDecimal>>) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- of(Optimisation.Result) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- of(Optimisation.Result, BiConsumer<ExpressionsBasedModel, Access1D<BigDecimal>>) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- of(Optimisation.State, double...) - Static method in class org.ojalgo.optimisation.Optimisation.Result
- of(ScedasticityModel) - Static method in class org.ojalgo.random.process.StationaryNormalProcess
- of(ComplexNumber) - Static method in class org.ojalgo.data.transform.ZTransform
- of(Access1D<?>) - Static method in class org.ojalgo.type.FloatingPointReceptacle
- of(Access2D<?>, List<? extends P>) - Static method in class org.ojalgo.random.process.Process1D
-
Correlated processes
- of(Access2D<?>, P...) - Static method in class org.ojalgo.random.process.Process1D
-
Correlated processes
- of(Factory1D<T>) - Static method in class org.ojalgo.tensor.TensorFactory1D
- of(Factory2D<T>) - Static method in class org.ojalgo.tensor.TensorFactory2D
- of(FactoryAnyD<T>) - Static method in class org.ojalgo.tensor.TensorFactoryAnyD
- of(P...) - Static method in class org.ojalgo.random.process.Process1D
-
Uncorrelated processes
- of(R, C) - Static method in class org.ojalgo.structure.Structure2D.RowColumnKey
- ofCentered(DoubleUnaryOperator) - Static method in class org.ojalgo.function.series.PeriodicFunction
-
Origin at -π, and period 2π [-π, π).
- offer(T) - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
-
The entry is also added to the common
Set
and therefore to all views backed by it. - OffHeapArray - Class in org.ojalgo.array
-
Off heap memory array.
- OffHeapArray(DenseArray.Factory<Double>, long) - Constructor for class org.ojalgo.array.OffHeapArray
- OffHeapArray.Factory - Class in org.ojalgo.array
- OffHeapR032 - Class in org.ojalgo.array
- OffHeapR032(long) - Constructor for class org.ojalgo.array.OffHeapR032
- OffHeapR064 - Class in org.ojalgo.array
- OffHeapR064(long) - Constructor for class org.ojalgo.array.OffHeapR064
- OffHeapZ008 - Class in org.ojalgo.array
- OffHeapZ008(long) - Constructor for class org.ojalgo.array.OffHeapZ008
- OffHeapZ016 - Class in org.ojalgo.array
- OffHeapZ016(long) - Constructor for class org.ojalgo.array.OffHeapZ016
- OffHeapZ032 - Class in org.ojalgo.array
- OffHeapZ032(long) - Constructor for class org.ojalgo.array.OffHeapZ032
- OffHeapZ064 - Class in org.ojalgo.array
- OffHeapZ064(long) - Constructor for class org.ojalgo.array.OffHeapZ064
- offset - Variable in class org.ojalgo.netio.SegmentedFile.Segment
- OFFSET_DATE_TIME - Static variable in interface org.ojalgo.series.BasicSeries
- OFFSET_DATE_TIME - Static variable in class org.ojalgo.type.TimeIndex
- OffsetRegion(TransformableRegion<N>, TransformableRegion.FillByMultiplying<N>, int, int) - Constructor for class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- offsets(long, long) - Method in class org.ojalgo.matrix.BasicMatrix
- offsets(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- offsets(long, long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- OffsetStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- OffsetStore(MatrixStore<N>, int, int) - Constructor for class org.ojalgo.matrix.store.OffsetStore
- OffsetStore(MatrixStore<N>, long, long) - Constructor for class org.ojalgo.matrix.store.OffsetStore
- ofInfinity() - Static method in class org.ojalgo.random.TDistribution
- ofMath(MathContext) - Static method in class org.ojalgo.type.context.NumberContext
- ofPowerSpectrum(Access2D<ComplexNumber>) - Static method in class org.ojalgo.data.image.ImageData
-
Converts a matrix of complex numbers to an image of its power spectrum (log10 of the squared norms).
- ofPrecision(int) - Static method in class org.ojalgo.type.context.NumberContext
- ofScale(int) - Static method in class org.ojalgo.type.context.NumberContext
- OjAlgoUtils - Class in org.ojalgo
- OjAlgoUtils() - Constructor for class org.ojalgo.OjAlgoUtils
- OLD_INTEGRATION - Static variable in class org.ojalgo.optimisation.linear.LinearSolver
-
An integration to a old/traditional/default LP-solver.
- OldIntegration() - Constructor for class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- onAll(double, BinaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onAll(double, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate1D
- onAll(double, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- onAll(double, BinaryFunction<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onAll(N, BinaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onAll(N, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate1D
- onAll(N, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- onAll(N, BinaryFunction<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onAll(BinaryFunction<N>, double) - Method in class org.ojalgo.matrix.BasicMatrix
- onAll(BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.Operate1D
- onAll(BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.Operate2D
- onAll(BinaryFunction<N>, double) - Method in interface org.ojalgo.structure.OperateAnyD
- onAll(BinaryFunction<N>, N) - Method in class org.ojalgo.matrix.BasicMatrix
- onAll(BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.Operate1D
- onAll(BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.Operate2D
- onAll(BinaryFunction<N>, N) - Method in interface org.ojalgo.structure.OperateAnyD
- onAll(ParameterFunction<N>, int) - Method in class org.ojalgo.matrix.BasicMatrix
- onAll(ParameterFunction<N>, int) - Method in interface org.ojalgo.structure.Operate1D
- onAll(ParameterFunction<N>, int) - Method in interface org.ojalgo.structure.Operate2D
- onAll(ParameterFunction<N>, int) - Method in interface org.ojalgo.structure.OperateAnyD
- onAll(UnaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onAll(UnaryFunction<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onAll(UnaryFunction<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- onAll(UnaryFunction<N>) - Method in interface org.ojalgo.structure.Operate1D
- onAll(UnaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- onAll(UnaryFunction<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onAny(Transformation1D<N>) - Method in interface org.ojalgo.structure.Operate1D
- onAny(Transformation2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onAny(Transformation2D<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onAny(Transformation2D<N>) - Method in interface org.ojalgo.structure.Operate2D
- onAny(TransformationAnyD<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onColumns(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onColumns(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onColumns(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Operate2D
- onColumns(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onColumns(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onColumns(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- onCompatible(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Operate1D
- onCompatible(BinaryFunction<N>, Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onCompatible(BinaryFunction<N>, Access2D<N>) - Method in interface org.ojalgo.structure.Operate2D
- onCompatible(BinaryFunction<N>, AccessAnyD<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onCompatible(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate1D
- onCompatible(Access2D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onCompatible(Access2D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- onCompatible(AccessAnyD<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- one() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- one() - Method in class org.ojalgo.function.polynomial.PolynomialC128
- one() - Method in class org.ojalgo.function.polynomial.PolynomialQ128
- one() - Method in class org.ojalgo.function.polynomial.PolynomialR032
- one() - Method in class org.ojalgo.function.polynomial.PolynomialR064
- one() - Method in class org.ojalgo.function.polynomial.PolynomialR128
- one() - Method in class org.ojalgo.function.polynomial.PolynomialR256
- one() - Method in class org.ojalgo.matrix.store.FactoryStore
- one() - Method in class org.ojalgo.matrix.store.LogicalStore
- one() - Method in interface org.ojalgo.scalar.Scalar.Factory
- ONE - org.ojalgo.concurrent.Parallelism
-
1
- ONE - Static variable in class org.ojalgo.function.constant.BigMath
- ONE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ONE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ONE - Static variable in class org.ojalgo.function.constant.RationalMath
- ONE - Static variable in class org.ojalgo.function.polynomial.PolynomialC128
- ONE - Static variable in class org.ojalgo.function.polynomial.PolynomialQ128
- ONE - Static variable in class org.ojalgo.function.polynomial.PolynomialR032
- ONE - Static variable in class org.ojalgo.function.polynomial.PolynomialR064
- ONE - Static variable in class org.ojalgo.function.polynomial.PolynomialR128
- ONE - Static variable in class org.ojalgo.function.polynomial.PolynomialR256
- ONE - Static variable in class org.ojalgo.scalar.Amount
- ONE - Static variable in class org.ojalgo.scalar.BigScalar
- ONE - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number Z = (1.0 + 0.0i)
- ONE - Static variable in class org.ojalgo.scalar.Money
- ONE - Static variable in class org.ojalgo.scalar.Price
- ONE - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- ONE - Static variable in class org.ojalgo.scalar.Quadruple
- ONE - Static variable in class org.ojalgo.scalar.Quantity
- ONE - Static variable in class org.ojalgo.scalar.Quaternion
- ONE - Static variable in class org.ojalgo.scalar.RationalNumber
- onMatching(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Operate1D
- onMatching(BinaryFunction<N>, Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onMatching(BinaryFunction<N>, Access2D<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onMatching(BinaryFunction<N>, Access2D<N>) - Method in interface org.ojalgo.structure.Operate2D
- onMatching(BinaryFunction<N>, AccessAnyD<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onMatching(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate1D
- onMatching(Access2D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onMatching(Access2D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onMatching(Access2D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- onMatching(AccessAnyD<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.OperateAnyD
- onRows(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onRows(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onRows(BinaryFunction<N>, Access1D<N>) - Method in interface org.ojalgo.structure.Operate2D
- onRows(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- onRows(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- onRows(Access1D<N>, BinaryFunction<N>) - Method in interface org.ojalgo.structure.Operate2D
- open - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- open - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- open - Variable in class org.ojalgo.data.domain.finance.series.YahooParser.Data
- operate() - Method in interface org.ojalgo.matrix.store.MatrixStore
- Operate1D<N extends java.lang.Comparable<N>,P extends Operate1D<N,P>> - Interface in org.ojalgo.structure
- Operate2D<N extends java.lang.Comparable<N>,P extends Operate2D<N,P>> - Interface in org.ojalgo.structure
-
To be implemented by classes that are not directly mutable themselves, but that can operate on the elements of some internal/future 2D data structure – similar to streams in some sense.
- OperateAnyD<N extends java.lang.Comparable<N>,P extends OperateAnyD<N,P>> - Interface in org.ojalgo.structure
- Operation - Enum in org.ojalgo.type
- Operation - Interface in org.ojalgo.algebra
- Operation() - Constructor for enum org.ojalgo.type.Operation
- Operation.Addition<T> - Interface in org.ojalgo.algebra
- Operation.Division<T> - Interface in org.ojalgo.algebra
- Operation.Multiplication<T> - Interface in org.ojalgo.algebra
- Operation.Subtraction<T> - Interface in org.ojalgo.algebra
- OperationBinary - Class in org.ojalgo.array.operation
- OperationBinary() - Constructor for class org.ojalgo.array.operation.OperationBinary
- OperationParameter - Class in org.ojalgo.array.operation
- OperationParameter() - Constructor for class org.ojalgo.array.operation.OperationParameter
- OperationUnary - Class in org.ojalgo.array.operation
- OperationUnary() - Constructor for class org.ojalgo.array.operation.OperationUnary
- OperationVoid - Class in org.ojalgo.array.operation
- OperationVoid() - Constructor for class org.ojalgo.array.operation.OperationVoid
- OperatorWithException<T> - Interface in org.ojalgo.type.function
- OPTIMAL - org.ojalgo.optimisation.Optimisation.State
-
Optimal solution - there is no better
- Optimisation - Interface in org.ojalgo.optimisation
- Optimisation.Constraint - Interface in org.ojalgo.optimisation
-
Constraint
- Optimisation.ConstraintType - Enum in org.ojalgo.optimisation
- Optimisation.Integration<M extends Optimisation.Model,S extends Optimisation.Solver> - Interface in org.ojalgo.optimisation
-
An
Optimisation.Model
implementation should not depend on any specificOptimisation.Solver
, andOptimisation.Solver
implementations should be usable independently of anyOptimisation.Model
. - Optimisation.Model - Interface in org.ojalgo.optimisation
- Optimisation.Objective - Interface in org.ojalgo.optimisation
-
Objective
- Optimisation.Options - Class in org.ojalgo.optimisation
- Optimisation.ProblemStructure - Interface in org.ojalgo.optimisation
-
Basic description of the size/structure of an optimisation problem.
- Optimisation.Result - Class in org.ojalgo.optimisation
- Optimisation.Sense - Enum in org.ojalgo.optimisation
- Optimisation.Solver - Interface in org.ojalgo.optimisation
-
An Optimisation.Solver instance implements a specific optimisation algorithm.
- Optimisation.State - Enum in org.ojalgo.optimisation
- OptimisationService - Class in org.ojalgo.optimisation.service
-
Basic usage: Put optimisation problems on the solve queue by calling
OptimisationService.putOnQueue(Sense, byte[], FileFormat)
Check the status of the optimisation by callingOptimisationService.getStatus(String)
– is itOptimisationService.Status.DONE
or stillOptimisationService.Status.PENDING
? Get the result of the optimisation by callingOptimisationService.getResult(String)
– whenOptimisationService.Status.DONE
- OptimisationService() - Constructor for class org.ojalgo.optimisation.service.OptimisationService
- OptimisationService.Problem - Class in org.ojalgo.optimisation.service
- OptimisationService.Status - Enum in org.ojalgo.optimisation.service
- optimise() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- optimise(Optimisation.Sense, byte[], ExpressionsBasedModel.FileFormat) - Method in class org.ojalgo.optimisation.service.OptimisationService
- OptimisedPortfolio - Class in org.ojalgo.data.domain.finance.portfolio
- OptimisedPortfolio(FinancePortfolio.Context) - Constructor for class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- OptimisedPortfolio(MarketEquilibrium, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- OptimisedPortfolio(MatrixR064, MatrixR064) - Constructor for class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- OptimisedPortfolio.Optimiser - Class in org.ojalgo.data.domain.finance.portfolio
- OptimisedPortfolio.Template - Class in org.ojalgo.data.domain.finance.portfolio
- optimiser() - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- Optimiser() - Constructor for class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Optimiser
- options - Variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- options - Variable in class org.ojalgo.optimisation.GenericSolver
- Options() - Constructor for class org.ojalgo.optimisation.Optimisation.Options
- OPTIONS - org.ojalgo.netio.ResourceLocator.Method
- org.ojalgo - package org.ojalgo
- org.ojalgo.algebra - package org.ojalgo.algebra
- org.ojalgo.ann - package org.ojalgo.ann
- org.ojalgo.array - package org.ojalgo.array
- org.ojalgo.array.operation - package org.ojalgo.array.operation
-
Everythinng in this package should be considered library-private – it should only be used by other parts of ojAlgo! Code in this package is often refactored (api-breaking) without even a notice in the changelog.
- org.ojalgo.concurrent - package org.ojalgo.concurrent
- org.ojalgo.data - package org.ojalgo.data
- org.ojalgo.data.batch - package org.ojalgo.data.batch
- org.ojalgo.data.cluster - package org.ojalgo.data.cluster
- org.ojalgo.data.domain.finance - package org.ojalgo.data.domain.finance
- org.ojalgo.data.domain.finance.portfolio - package org.ojalgo.data.domain.finance.portfolio
-
Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio Theory.
- org.ojalgo.data.domain.finance.portfolio.simulator - package org.ojalgo.data.domain.finance.portfolio.simulator
- org.ojalgo.data.domain.finance.series - package org.ojalgo.data.domain.finance.series
- org.ojalgo.data.image - package org.ojalgo.data.image
- org.ojalgo.data.transform - package org.ojalgo.data.transform
- org.ojalgo.equation - package org.ojalgo.equation
- org.ojalgo.function - package org.ojalgo.function
- org.ojalgo.function.aggregator - package org.ojalgo.function.aggregator
- org.ojalgo.function.constant - package org.ojalgo.function.constant
- org.ojalgo.function.multiary - package org.ojalgo.function.multiary
- org.ojalgo.function.polynomial - package org.ojalgo.function.polynomial
- org.ojalgo.function.series - package org.ojalgo.function.series
- org.ojalgo.function.special - package org.ojalgo.function.special
- org.ojalgo.machine - package org.ojalgo.machine
- org.ojalgo.matrix - package org.ojalgo.matrix
- org.ojalgo.matrix.decomposition - package org.ojalgo.matrix.decomposition
- org.ojalgo.matrix.decomposition.function - package org.ojalgo.matrix.decomposition.function
- org.ojalgo.matrix.operation - package org.ojalgo.matrix.operation
- org.ojalgo.matrix.store - package org.ojalgo.matrix.store
- org.ojalgo.matrix.task - package org.ojalgo.matrix.task
- org.ojalgo.matrix.task.iterative - package org.ojalgo.matrix.task.iterative
- org.ojalgo.matrix.transformation - package org.ojalgo.matrix.transformation
- org.ojalgo.netio - package org.ojalgo.netio
-
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
- org.ojalgo.optimisation - package org.ojalgo.optimisation
- org.ojalgo.optimisation.convex - package org.ojalgo.optimisation.convex
- org.ojalgo.optimisation.integer - package org.ojalgo.optimisation.integer
- org.ojalgo.optimisation.linear - package org.ojalgo.optimisation.linear
- org.ojalgo.optimisation.service - package org.ojalgo.optimisation.service
- org.ojalgo.random - package org.ojalgo.random
- org.ojalgo.random.process - package org.ojalgo.random.process
- org.ojalgo.random.scedasticity - package org.ojalgo.random.scedasticity
- org.ojalgo.scalar - package org.ojalgo.scalar
- org.ojalgo.series - package org.ojalgo.series
- org.ojalgo.series.function - package org.ojalgo.series.function
- org.ojalgo.series.primitive - package org.ojalgo.series.primitive
- org.ojalgo.structure - package org.ojalgo.structure
- org.ojalgo.tensor - package org.ojalgo.tensor
- org.ojalgo.type - package org.ojalgo.type
- org.ojalgo.type.collection - package org.ojalgo.type.collection
- org.ojalgo.type.context - package org.ojalgo.type.context
- org.ojalgo.type.format - package org.ojalgo.type.format
- org.ojalgo.type.function - package org.ojalgo.type.function
- org.ojalgo.type.keyvalue - package org.ojalgo.type.keyvalue
- org.ojalgo.type.management - package org.ojalgo.type.management
- org.ojalgo.type.math - package org.ojalgo.type.math
- orthes(double[][], double[][], double[]) - Static method in class org.ojalgo.matrix.decomposition.EvD2D
- orthes(double[], double[], double[]) - Static method in class org.ojalgo.matrix.decomposition.EvD1D
- OS_MEMORY_PAGE_SIZE - Static variable in class org.ojalgo.machine.Hardware
-
Page size is usually determined by the processor architecture.
- output(File) - Static method in interface org.ojalgo.netio.ToFileWriter
- outputs - Variable in class org.ojalgo.ann.LayerTemplate
P
- PADDING - Static variable in class org.ojalgo.type.format.NumberStyle.IntegerToUniformString
- Paired<K,V> - Interface in org.ojalgo.type.keyvalue
- ParallelGaussSeidelSolver - Class in org.ojalgo.matrix.task.iterative
-
Experimental parallelised version of
GaussSeidelSolver
. - ParallelGaussSeidelSolver() - Constructor for class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- parallelism(int) - Method in class org.ojalgo.data.batch.BatchManager
- parallelism(int) - Method in class org.ojalgo.data.batch.BatchNode.Builder
- parallelism(int) - Method in class org.ojalgo.netio.ReaderWriterBuilder
- parallelism(int) - Method in class org.ojalgo.netio.SegmentedFile.Builder
- parallelism(IntSupplier) - Method in class org.ojalgo.concurrent.DivideAndConquer.Divider
- parallelism(IntSupplier) - Method in class org.ojalgo.data.batch.BatchManager
- parallelism(IntSupplier) - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
How many worker threads should process data in parallel?
- parallelism(IntSupplier) - Method in class org.ojalgo.netio.ReaderWriterBuilder
- parallelism(IntSupplier) - Method in class org.ojalgo.netio.SegmentedFile.Builder
-
The expected number of threads that will be used to process the file.
- Parallelism - Enum in org.ojalgo.concurrent
-
A set of standard levels of parallelsim derived from the number of available cores and optionally capped by reserving a specified amount of memory per thread.
- Parallelism(IntSupplier) - Constructor for enum org.ojalgo.concurrent.Parallelism
- PARALLELISM - Static variable in class org.ojalgo.matrix.operation.HouseholderLeft
- PARALLELISM - Static variable in class org.ojalgo.matrix.operation.HouseholderRight
- PARALLELISM - Static variable in class org.ojalgo.matrix.operation.MultiplyBoth
- PARALLELISM - Static variable in class org.ojalgo.matrix.operation.MultiplyLeft
- PARALLELISM - Static variable in class org.ojalgo.matrix.operation.MultiplyNeither
- PARALLELISM - Static variable in class org.ojalgo.matrix.operation.MultiplyRight
- PARALLELISM - Static variable in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- ParallelismSupplier - Interface in org.ojalgo.concurrent
- parallelStream() - Method in class org.ojalgo.type.collection.CloseableList
- parameter(int) - Method in interface org.ojalgo.function.ParameterFunction
-
Turns this parameter function into a unary function with the parameter fixed/locked to the specified value.
- parameter(String, String) - Method in class org.ojalgo.netio.ResourceLocator.Session
- parameter(String, String) - Method in class org.ojalgo.netio.ServiceClient.Session
-
Session parameters are transferred to requests as headers
- ParameterFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function
- ParameterFunction.FixedParameter<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function
-
A ParameterFunction with a set/fixed parameter.
- parameters(Access1D<?>, double, int) - Static method in class org.ojalgo.random.scedasticity.AbstractScedasticity
- PARAMETERS - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- parent - Variable in class org.ojalgo.optimisation.integer.NodeKey
-
Parent node sequence number.
- PARENT_ALIGNEMENT - Static variable in class org.ojalgo.machine.MemoryEstimator
- parse(File) - Static method in class org.ojalgo.netio.IDX
- parse(File) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Apart from the "native" EBM file format, currently only supports the MPS file format, but with some of the various extensions.
- parse(File, boolean, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
-
Will parse this file, line by line, passing the reulting objects (1 per line) to the supplied consumer.
- parse(File, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
-
Will parse this file, line by line, passing the resulting objects (1 per line) to the supplied consumer.
- parse(File, DenseArray.Factory<Double>) - Static method in class org.ojalgo.netio.IDX
- parse(InputStream, ExpressionsBasedModel.FileFormat) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- parse(Reader, boolean, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
- parse(Reader, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
- parse(CharSequence) - Static method in class org.ojalgo.scalar.Quadruple
- parse(CharSequence) - Static method in class org.ojalgo.scalar.RationalNumber
- parse(CharSequence) - Method in class org.ojalgo.type.context.FormatContext
- parse(CharSequence) - Method in class org.ojalgo.type.context.TemporalContext
- parse(CharSequence) - Method in interface org.ojalgo.type.context.TypeContext
- parse(String) - Method in class org.ojalgo.data.domain.finance.series.AlphaVantageParser
- parse(String) - Method in class org.ojalgo.data.domain.finance.series.DatePriceParser.DefaultParser
- parse(String) - Method in class org.ojalgo.data.domain.finance.series.IEXTradingParser
- parse(String) - Method in class org.ojalgo.data.domain.finance.series.YahooParser
- parse(String) - Method in class org.ojalgo.netio.DetectingParser
- parse(String) - Method in class org.ojalgo.netio.EnumeratedColumnsParser
- parse(String) - Static method in class org.ojalgo.netio.IDX
- parse(String) - Method in class org.ojalgo.netio.LineSplittingParser
- parse(String) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
-
Will parse/split the query string into key-value pairs and store those.
- parse(String) - Method in interface org.ojalgo.netio.TextLineReader.Parser
-
Parse one line into some custom object.
- parse(String) - Static method in class org.ojalgo.optimisation.Optimisation.Result
-
Parse a
String
, as produced by theOptimisation.Result.toString()
method, into a new instance. - parse(String, boolean, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
- parse(String, ParsePosition) - Method in class org.ojalgo.type.format.TransformationFormat
- parse(String, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
- parse(String, DenseArray.Factory<Double>) - Static method in class org.ojalgo.netio.IDX
- parse(Supplier<String>, boolean, Consumer<EnumeratedColumnsParser.LineView>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser
- parse(Supplier<String>, boolean, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
- parse(Supplier<String>, Consumer<T>) - Method in interface org.ojalgo.netio.BasicParser
- parseDouble(CharSequence) - Static method in interface org.ojalgo.type.NumberDefinition
-
Parses a
CharSequence
into a double. - parseFloat(CharSequence) - Static method in interface org.ojalgo.type.NumberDefinition
-
Similar to
NumberDefinition.parseDouble(CharSequence)
but for float, and thus limited to 7 digits after the decimal point. - parseInt(CharSequence) - Static method in interface org.ojalgo.type.NumberDefinition
-
Similar to
NumberDefinition.parseDouble(CharSequence)
andNumberDefinition.parseLong(CharSequence)
but for int. - parseLine(String, Supplier<String>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser
- parseLong(CharSequence) - Static method in interface org.ojalgo.type.NumberDefinition
-
Similar to
NumberDefinition.parseDouble(CharSequence)
but for long. - parseObject(String, ParsePosition) - Method in class org.ojalgo.type.format.BinaryFormat
- parseObject(String, ParsePosition) - Method in class org.ojalgo.type.format.BooleanFormat
- parseObject(String, ParsePosition) - Method in class org.ojalgo.type.format.StringFormat
- parseSectionLine(FileFormatMPS.FileSection, String) - Method in class org.ojalgo.optimisation.FileFormatMPS
- parseShort(CharSequence) - Static method in interface org.ojalgo.type.NumberDefinition
-
Similar to
NumberDefinition.parseDouble(CharSequence)
andNumberDefinition.parseLong(CharSequence)
but for short. - ParseStrategy() - Constructor for enum org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
- partitions(int, int[]) - Static method in class org.ojalgo.function.special.CombinatorialFunctions
- Password - Class in org.ojalgo.netio
-
Password
- Password() - Constructor for class org.ojalgo.netio.Password
- path(String) - Method in class org.ojalgo.netio.ResourceLocator
- path(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- path(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- PATH_ENVIRONMENT - Static variable in class org.ojalgo.optimisation.service.ServiceIntegration
- PATH_MAXIMISE - Static variable in class org.ojalgo.optimisation.service.ServiceSolver
- PATH_MINIMISE - Static variable in class org.ojalgo.optimisation.service.ServiceSolver
- PATH_TEST - Static variable in class org.ojalgo.optimisation.service.ServiceIntegration
- PENDING - org.ojalgo.optimisation.service.OptimisationService.Status
- percent(Locale) - Static method in class org.ojalgo.type.StandardType
- PERCENT - org.ojalgo.type.format.NumberStyle
- PERCENT - Static variable in class org.ojalgo.type.StandardType
-
Precision: 7 Scale: 4 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.PERCENT
- performIteration() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- performIteration() - Method in class org.ojalgo.optimisation.convex.DirectASS
- performIteration() - Method in class org.ojalgo.optimisation.convex.IterativeASS
- performIteration() - Method in class org.ojalgo.optimisation.convex.QPESolver
- performIteration() - Method in class org.ojalgo.optimisation.convex.UnconstrainedSolver
- performIteration(SimplexTableauSolver.IterationPoint) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- period() - Method in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- PeriodicFunction - Class in org.ojalgo.function.series
-
A periodic function is a function that repeats its values in regular intervals or periods.
- PeriodicFunction(double, DoubleUnaryOperator, double) - Constructor for class org.ojalgo.function.series.PeriodicFunction
- permutations(int) - Static method in class org.ojalgo.function.special.CombinatorialFunctions
- PETA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- PETA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- PETA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- PETA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- phase() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- phase() - Method in class org.ojalgo.scalar.ComplexNumber
-
Returns the phase of this complex number.
- PHASE1 - Static variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- PhasedSimplexSolver - Class in org.ojalgo.optimisation.linear
-
First runs the dual algorithm (with a possibly modified objective function) to establish feasibility, and then the primal to reach optimality.
- PhasedSimplexSolver(Optimisation.Options, SimplexStore) - Constructor for class org.ojalgo.optimisation.linear.PhasedSimplexSolver
- physical() - Method in class org.ojalgo.data.image.ImageData
- physical() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- physical() - Method in class org.ojalgo.matrix.store.FactoryStore
- physical() - Method in class org.ojalgo.matrix.store.GenericStore
- physical() - Method in class org.ojalgo.matrix.store.LogicalStore
- physical() - Method in interface org.ojalgo.matrix.store.MatrixStore
- physical() - Method in class org.ojalgo.matrix.store.R032Store
- physical() - Method in class org.ojalgo.matrix.store.R064Store
- physical() - Method in class org.ojalgo.matrix.store.RawStore
- physical() - Method in class org.ojalgo.matrix.store.RowsSupplier
- physical() - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- PhysicalStore<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.store
-
PhysicalStore:s, as opposed to MatrixStore:s, are mutable.
- PhysicalStore.Factory<N extends java.lang.Comparable<N>,I extends PhysicalStore<N> & Factory2D.Builder<I>> - Interface in org.ojalgo.matrix.store
- PI - Static variable in class org.ojalgo.function.constant.BigMath
-
https://oeis.org/A000796/constant
- PI - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- PI - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- PI - Static variable in class org.ojalgo.function.constant.RationalMath
- PICO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- PICO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- PICO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- PICO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- pivot(int, int) - Method in class org.ojalgo.type.IndexSelector
- pivot(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- pivot(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- pivot(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- pivot(SimplexTableauSolver.IterationPoint) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- Pivot - Class in org.ojalgo.matrix.decomposition
- Pivot() - Constructor for class org.ojalgo.matrix.decomposition.Pivot
- PIVOT - Static variable in class org.ojalgo.optimisation.linear.SimplexSolver
- PIVOT - Static variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- PL - org.ojalgo.optimisation.FileFormatMPS.BoundType
- plain() - Method in class org.ojalgo.type.TimeIndex
- plain(double[], int, double[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- plain(float[], int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- plain(CalendarDate.Resolution) - Method in class org.ojalgo.type.TimeIndex
- PlainArray<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
Array class limited by integer (int, not long) indices.
- PlainArray(DenseArray.Factory<N>, int) - Constructor for class org.ojalgo.array.PlainArray
- plus(long, TemporalUnit) - Method in class org.ojalgo.type.CalendarDate
- PLUS - Static variable in class org.ojalgo.scalar.ComplexNumber
- pochhammer(double, int) - Static method in class org.ojalgo.function.special.PochhammerSymbol
- PochhammerSymbol - Class in org.ojalgo.function.special
-
http://mathworld.wolfram.com/PochhammerSymbol.html https://en.wikipedia.org/wiki/Falling_and_rising_factorials
- PochhammerSymbol() - Constructor for class org.ojalgo.function.special.PochhammerSymbol
- point(long, long) - Method in class org.ojalgo.matrix.transformation.HouseholderColumn
- point(long, long) - Method in interface org.ojalgo.matrix.transformation.HouseholderReference
- point(long, long) - Method in class org.ojalgo.matrix.transformation.HouseholderRow
- Point - Class in org.ojalgo.data.cluster
- Point(int, float[]) - Constructor for class org.ojalgo.data.cluster.Point
- Point.Factory - Class in org.ojalgo.data.cluster
-
Primarily used when constructing test cases and similar.
- PointDistanceCache - Class in org.ojalgo.data.cluster
- PointDistanceCache() - Constructor for class org.ojalgo.data.cluster.PointDistanceCache
- Poisson - Class in org.ojalgo.random
-
The Poisson distribution is a discrete probability distribution that expresses the probability of a given number of events occurring in a fixed interval of time and/or space if these events occur with a known average rate and independently of the time since the last event.
- Poisson() - Constructor for class org.ojalgo.random.Poisson
- Poisson(double) - Constructor for class org.ojalgo.random.Poisson
- PoissonProcess - Class in org.ojalgo.random.process
-
A Poisson process is a stochastic process which counts the number of events in a given time interval.
- PoissonProcess(double) - Constructor for class org.ojalgo.random.process.PoissonProcess
- poll() - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- pollFirstEntry() - Method in class org.ojalgo.series.TreeSeries
- pollLastEntry() - Method in class org.ojalgo.series.TreeSeries
- PolynomialC128 - Class in org.ojalgo.function.polynomial
- PolynomialC128(int) - Constructor for class org.ojalgo.function.polynomial.PolynomialC128
- PolynomialC128(BasicArray<ComplexNumber>) - Constructor for class org.ojalgo.function.polynomial.PolynomialC128
- PolynomialFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function.polynomial
- PolynomialQ128 - Class in org.ojalgo.function.polynomial
- PolynomialQ128(int) - Constructor for class org.ojalgo.function.polynomial.PolynomialQ128
- PolynomialQ128(BasicArray<RationalNumber>) - Constructor for class org.ojalgo.function.polynomial.PolynomialQ128
- PolynomialR032 - Class in org.ojalgo.function.polynomial
- PolynomialR032(int) - Constructor for class org.ojalgo.function.polynomial.PolynomialR032
- PolynomialR032(BasicArray<Double>) - Constructor for class org.ojalgo.function.polynomial.PolynomialR032
- PolynomialR064 - Class in org.ojalgo.function.polynomial
- PolynomialR064(int) - Constructor for class org.ojalgo.function.polynomial.PolynomialR064
- PolynomialR064(BasicArray<Double>) - Constructor for class org.ojalgo.function.polynomial.PolynomialR064
- PolynomialR128 - Class in org.ojalgo.function.polynomial
- PolynomialR128(int) - Constructor for class org.ojalgo.function.polynomial.PolynomialR128
- PolynomialR128(BasicArray<Quadruple>) - Constructor for class org.ojalgo.function.polynomial.PolynomialR128
- PolynomialR256 - Class in org.ojalgo.function.polynomial
-
BigPolynomial
- PolynomialR256(int) - Constructor for class org.ojalgo.function.polynomial.PolynomialR256
- PolynomialR256(BasicArray<BigDecimal>) - Constructor for class org.ojalgo.function.polynomial.PolynomialR256
- populationSize() - Method in class org.ojalgo.random.FrequencyMap
- port(int) - Method in class org.ojalgo.netio.ResourceLocator
-
The default (null) value is -1.
- port(int) - Method in class org.ojalgo.netio.ResourceLocator.Request
-
The default (null) value is -1.
- port(int) - Method in class org.ojalgo.netio.ServiceClient.Request
-
The default (null) value is -1.
- PortfolioContext - Class in org.ojalgo.data.domain.finance.portfolio
- PortfolioContext() - Constructor for class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- PortfolioContext(Access1D<?>, Access1D<?>, Access2D<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- PortfolioContext(Access1D<?>, Access2D<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- PortfolioMixer - Class in org.ojalgo.data.domain.finance.portfolio
- PortfolioMixer(FinancePortfolio, Collection<? extends FinancePortfolio>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- PortfolioMixer(FinancePortfolio, FinancePortfolio...) - Constructor for class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- PortfolioSimulator - Class in org.ojalgo.data.domain.finance.portfolio.simulator
- PortfolioSimulator() - Constructor for class org.ojalgo.data.domain.finance.portfolio.simulator.PortfolioSimulator
- PortfolioSimulator(Access2D<?>, List<GeometricBrownianMotion>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.simulator.PortfolioSimulator
- positive(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- POSITIVE_INFINITY - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- POSITIVE_INFINITY - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- POSITIVE_INFINITY - Static variable in class org.ojalgo.function.constant.RationalMath
- POSITIVE_INFINITY - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- POSITIVE_INFINITY - Static variable in class org.ojalgo.scalar.Quadruple
- POSITIVE_INFINITY - Static variable in class org.ojalgo.scalar.RationalNumber
- positivePartVariables - Variable in class org.ojalgo.optimisation.linear.LinearStructure
- post(String, byte[]) - Static method in class org.ojalgo.netio.ServiceClient
- post(String, ResourceLocator.KeyedValues) - Static method in class org.ojalgo.netio.ServiceClient
- POST - org.ojalgo.netio.ResourceLocator.Method
- pow() - Method in class org.ojalgo.function.BigFunction
- pow() - Method in class org.ojalgo.function.ComplexFunction
- pow() - Method in class org.ojalgo.function.FunctionSet
- pow() - Method in class org.ojalgo.function.PrimitiveFunction
- pow() - Method in class org.ojalgo.function.QuadrupleFunction
- pow() - Method in class org.ojalgo.function.QuaternionFunction
- pow() - Method in class org.ojalgo.function.RationalFunction
- pow(BigDecimal, BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- POW - Static variable in class org.ojalgo.function.constant.BigMath
- POW - Static variable in class org.ojalgo.function.constant.ComplexMath
- POW - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- POW - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- POW - Static variable in class org.ojalgo.function.constant.QuaternionMath
- POW - Static variable in class org.ojalgo.function.constant.RationalMath
- power() - Method in class org.ojalgo.function.BigFunction
- power() - Method in class org.ojalgo.function.ComplexFunction
- power() - Method in class org.ojalgo.function.FunctionSet
- power() - Method in class org.ojalgo.function.PrimitiveFunction
- power() - Method in class org.ojalgo.function.QuadrupleFunction
- power() - Method in class org.ojalgo.function.QuaternionFunction
- power() - Method in class org.ojalgo.function.RationalFunction
- power(double, int) - Static method in class org.ojalgo.function.special.MissingMath
- power(int) - Method in interface org.ojalgo.algebra.Operation.Multiplication
-
Multiply by itself
power
times. - power(int) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- power(int) - Method in class org.ojalgo.matrix.BasicMatrix
- power(int) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Multiply this matrix by itself
power
times. - power(int) - Method in class org.ojalgo.scalar.BigScalar
- power(int) - Method in class org.ojalgo.scalar.ComplexNumber
- power(int) - Method in class org.ojalgo.scalar.ExactDecimal
- power(int) - Method in class org.ojalgo.scalar.PrimitiveScalar
- power(int) - Method in class org.ojalgo.scalar.Quadruple
- power(int) - Method in class org.ojalgo.scalar.Quaternion
- power(int) - Method in class org.ojalgo.scalar.RationalNumber
- power(int) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- power(long, int) - Static method in class org.ojalgo.function.special.MissingMath
- power(BigDecimal, int) - Static method in class org.ojalgo.function.special.MissingMath
- power(Access1D<N>, int) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- POWER - Static variable in class org.ojalgo.function.constant.BigMath
- POWER - Static variable in class org.ojalgo.function.constant.ComplexMath
- POWER - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- POWER - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- POWER - Static variable in class org.ojalgo.function.constant.QuaternionMath
- POWER - Static variable in class org.ojalgo.function.constant.RationalMath
- power2(Access1D<N>) - Method in class org.ojalgo.tensor.TensorFactory2D
- PowerOf2 - Class in org.ojalgo.function.special
- PowerOf2(int) - Constructor for class org.ojalgo.function.special.PowerOf2
- PowerOf2.IntPower - Class in org.ojalgo.function.special
- PowerOf2.LongPower - Class in org.ojalgo.function.special
- powerOf2Larger(int) - Static method in class org.ojalgo.function.special.PowerOf2
- powerOf2Larger(long) - Static method in class org.ojalgo.function.special.PowerOf2
- PowerOf2ShardedConsumer(ToIntFunction<T>, ToFileWriter<T>[]) - Constructor for class org.ojalgo.netio.ShardedWriter.PowerOf2ShardedConsumer
- powerOf2Smaller(int) - Static method in class org.ojalgo.function.special.PowerOf2
- powerOf2Smaller(long) - Static method in class org.ojalgo.function.special.PowerOf2
- powerOfInt2(int) - Static method in class org.ojalgo.function.special.PowerOf2
- powerOfLong2(int) - Static method in class org.ojalgo.function.special.PowerOf2
- PPC__01 - Static variable in class org.ojalgo.machine.Hardware
-
CLAM / PowerBook6,5 1 processor 1 core per processor 1 thread per core === 1.25GB system RAM 512kB L2 cache per processor 64kB L1 cache per core
- preallocate(int, int) - Method in interface org.ojalgo.matrix.task.InverterTask
- preallocate(int, int, int) - Method in interface org.ojalgo.matrix.task.SolverTask
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawLU
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawQR
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- preallocate(Structure2D) - Method in class org.ojalgo.matrix.task.AbstractInverter
- preallocate(Structure2D) - Method in interface org.ojalgo.matrix.task.InverterTask
-
Will create a PhysicalStore instance suitable for use with
InverterTask.invert(Access2D, PhysicalStore)
. - preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawLU
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawQR
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.task.AbstractSolver
- preallocate(Structure2D, Structure2D) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- preallocate(Structure2D, Structure2D) - Method in interface org.ojalgo.matrix.task.SolverTask
-
Will create a PhysicalStore instance suitable for use with
SolverTask.solve(Access2D, Access2D, PhysicalStore)
. - PRECISION - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- preconditioned(Structure1D) - Method in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- PREDEFINED - Static variable in class org.ojalgo.machine.Hardware
-
Should contain all available hardware in ascending "power" order.
- PredicateFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function
- PredicateWrapper(PredicateFunction<N>, AggregatorFunction<N>) - Constructor for class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- Prefix() - Constructor for class org.ojalgo.function.constant.BigMath.Prefix
- Prefix() - Constructor for class org.ojalgo.function.constant.PrimitiveMath.Prefix
- Prefix() - Constructor for class org.ojalgo.function.constant.QuadrupleMath.Prefix
- Prefix() - Constructor for class org.ojalgo.function.constant.RationalMath.Prefix
- premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
- premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.LeftRightStore
- premultiply(Access1D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
The
premultiply
method differs frommultiply
in 3 ways: The matrix positions are swapped - left/right. It does NOT return a MatrixStore but an ElementsSupplier instead. It accepts an Access1D as the argument left matrix. - premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.SingleStore
- premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- premultiply(Access1D<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
- prepare(Function<ExpressionsBasedModel, T>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
The general recommendation is to NOT call this method directly.
- prepare(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue.Generalised
- prepare(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- prepareToIterate() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- prepend(double...) - Method in class org.ojalgo.type.FloatingPointReceptacle
- prepend(float...) - Method in class org.ojalgo.type.FloatingPointReceptacle
- prepend(int, double) - Method in class org.ojalgo.type.FloatingPointReceptacle
- prepend(int, float) - Method in class org.ojalgo.type.FloatingPointReceptacle
- prepend(List<? extends Comparable<?>>) - Method in class org.ojalgo.type.FloatingPointReceptacle
- prepend(Access1D<?>) - Method in class org.ojalgo.type.FloatingPointReceptacle
- prepend(FloatingPointReceptacle) - Method in class org.ojalgo.type.FloatingPointReceptacle
- presolve() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- Presolver(int) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.Presolver
- Presolvers - Class in org.ojalgo.optimisation
- Presolvers() - Constructor for class org.ojalgo.optimisation.Presolvers
- PRESOLVERS - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- previous() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- previous() - Method in class org.ojalgo.structure.Access1D.ElementView
- previous() - Method in class org.ojalgo.structure.Access2D.ColumnView
- previous() - Method in class org.ojalgo.structure.Access2D.ElementView
- previous() - Method in class org.ojalgo.structure.Access2D.RowView
- previous() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- previous() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- previous() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- previous() - Method in interface org.ojalgo.structure.ElementView1D
- previous() - Method in class org.ojalgo.structure.Iterator1D
- previous(T) - Method in interface org.ojalgo.structure.Structure1D.IndexMapper
-
This default implementation assumes that the index is decremented by 1 when decrementing the key to the previous value.
- previousIndex() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- previousIndex() - Method in class org.ojalgo.structure.Access2D.ElementView
- previousIndex() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- previousIndex() - Method in interface org.ojalgo.structure.ElementView1D
- previousIndex() - Method in class org.ojalgo.structure.Iterator1D
- Price - Class in org.ojalgo.scalar
-
price or exchange rate as in "amount = price * quatity" or "amount = rate * amount"
- Price() - Constructor for class org.ojalgo.scalar.Price
- Price(long) - Constructor for class org.ojalgo.scalar.Price
- PRICE - Static variable in class org.ojalgo.type.StandardType
-
Price or conversion rate (foreign exchange rate).
- PrimalSimplexSolver - Class in org.ojalgo.optimisation.linear
-
Requires the initial basis to be feasible (doesn't do a phase-1).
- PrimalSimplexSolver(Optimisation.Options, SimplexStore) - Constructor for class org.ojalgo.optimisation.linear.PrimalSimplexSolver
- PRIME - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- Primitive(int) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Primitive
- Primitive(int, int) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Primitive
- Primitive(int, int, double, double) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Primitive
- Primitive(Rotation<Double>) - Constructor for class org.ojalgo.matrix.transformation.Rotation.Primitive
- Primitive1D - Class in org.ojalgo.structure
- Primitive1D() - Constructor for class org.ojalgo.structure.Primitive1D
- Primitive1D.Simple - Class in org.ojalgo.structure
- Primitive1D.Wrapper - Class in org.ojalgo.structure
- Primitive2D - Class in org.ojalgo.structure
- Primitive2D() - Constructor for class org.ojalgo.structure.Primitive2D
- Primitive2D.Simple - Class in org.ojalgo.structure
- Primitive2D.Wrapper - Class in org.ojalgo.structure
- Primitive32(int) - Constructor for class org.ojalgo.matrix.transformation.Householder.Primitive32
- Primitive32(Householder<Double>) - Constructor for class org.ojalgo.matrix.transformation.Householder.Primitive32
- PRIMITIVE32 - org.ojalgo.array.PrimitiveSubtype
- Primitive64(int) - Constructor for class org.ojalgo.matrix.transformation.Householder.Primitive64
- Primitive64(Householder<Double>) - Constructor for class org.ojalgo.matrix.transformation.Householder.Primitive64
- PRIMITIVE64 - org.ojalgo.array.PrimitiveSubtype
- PrimitiveAggregator - Class in org.ojalgo.function.aggregator
- PrimitiveAggregator() - Constructor for class org.ojalgo.function.aggregator.PrimitiveAggregator
- PrimitiveAggregator.PrimitiveAggregatorFunction - Class in org.ojalgo.function.aggregator
- PrimitiveAggregatorFunction() - Constructor for class org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
- PrimitiveAnyD - Class in org.ojalgo.structure
- PrimitiveAnyD() - Constructor for class org.ojalgo.structure.PrimitiveAnyD
- PrimitiveAnyD.Simple - Class in org.ojalgo.structure
- PrimitiveAnyD.Wrapper - Class in org.ojalgo.structure
- PrimitiveArray - Class in org.ojalgo.array
- PrimitiveArray(DenseArray.Factory<Double>, int) - Constructor for class org.ojalgo.array.PrimitiveArray
- PrimitiveFactory<I extends PhysicalStore<java.lang.Double> & Factory2D.Builder<I>> - Class in org.ojalgo.matrix.store
- PrimitiveFactory() - Constructor for class org.ojalgo.matrix.store.PrimitiveFactory
- PrimitiveFunction - Class in org.ojalgo.function
-
Only the primitive parameter (double) methods are actually implemented.
- PrimitiveFunction() - Constructor for class org.ojalgo.function.PrimitiveFunction
- PrimitiveFunction.Binary - Interface in org.ojalgo.function
- PrimitiveFunction.Consumer - Interface in org.ojalgo.function
- PrimitiveFunction.Nullary - Interface in org.ojalgo.function
- PrimitiveFunction.Parameter - Interface in org.ojalgo.function
- PrimitiveFunction.Predicate - Interface in org.ojalgo.function
- PrimitiveFunction.SampleDomain - Class in org.ojalgo.function
- PrimitiveFunction.Unary - Interface in org.ojalgo.function
- PrimitiveMath - Class in org.ojalgo.function.constant
- PrimitiveMath() - Constructor for class org.ojalgo.function.constant.PrimitiveMath
- PrimitiveMath.Prefix - Class in org.ojalgo.function.constant
- PrimitiveNumber - Interface in org.ojalgo.type
-
Intended as a "boxed" version of any/all primitive numeric types.
- PrimitiveNumber.BoxedByte - Class in org.ojalgo.type
- PrimitiveNumber.BoxedDouble - Class in org.ojalgo.type
- PrimitiveNumber.BoxedFloat - Class in org.ojalgo.type
- PrimitiveNumber.BoxedInt - Class in org.ojalgo.type
- PrimitiveNumber.BoxedLong - Class in org.ojalgo.type
- PrimitiveNumber.BoxedShort - Class in org.ojalgo.type
- PrimitiveScalar - Class in org.ojalgo.scalar
- PrimitiveScalar() - Constructor for class org.ojalgo.scalar.PrimitiveScalar
- PrimitiveScalar(double) - Constructor for class org.ojalgo.scalar.PrimitiveScalar
- PrimitiveSeries - Class in org.ojalgo.series.primitive
- PrimitiveSeries() - Constructor for class org.ojalgo.series.primitive.PrimitiveSeries
- PrimitiveSubtype - Enum in org.ojalgo.array
- PrimitiveSubtype() - Constructor for enum org.ojalgo.array.PrimitiveSubtype
- PrimitiveTimeSeries - Class in org.ojalgo.series.primitive
- PrimitiveTimeSeries(PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.PrimitiveTimeSeries
- print - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
For display only!
Object.toString()
and log message formatting. - print(boolean) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(boolean) - Method in interface org.ojalgo.netio.BasicLogger
- print(boolean) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(byte) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(byte) - Method in interface org.ojalgo.netio.BasicLogger
- print(byte) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(char) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(char) - Method in interface org.ojalgo.netio.BasicLogger
- print(char) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(double) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(double) - Method in interface org.ojalgo.netio.BasicLogger
- print(double) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(float) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(float) - Method in interface org.ojalgo.netio.BasicLogger
- print(float) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(int) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(int) - Method in interface org.ojalgo.netio.BasicLogger
- print(int) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(long) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(long) - Method in interface org.ojalgo.netio.BasicLogger
- print(long) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(short) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(short) - Method in interface org.ojalgo.netio.BasicLogger
- print(short) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(Object) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(Object) - Method in interface org.ojalgo.netio.BasicLogger
- print(Object) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(Throwable) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- print(Throwable) - Method in interface org.ojalgo.netio.BasicLogger
- print(Throwable) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- print(BasicLogger) - Method in interface org.ojalgo.netio.BasicLogger.Printable
- print(BasicLogger) - Method in class org.ojalgo.netio.ResourceLocator.Request
- print(BasicLogger) - Method in class org.ojalgo.netio.ResourceLocator.Response
- print(BasicLogger) - Method in class org.ojalgo.netio.ResourceLocator.Session
- print(BasicLogger) - Method in class org.ojalgo.netio.ServiceClient.Request
- print(BasicLogger) - Method in class org.ojalgo.netio.ServiceClient.Response
- print(BasicLogger) - Method in class org.ojalgo.netio.ServiceClient.Session
- print(Access2D<?>, BasicLogger) - Static method in class org.ojalgo.netio.IDX
- print(Access2D<?>, BasicLogger, boolean) - Static method in class org.ojalgo.netio.IDX
- print(Access2D<?>, BasicLogger, boolean, double) - Static method in class org.ojalgo.netio.IDX
- PRINT - Static variable in class org.ojalgo.optimisation.ModelEntity
- printf(String, Object...) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- printf(String, Object...) - Method in interface org.ojalgo.netio.BasicLogger
- printf(String, Object...) - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- printf(BasicLogger, String, Object...) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- println() - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- println() - Method in interface org.ojalgo.netio.BasicLogger
- println() - Method in class org.ojalgo.netio.CharacterRing.RingLogger
- println(int, String, Object...) - Method in interface org.ojalgo.netio.BasicLogger
- println(Object) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- println(Object) - Method in interface org.ojalgo.netio.BasicLogger
- println(String, Object...) - Method in interface org.ojalgo.netio.BasicLogger
- println(Throwable, String, Object...) - Method in interface org.ojalgo.netio.BasicLogger
- println(BasicLogger) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- println(BasicLogger, int, String, Object...) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- println(BasicLogger, Object) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- println(BasicLogger, String, Object...) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- println(BasicLogger, Throwable, String, Object...) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- printmtrx(String, Access2D<?>) - Method in interface org.ojalgo.netio.BasicLogger
- printmtrx(String, Access2D<?>, NumberContext) - Method in interface org.ojalgo.netio.BasicLogger
- printmtrx(BasicLogger, String, Access2D<?>, NumberContext) - Static method in class org.ojalgo.netio.BasicLogger.NotNull
- printmtrx(BasicLogger, String, Access2D<?>, NumberContext) - Static method in class org.ojalgo.netio.BasicLogger.PrivateDetails
- printmtrx(BasicLogger, Access2D<?>, NumberContext, boolean) - Static method in class org.ojalgo.netio.BasicLogger.PrivateDetails
- printPixel(double, BasicLogger, double, double) - Static method in class org.ojalgo.netio.IDX
- PrioritisedView(Set<T>, Comparator<? super T>) - Constructor for class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- priority(int) - Method in class org.ojalgo.netio.ServiceClient
- PrivateDetails() - Constructor for class org.ojalgo.netio.BasicLogger.PrivateDetails
- probabilityDidKeepInput(int) - Method in class org.ojalgo.ann.TrainingConfiguration
-
Used to scale the weights after training with dropouts, and also to adjut the learning rate
- probabilityWillKeepOutput(int, int) - Method in class org.ojalgo.ann.TrainingConfiguration
-
Used to modify the activation function – with this probabilty it will be used as is, for the other parts the output is 0.
- Problem(String, Optimisation.Sense, byte[], ExpressionsBasedModel.FileFormat) - Constructor for class org.ojalgo.optimisation.service.OptimisationService.Problem
- process(File, Consumer<T>) - Method in class org.ojalgo.data.batch.BatchNode
- process(Collection<? extends W>, int, Consumer<W>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Will create at most
parallelism
tasks to work through thework
items, processing them withprocessor
. - process(Collection<? extends W>, Consumer<W>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Using parallelism
Parallelism.CORES
. - process(Collection<? extends W>, IntSupplier, Consumer<W>) - Method in class org.ojalgo.concurrent.ProcessingService
- Process1D<P extends Process1D.ComponentProcess<?>> - Class in org.ojalgo.random.process
-
Drive a set of processes simultaneously – correlated or uncorrelated.
- Process1D(Random1D, P...) - Constructor for class org.ojalgo.random.process.Process1D
- Process1D.ComponentProcess<D extends Distribution> - Interface in org.ojalgo.random.process
- processAggregators(File, Supplier<A>, Consumer<A>) - Method in class org.ojalgo.data.batch.BatchNode
- processAll(Consumer<T>) - Method in class org.ojalgo.data.batch.BatchNode
-
Process each and every item individually
- processAll(Supplier<Consumer<T>>) - Method in class org.ojalgo.data.batch.BatchNode
-
Similar to
BatchNode.processAll(Consumer)
but you provide a consumer constructor/factory rather than a specific consumer. - processCombineable(Supplier<A>, Consumer<A>) - Method in class org.ojalgo.data.batch.BatchNode
-
Similar to
BatchNode.processMergeable(Supplier, Consumer)
but theprocessor
is called with the aggregator instance itself rather than its extracted results. - ProcessingService - Class in org.ojalgo.concurrent
-
A simple wrapper around an
ExecutorService
that makes it easier to process collections of items in parallel. - ProcessingService(ExecutorService) - Constructor for class org.ojalgo.concurrent.ProcessingService
- ProcessingService.CallableConsumer<W> - Class in org.ojalgo.concurrent
- ProcessingService.CallableMapper<W,R> - Class in org.ojalgo.concurrent
- processMapped(Supplier<? extends TwoStepMapper<T, R>>, Consumer<R>) - Method in class org.ojalgo.data.batch.BatchNode
-
Deprecated.
- processMergeable(Supplier<A>, Consumer<R>) - Method in class org.ojalgo.data.batch.BatchNode
-
Each shard is processed/aggregated separately by a
TwoStepMapper
instance. - processPair(W, W, Consumer<W>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Just 2 work items.
- processResults(File, Supplier<A>, Consumer<R>) - Method in class org.ojalgo.data.batch.BatchNode
- processTriplet(W, W, W, Consumer<W>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Just 3 work items.
- product() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Running product
- product() - Method in class org.ojalgo.function.aggregator.BigAggregator
- product() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- product() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- product() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- product() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- product() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- product(Access1D<?>...) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- product(Access1D<N>, Access1D<N>) - Method in class org.ojalgo.tensor.TensorFactory2D
-
Same as
TensorFactoryAnyD.product(Access1D...)
but explicitly for rank 2. - PRODUCT - org.ojalgo.function.aggregator.Aggregator
- PRODUCT - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- PRODUCT - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- PRODUCT - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- PRODUCT - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- PRODUCT - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- PRODUCT - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- product2() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Running product of squares
- product2() - Method in class org.ojalgo.function.aggregator.BigAggregator
- product2() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- product2() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- product2() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- product2() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- product2() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- PRODUCT2 - org.ojalgo.function.aggregator.Aggregator
- PRODUCT2 - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- PRODUCT2 - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- PRODUCT2 - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- PRODUCT2 - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- PRODUCT2 - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- PRODUCT2 - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- ProductFormInverse - Class in org.ojalgo.optimisation.linear
- ProductFormInverse(int, double) - Constructor for class org.ojalgo.optimisation.linear.ProductFormInverse
- ProductFormInverse.ArrayPool - Class in org.ojalgo.optimisation.linear
- ProductFormInverse.ElementaryFactor - Class in org.ojalgo.optimisation.linear
- ProgrammingError - Exception in org.ojalgo
-
Incorrect use of the API.
- ProgrammingError() - Constructor for exception org.ojalgo.ProgrammingError
- ProgrammingError(String) - Constructor for exception org.ojalgo.ProgrammingError
- ProgrammingError(String, Throwable) - Constructor for exception org.ojalgo.ProgrammingError
- ProgrammingError(String, Throwable, boolean, boolean) - Constructor for exception org.ojalgo.ProgrammingError
- ProgrammingError(Throwable) - Constructor for exception org.ojalgo.ProgrammingError
- progress(Class<? extends Optimisation.Solver>) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Will configure high level (low volume) progress logging
- Provider2D - Interface in org.ojalgo.matrix
- Provider2D.Condition - Interface in org.ojalgo.matrix
- Provider2D.Determinant<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix
- Provider2D.Eigenpairs - Interface in org.ojalgo.matrix
- Provider2D.Hermitian - Interface in org.ojalgo.matrix
- Provider2D.Inverse<M> - Interface in org.ojalgo.matrix
- Provider2D.Rank - Interface in org.ojalgo.matrix
- Provider2D.Solution<M> - Interface in org.ojalgo.matrix
- Provider2D.Symmetric - Interface in org.ojalgo.matrix
- Provider2D.Trace<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix
- proxy(ProxySelector) - Method in class org.ojalgo.netio.ServiceClient
- prune() - Method in class org.ojalgo.series.CoordinationSet
-
Returns a new CoordinationSet where all series have the same first and last keys, as well as a common (the highest common) resolution.
- prune(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
A positive valued shift will prune that many elements off the head of the series.
- prune(CalendarDateUnit) - Method in class org.ojalgo.series.CoordinationSet
-
Returns a new CoordinationSet where all series have the same first and last keys, as well as the specified resolution.
- PrunedSeries - Class in org.ojalgo.series.primitive
- PrunedSeries(PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.PrunedSeries
- PrunedSeries(PrimitiveSeries, int) - Constructor for class org.ojalgo.series.primitive.PrunedSeries
- PureQuadraticFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
-
[x]T[Q][x] + c
- PureQuadraticFunction(MatrixStore<N>) - Constructor for class org.ojalgo.function.multiary.PureQuadraticFunction
- PureQuadraticFunction.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- pushUpConcurrencyThresholds(int) - Static method in class org.ojalgo.OjAlgoUtils
- put(long, double) - Method in class org.ojalgo.array.LongToNumberMap
- put(long, int, double) - Method in class org.ojalgo.array.SparseArray
- put(long, int, N) - Method in class org.ojalgo.array.SparseArray
- put(long, N) - Method in class org.ojalgo.array.LongToNumberMap
- put(Long, N) - Method in class org.ojalgo.array.LongToNumberMap
- put(String, String) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- put(Calendar, N) - Method in class org.ojalgo.series.CalendarDateSeries
- put(Date, N) - Method in class org.ojalgo.series.CalendarDateSeries
- put(K, double) - Method in interface org.ojalgo.series.BasicSeries
-
Will only work if values are types as Double.
- put(K, double) - Method in class org.ojalgo.series.MappedIndexSeries
- put(K, N) - Method in class org.ojalgo.series.MappedIndexSeries
- put(K, V) - Method in class org.ojalgo.series.TreeSeries
- put(K, V) - Method in class org.ojalgo.type.collection.CloseableMap
- put(K, V) - Method in class org.ojalgo.type.ForgetfulMap
- put(K, V) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- put(CalendarDateSeries<N>) - Method in class org.ojalgo.series.CoordinationSet
-
Vill use the series' name as the key.
- put(CalendarDate, N) - Method in class org.ojalgo.series.CalendarDateSeries
- put(EntryPair.KeyedPrimitive<K>) - Method in interface org.ojalgo.series.BasicSeries
- PUT - org.ojalgo.netio.ResourceLocator.Method
- putAll(Collection<? extends EntryPair<? extends K, ? extends V>>) - Method in interface org.ojalgo.series.BasicSeries
- putAll(Map<? extends Long, ? extends N>) - Method in class org.ojalgo.array.LongToNumberMap
- putAll(Map<? extends String, ? extends String>) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- putAll(Map<? extends K, ? extends V>) - Method in class org.ojalgo.series.TreeSeries
- putAll(Map<? extends K, ? extends V>) - Method in class org.ojalgo.type.collection.CloseableMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.ojalgo.type.ForgetfulMap
-
Copies all of the mappings from the specified map to the cache.
- putAll(Map<? extends K, ? extends V>) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- putAll(Map<? extends CalendarDate, ? extends N>) - Method in class org.ojalgo.series.CalendarDateSeries
- putAll(LongToNumberMap<N>) - Method in class org.ojalgo.array.LongToNumberMap
- putIfAbsent(K, V) - Method in class org.ojalgo.series.TreeSeries
- putIfAbsent(K, V) - Method in class org.ojalgo.type.collection.CloseableMap
- putOnQueue(Optimisation.Sense, byte[], ExpressionsBasedModel.FileFormat) - Method in class org.ojalgo.optimisation.service.OptimisationService
- putQueryEntry(String, String) - Method in class org.ojalgo.netio.ResourceSpecification
Q
- Q - org.ojalgo.algebra.NumberSet
-
Rational Numbers
- Q_NOT_POSITIVE_SEMIDEFINITE - Static variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- Q_NOT_SYMMETRIC - Static variable in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- Q128 - org.ojalgo.type.math.MathType
-
Rational Number: 2 * long
- Q128 - Static variable in class org.ojalgo.array.Array1D
- Q128 - Static variable in class org.ojalgo.array.Array2D
- Q128 - Static variable in class org.ojalgo.array.ArrayAnyD
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.Bidiagonal
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.Cholesky
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.Eigenvalue
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.Hessenberg
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.LDL
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.LU
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.QR
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.SingularValue
- Q128 - Static variable in interface org.ojalgo.matrix.decomposition.Tridiagonal
- Q128 - Static variable in class org.ojalgo.matrix.store.GenericStore
- Q128 - Static variable in class org.ojalgo.matrix.store.SparseStore
- Q128 - Static variable in interface org.ojalgo.matrix.task.DeterminantTask
- Q128 - Static variable in interface org.ojalgo.matrix.task.InverterTask
- Q128 - Static variable in interface org.ojalgo.matrix.task.SolverTask
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.CholeskyDecomposition.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.DeferredTridiagonal.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.HessenbergDecomposition.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.LDLDecomposition.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.LUDecomposition.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.Q128
- Q128() - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.Q128
- Q128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.Q128
- Q128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.Q128
- Q128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.Q128
- QMATRIX - org.ojalgo.optimisation.FileFormatMPS.FileSection
- QPESolver - Class in org.ojalgo.optimisation.convex
-
Solves optimisation problems of the form:
- QPESolver(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.QPESolver
- QR<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
QR: [A] = [Q][R] Decomposes [this] into [Q] and [R] where: [Q] is an orthogonal matrix (orthonormal columns).
- QR.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- QRDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- QRDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, boolean) - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition
- QRDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- QRDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- QRDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- QRDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- QRDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
- QUADOBJ - org.ojalgo.optimisation.FileFormatMPS.FileSection
- quadratic() - Method in interface org.ojalgo.function.multiary.MultiaryFunction.PureQuadratic
- quadratic() - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- quadratic() - Method in class org.ojalgo.function.multiary.QuadraticFunction
- quadratic() - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- quadratic(Access2D<?>) - Method in class org.ojalgo.function.multiary.QuadraticFunction.Factory
- quadratic(Access2D<?>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Set the quadratic part of the objective function
- QUADRATIC_OBJECTIVE_PART - Static variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- QuadraticFunction<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
-
[x]T[Q][x] + [l]T[x] + c
- QuadraticFunction(PureQuadraticFunction<N>, LinearFunction<N>) - Constructor for class org.ojalgo.function.multiary.QuadraticFunction
- QuadraticFunction(MatrixStore<N>, MatrixStore<N>) - Constructor for class org.ojalgo.function.multiary.QuadraticFunction
- QuadraticFunction.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- Quadruple - Class in org.ojalgo.scalar
-
https://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-es
- Quadruple() - Constructor for class org.ojalgo.scalar.Quadruple
- Quadruple(double) - Constructor for class org.ojalgo.scalar.Quadruple
- Quadruple(double, double) - Constructor for class org.ojalgo.scalar.Quadruple
- QuadrupleAggregator - Class in org.ojalgo.function.aggregator
- QuadrupleAggregator() - Constructor for class org.ojalgo.function.aggregator.QuadrupleAggregator
- QuadrupleAggregator.QuadrupleAggregatorFunction - Class in org.ojalgo.function.aggregator
- QuadrupleAggregatorFunction() - Constructor for class org.ojalgo.function.aggregator.QuadrupleAggregator.QuadrupleAggregatorFunction
- QuadrupleFunction - Class in org.ojalgo.function
-
RationalFunction
- QuadrupleFunction() - Constructor for class org.ojalgo.function.QuadrupleFunction
- QuadrupleFunction.Binary - Interface in org.ojalgo.function
- QuadrupleFunction.Consumer - Interface in org.ojalgo.function
- QuadrupleFunction.Nullary - Interface in org.ojalgo.function
- QuadrupleFunction.Parameter - Interface in org.ojalgo.function
- QuadrupleFunction.Predicate - Interface in org.ojalgo.function
- QuadrupleFunction.Unary - Interface in org.ojalgo.function
- QuadrupleMath - Class in org.ojalgo.function.constant
- QuadrupleMath() - Constructor for class org.ojalgo.function.constant.QuadrupleMath
- QuadrupleMath.Prefix - Class in org.ojalgo.function.constant
- quantifyContribution() - Method in class org.ojalgo.optimisation.Variable
- Quantity - Class in org.ojalgo.scalar
-
quantity as in "amount = price * quatity"
- Quantity() - Constructor for class org.ojalgo.scalar.Quantity
- Quantity(long) - Constructor for class org.ojalgo.scalar.Quantity
- QUANTITY - Static variable in class org.ojalgo.type.StandardType
-
Precision: 16 Scale: 6 Rounding Mode: RoundingMode.HALF_EVEN Locale: JVM Default Style: NumberStyle.GENERAL Typically you have StandardType.QUANTITY x StandardType.PRICE = StandardType.AMOUNT, an alternative is StandardType.QUANTITY x StandardType.PRICE = StandardType.QUANTITY.
- QUARTER - org.ojalgo.type.CalendarDateUnit
- QUARTER - Static variable in class org.ojalgo.function.constant.BigMath
- QUARTER - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- QUARTER - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- QUARTER - Static variable in class org.ojalgo.function.constant.RationalMath
- Quaternion - Class in org.ojalgo.scalar
- Quaternion() - Constructor for class org.ojalgo.scalar.Quaternion
- Quaternion(double) - Constructor for class org.ojalgo.scalar.Quaternion
- Quaternion(double[]) - Constructor for class org.ojalgo.scalar.Quaternion
- Quaternion(double, double[]) - Constructor for class org.ojalgo.scalar.Quaternion
- Quaternion(double, double, double) - Constructor for class org.ojalgo.scalar.Quaternion
- Quaternion(double, double, double, double) - Constructor for class org.ojalgo.scalar.Quaternion
- Quaternion.RotationAxis - Enum in org.ojalgo.scalar
- QuaternionAggregator - Class in org.ojalgo.function.aggregator
- QuaternionAggregator() - Constructor for class org.ojalgo.function.aggregator.QuaternionAggregator
- QuaternionAggregator.QuaternionAggregatorFunction - Class in org.ojalgo.function.aggregator
- QuaternionAggregatorFunction() - Constructor for class org.ojalgo.function.aggregator.QuaternionAggregator.QuaternionAggregatorFunction
- QuaternionFunction - Class in org.ojalgo.function
- QuaternionFunction() - Constructor for class org.ojalgo.function.QuaternionFunction
- QuaternionFunction.Binary - Interface in org.ojalgo.function
- QuaternionFunction.Consumer - Interface in org.ojalgo.function
- QuaternionFunction.Nullary - Interface in org.ojalgo.function
- QuaternionFunction.Parameter - Interface in org.ojalgo.function
- QuaternionFunction.Predicate - Interface in org.ojalgo.function
- QuaternionFunction.Unary - Interface in org.ojalgo.function
- QuaternionMath - Class in org.ojalgo.function.constant
- QuaternionMath() - Constructor for class org.ojalgo.function.constant.QuaternionMath
- query() - Method in class org.ojalgo.netio.ResourceLocator.Request
- query(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- query(String) - Method in class org.ojalgo.netio.ServiceClient.Request
- query(String, String) - Method in class org.ojalgo.netio.ResourceLocator
- query(String, String) - Method in class org.ojalgo.netio.ResourceLocator.Request
- query(String, String) - Method in class org.ojalgo.netio.ServiceClient.Request
- QUERY1_FINANCE_YAHOO_COM - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- queue(int) - Method in class org.ojalgo.data.batch.BatchManager
- queue(int) - Method in class org.ojalgo.data.batch.BatchNode.Builder
-
When reading and/or writing data from/to disk data is temporarily queued.
- queue(int) - Method in class org.ojalgo.netio.ReaderWriterBuilder
- QueuedReader<T> - Class in org.ojalgo.netio
- QueuedReader(ExecutorService, BlockingQueue<T>, FromFileReader<T>...) - Constructor for class org.ojalgo.netio.QueuedReader
-
Multiple suppliers supply to a queue, then you get from that queue.
- QueuedReader.Worker<T> - Class in org.ojalgo.netio
- QueuedWriter<T> - Class in org.ojalgo.netio
- QueuedWriter(ExecutorService, BlockingQueue<T>, ToFileWriter<T>...) - Constructor for class org.ojalgo.netio.QueuedWriter
- QueuedWriter.Worker<T> - Class in org.ojalgo.netio
- QUOTE - Static variable in class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- QUOTED - org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
-
Same as
EnumeratedColumnsParser.ParseStrategy.FAST
but assumes values are quoted (they have to be, ALL of them). - QuotedViewStrategy(int, char) - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser.QuotedViewStrategy
- quotients() - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- quotients() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- quotients() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
period == 1
- quotients() - Method in class org.ojalgo.series.primitive.SeriesSet
- quotients(int) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- quotients(int) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- quotients(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- QuotientsSeries - Class in org.ojalgo.series.primitive
- QuotientsSeries(PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.QuotientsSeries
- QuotientsSeries(PrimitiveSeries, int) - Constructor for class org.ojalgo.series.primitive.QuotientsSeries
R
- r - Variable in class org.ojalgo.optimisation.linear.RevisedStore
-
cost reducer
- R - org.ojalgo.algebra.NumberSet
-
Real Numbers
- R032 - org.ojalgo.type.math.MathType
-
Real Number: float
- R032 - Static variable in class org.ojalgo.array.Array1D
- R032 - Static variable in class org.ojalgo.array.Array2D
- R032 - Static variable in class org.ojalgo.array.ArrayAnyD
- R032 - Static variable in class org.ojalgo.array.BufferArray
- R032 - Static variable in class org.ojalgo.array.OffHeapArray
- R032 - Static variable in class org.ojalgo.matrix.store.SparseStore
- R032Store - Class in org.ojalgo.matrix.store
-
A float implementation of PhysicalStore.
- R032Store(int, int, float[]) - Constructor for class org.ojalgo.matrix.store.R032Store
- R032Store(long, long) - Constructor for class org.ojalgo.matrix.store.R032Store
- R064 - org.ojalgo.type.math.MathType
-
Real Number: double
- R064 - Static variable in class org.ojalgo.array.Array1D
- R064 - Static variable in class org.ojalgo.array.Array2D
- R064 - Static variable in class org.ojalgo.array.ArrayAnyD
- R064 - Static variable in class org.ojalgo.array.BufferArray
- R064 - Static variable in class org.ojalgo.array.OffHeapArray
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.Bidiagonal
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.Cholesky
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.Eigenvalue
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.Hessenberg
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.LDL
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.LU
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.QR
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.SingularValue
- R064 - Static variable in interface org.ojalgo.matrix.decomposition.Tridiagonal
- R064 - Static variable in class org.ojalgo.matrix.store.SparseStore
- R064 - Static variable in interface org.ojalgo.matrix.task.DeterminantTask
- R064 - Static variable in interface org.ojalgo.matrix.task.InverterTask
- R064 - Static variable in interface org.ojalgo.matrix.task.SolverTask
- R064() - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.CholeskyDecomposition.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.DeferredTridiagonal.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.DynamicEvD.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.GeneralEvD.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.HessenbergDecomposition.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.LDLDecomposition.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.LUDecomposition.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.R064
- R064() - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.R064
- R064(boolean) - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.R064
- R064(boolean) - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.R064
- R064(boolean) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.R064
- R064Store - Class in org.ojalgo.matrix.store
-
A double implementation of PhysicalStore.
- R064Store(double[]) - Constructor for class org.ojalgo.matrix.store.R064Store
- R064Store(int) - Constructor for class org.ojalgo.matrix.store.R064Store
- R064Store(int, int, double[]) - Constructor for class org.ojalgo.matrix.store.R064Store
- R064Store(long, long) - Constructor for class org.ojalgo.matrix.store.R064Store
- R128 - org.ojalgo.type.math.MathType
-
Real Number: 2 * double
- R128 - Static variable in class org.ojalgo.array.Array1D
- R128 - Static variable in class org.ojalgo.array.Array2D
- R128 - Static variable in class org.ojalgo.array.ArrayAnyD
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.Bidiagonal
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.Cholesky
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.Eigenvalue
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.Hessenberg
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.LDL
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.LU
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.QR
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.SingularValue
- R128 - Static variable in interface org.ojalgo.matrix.decomposition.Tridiagonal
- R128 - Static variable in class org.ojalgo.matrix.store.GenericStore
- R128 - Static variable in class org.ojalgo.matrix.store.SparseStore
- R128 - Static variable in interface org.ojalgo.matrix.task.DeterminantTask
- R128 - Static variable in interface org.ojalgo.matrix.task.InverterTask
- R128 - Static variable in interface org.ojalgo.matrix.task.SolverTask
- R128() - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.CholeskyDecomposition.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.DeferredTridiagonal.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.HermitianEvD.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.HessenbergDecomposition.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.LDLDecomposition.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.LUDecomposition.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.R128
- R128() - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.R128
- R128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.BidiagonalDecomposition.R128
- R128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.QRDecomposition.R128
- R128(boolean) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition.R128
- R256 - org.ojalgo.type.math.MathType
-
Real Number:
BigDecimal
- R256 - Static variable in class org.ojalgo.array.Array1D
- R256 - Static variable in class org.ojalgo.array.Array2D
- R256 - Static variable in class org.ojalgo.array.ArrayAnyD
- random() - Method in class org.ojalgo.random.AbstractDistribution1D
- random() - Static method in class org.ojalgo.random.Random1D
- random() - Method in class org.ojalgo.random.RandomNumber
- random() - Static method in class org.ojalgo.type.ColourData
- RANDOM - Static variable in class org.ojalgo.data.cluster.RandomClustering
- Random1D - Class in org.ojalgo.random
- Random1D() - Constructor for class org.ojalgo.random.Random1D
- Random1D(int) - Constructor for class org.ojalgo.random.Random1D
-
If the variables are uncorrelated.
- Random1D(Access2D<?>) - Constructor for class org.ojalgo.random.Random1D
- RandomClustering<T> - Class in org.ojalgo.data.cluster
-
Randomly assigns each item to one of k clusters.
- RandomClustering(int) - Constructor for class org.ojalgo.data.cluster.RandomClustering
- RandomField<T> - Class in org.ojalgo.random.process
-
A random field is a generalization of a stochastic process such that the underlying parameter need no longer be a simple real or integer valued "time", but can instead take values that are multidimensional vectors, or points on some manifold.
- RandomField() - Constructor for class org.ojalgo.random.process.RandomField
- randomInteger(int) - Static method in class org.ojalgo.random.Uniform
- randomInteger(int, int) - Static method in class org.ojalgo.random.Uniform
- randomInteger(long) - Static method in class org.ojalgo.random.Uniform
- randomise() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- randomise() - Method in class org.ojalgo.ann.CalculationLayer
- randomise() - Method in class org.ojalgo.ann.WrappedANN
- RandomNumber - Class in org.ojalgo.random
-
RandomNumber
- RandomNumber() - Constructor for class org.ojalgo.random.RandomNumber
- RandomProcess<D extends Distribution> - Interface in org.ojalgo.random.process
-
A random/stochastic process (a series of random variables indexed by time or space) representing the evolution of some random value.
- RandomProcess.SimulationResults - Class in org.ojalgo.random.process
- range(BigDecimal) - Method in class org.ojalgo.optimisation.FileFormatMPS.Row
- RANGE - Static variable in class org.ojalgo.optimisation.ModelEntity
- RANGES - org.ojalgo.optimisation.FileFormatMPS.FileSection
- rank() - Method in class org.ojalgo.array.ArrayAnyD
- rank() - Method in interface org.ojalgo.scalar.Scalar
- rank() - Method in class org.ojalgo.structure.PrimitiveAnyD.Simple
- rank() - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- rank() - Method in interface org.ojalgo.structure.StructureAnyD
- rank() - Method in class org.ojalgo.tensor.ArrayBasedTensor
- rank() - Method in interface org.ojalgo.tensor.Tensor
-
The total number of indices required to uniquely identify each scalar component is called the order, degree or rank of the tensor.
- rate(double) - Method in class org.ojalgo.ann.NetworkTrainer
- RATIO - Static variable in class org.ojalgo.optimisation.linear.SimplexSolver
- RATIO - Static variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- ratioDual - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- rational(double) - Static method in class org.ojalgo.scalar.RationalNumber
- rational(double, double, int) - Static method in class org.ojalgo.scalar.RationalNumber
- RationalAggregator - Class in org.ojalgo.function.aggregator
- RationalAggregator() - Constructor for class org.ojalgo.function.aggregator.RationalAggregator
- RationalAggregator.RationalAggregatorFunction - Class in org.ojalgo.function.aggregator
- RationalAggregatorFunction() - Constructor for class org.ojalgo.function.aggregator.RationalAggregator.RationalAggregatorFunction
- RationalFunction - Class in org.ojalgo.function
-
RationalFunction
- RationalFunction() - Constructor for class org.ojalgo.function.RationalFunction
- RationalFunction.Binary - Interface in org.ojalgo.function
- RationalFunction.Consumer - Interface in org.ojalgo.function
- RationalFunction.Nullary - Interface in org.ojalgo.function
- RationalFunction.Parameter - Interface in org.ojalgo.function
- RationalFunction.Predicate - Interface in org.ojalgo.function
- RationalFunction.Unary - Interface in org.ojalgo.function
- RationalMath - Class in org.ojalgo.function.constant
- RationalMath() - Constructor for class org.ojalgo.function.constant.RationalMath
- RationalMath.Prefix - Class in org.ojalgo.function.constant
- RationalNumber - Class in org.ojalgo.scalar
- RationalNumber() - Constructor for class org.ojalgo.scalar.RationalNumber
- RationalNumber(long, long) - Constructor for class org.ojalgo.scalar.RationalNumber
- ratioPrimal - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- RawCholesky - Class in org.ojalgo.matrix.decomposition
- RawCholesky() - Constructor for class org.ojalgo.matrix.decomposition.RawCholesky
-
Not recommended to use this constructor directly.
- RawDecomposition - Class in org.ojalgo.matrix.decomposition
-
In many ways similar to InPlaceDecomposition but this class is hardwired to work with double[][] data.
- RawDecomposition() - Constructor for class org.ojalgo.matrix.decomposition.RawDecomposition
- RawEigenvalue - Class in org.ojalgo.matrix.decomposition
-
Eigenvalues and eigenvectors of a real matrix.
- RawEigenvalue() - Constructor for class org.ojalgo.matrix.decomposition.RawEigenvalue
- RawEigenvalue.Dynamic - Class in org.ojalgo.matrix.decomposition
- RawEigenvalue.General - Class in org.ojalgo.matrix.decomposition
- RawEigenvalue.Symmetric - Class in org.ojalgo.matrix.decomposition
- RawLU - Class in org.ojalgo.matrix.decomposition
- RawLU() - Constructor for class org.ojalgo.matrix.decomposition.RawLU
-
Not recommended to use this constructor directly.
- RawQR - Class in org.ojalgo.matrix.decomposition
-
For an m-by-n matrix A with m >= n, the QR decomposition is an m-by-n orthogonal matrix Q and an n-by-n upper triangular matrix R so that A = Q*R.
- RawQR() - Constructor for class org.ojalgo.matrix.decomposition.RawQR
-
Not recommended to use this constructor directly.
- RawSingularValue - Class in org.ojalgo.matrix.decomposition
-
Singular Value Decomposition.
- RawSingularValue() - Constructor for class org.ojalgo.matrix.decomposition.RawSingularValue
-
Not recommended to use this constructor directly.
- RawStore - Class in org.ojalgo.matrix.store
-
Uses double[][] internally.
- RawStore(double[][], int) - Constructor for class org.ojalgo.matrix.store.RawStore
- RawStore(int, int) - Constructor for class org.ojalgo.matrix.store.RawStore
-
Construct an m-by-n matrix of zeros.
- RCB - Static variable in class org.ojalgo.netio.ASCII
- read() - Method in class org.ojalgo.netio.ByteBufferBackedInputStream
- read() - Method in class org.ojalgo.netio.DataReader
- read() - Method in interface org.ojalgo.netio.FromFileReader
-
Returning null indicates that there are no more items to read.
- read() - Method in class org.ojalgo.netio.ManagedReader
- read() - Method in class org.ojalgo.netio.MappedReader
- read() - Method in class org.ojalgo.netio.QueuedReader
- read() - Method in class org.ojalgo.netio.SequencedReader
- read() - Method in class org.ojalgo.netio.TextLineReader
- read(byte[], int, int) - Method in class org.ojalgo.netio.ByteBufferBackedInputStream
- read(File) - Static method in class org.ojalgo.data.image.ImageData
- read(File, String) - Static method in class org.ojalgo.data.image.ImageData
- read(InputStream) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- read(InputStream) - Static method in class org.ojalgo.optimisation.FileFormatMPS
- read(PhysicalStore.Factory<Double, ?>, DataInput) - Static method in class org.ojalgo.ann.FileFormat
- read(PhysicalStore.Factory<Double, ?>, DataInput) - Static method in class org.ojalgo.ann.FileFormat.Version1
- read(PhysicalStore.Factory<Double, ?>, DataInput) - Static method in class org.ojalgo.ann.FileFormat.Version2
- ReaderWriterBuilder<F,B extends ReaderWriterBuilder<F,B>> - Class in org.ojalgo.netio
- ReaderWriterBuilder(F[]) - Constructor for class org.ojalgo.netio.ReaderWriterBuilder
- readExpression(ExpressionsBasedModel, String[]) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- readLinear(Expression, String[]) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- readModelEntity(ModelEntity<?>, String[]) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- readQuadratic(Expression, String[]) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- readVariable(ExpressionsBasedModel, String[]) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.Cholesky
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
- reconstruct() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.Hessenberg
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.LDL
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.LU
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.QR
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- reconstruct() - Method in interface org.ojalgo.matrix.decomposition.Tridiagonal
- reconstruct(int) - Method in interface org.ojalgo.matrix.decomposition.SingularValue
- recover(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- RecoverableCondition - Exception in org.ojalgo
-
Something that potentially could go wrong, actually did go wrong.
- RecoverableCondition() - Constructor for exception org.ojalgo.RecoverableCondition
- RecoverableCondition(String) - Constructor for exception org.ojalgo.RecoverableCondition
- RecoverableCondition(String, Throwable) - Constructor for exception org.ojalgo.RecoverableCondition
- RecoverableCondition(String, Throwable, boolean, boolean) - Constructor for exception org.ojalgo.RecoverableCondition
- RecoverableCondition(Throwable) - Constructor for exception org.ojalgo.RecoverableCondition
- recreateCache() - Method in class org.ojalgo.type.TypeCache
-
Deprecated.
- reduce() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Will try to indentify constraints with equal variables set, and check if those can be combined or not.
- reduce(int, int, Aggregator) - Method in class org.ojalgo.array.ArrayAnyD
- reduce(int, int, Aggregator) - Method in interface org.ojalgo.structure.StructureAnyD.ReducibleTo2D
- reduce(int, Aggregator) - Method in class org.ojalgo.array.ArrayAnyD
- reduce(int, Aggregator) - Method in interface org.ojalgo.structure.StructureAnyD.ReducibleTo1D
- reduce(int, Aggregator, Mutate1D) - Method in interface org.ojalgo.structure.AccessAnyD.Aggregatable
- reduce(Collection<Expression>) - Static method in class org.ojalgo.optimisation.Presolvers
- reduce(Collection<W>, int, Supplier<? extends TwoStepMapper.Mergeable<W, R>>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Deprecated.v54 Use
#reduceMergeable(Collection
instead,int,Supplier extends TwoStepMapper.Mergeable >) - reduce(Collection<W>, IntSupplier, Supplier<? extends TwoStepMapper.Mergeable<W, R>>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Deprecated.v54 Use
#reduceMergeable(Collection
instead,IntSupplier,Supplier extends TwoStepMapper.Mergeable >) - reduce(Collection<W>, Supplier<? extends TwoStepMapper.Mergeable<W, R>>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Deprecated.v54 Use
#reduceMergeable(Collection
instead,Supplier extends TwoStepMapper.Mergeable >) - reduce(Access2D.Collectable<N, ? super PhysicalStore<N>>) - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- reduceByCombining(Supplier<A>) - Method in class org.ojalgo.data.batch.BatchNode
-
Calls
BatchNode.processCombineable(Supplier, Consumer)
with theTwoStepMapper.Combineable#merge(Object)
method of a globalTwoStepMapper.Combineable
instance as theconsumer
. - reduceByMerging(Supplier<A>) - Method in class org.ojalgo.data.batch.BatchNode
-
Calls
BatchNode.processMergeable(Supplier, Consumer)
with theTwoStepMapper.Mergeable.merge(Object)
method of a globalTwoStepMapper.Mergeable
instance as theconsumer
. - reduceColumns(Aggregator) - Method in class org.ojalgo.array.Array2D
- reduceColumns(Aggregator) - Method in class org.ojalgo.matrix.BasicMatrix
- reduceColumns(Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- reduceColumns(Aggregator) - Method in interface org.ojalgo.structure.Structure2D.ReducibleTo1D
- reduceColumns(Aggregator, Mutate1D) - Method in class org.ojalgo.matrix.store.R032Store
- reduceColumns(Aggregator, Mutate1D) - Method in class org.ojalgo.matrix.store.SparseStore
- reduceColumns(Aggregator, Mutate1D) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- reduceCombineable(Collection<W>, int, Supplier<A>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Will create at most
parallelism
tasks to work through thework
items, processing them withreducer
. - reduceCombineable(Collection<W>, IntSupplier, Supplier<A>) - Method in class org.ojalgo.concurrent.ProcessingService
- reduceCombineable(Collection<W>, Supplier<A>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Using parallelism
Parallelism.CORES
. - reduceMapped(Supplier<A>) - Method in class org.ojalgo.data.batch.BatchNode
-
Deprecated.v54 Use
#reduceByMerging(Supplier)
instead - reduceMergeable(Collection<W>, int, Supplier<A>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Will create at most
parallelism
tasks to work through thework
items, processing them withreducer
. - reduceMergeable(Collection<W>, IntSupplier, Supplier<A>) - Method in class org.ojalgo.concurrent.ProcessingService
- reduceMergeable(Collection<W>, Supplier<A>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Using parallelism
Parallelism.CORES
. - reduceRows(Aggregator) - Method in class org.ojalgo.array.Array2D
- reduceRows(Aggregator) - Method in class org.ojalgo.matrix.BasicMatrix
- reduceRows(Aggregator) - Method in interface org.ojalgo.matrix.store.MatrixStore
- reduceRows(Aggregator) - Method in interface org.ojalgo.structure.Structure2D.ReducibleTo1D
- reduceRows(Aggregator, Mutate1D) - Method in class org.ojalgo.matrix.store.R032Store
- reduceRows(Aggregator, Mutate1D) - Method in class org.ojalgo.matrix.store.SparseStore
- reduceRows(Aggregator, Mutate1D) - Method in interface org.ojalgo.structure.Access2D.Aggregatable
- REDUNDANT_CONSTRAINT - Static variable in class org.ojalgo.optimisation.Presolvers
-
Calculates the min and max value of this expression based on the variables' individual bounds.
- reference - Variable in class org.ojalgo.structure.StructureAnyD.IntReference
- reference - Variable in class org.ojalgo.structure.StructureAnyD.LongReference
- reference() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- reference() - Method in interface org.ojalgo.structure.ElementViewAnyD
- reference(long, long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
- reference(long, long[], long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
-
Based on the input index and structure/shape the reference array will derived.
- reference(K) - Method in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- REFERENCE - org.ojalgo.machine.JavaType
-
4 bytes with 32-bit JVM or 64-bit JVM with compressed pointers (All JVM:s assigned less than 32GB)
- ReferenceMapper(StructureAnyD, Structure1D.IndexMapper<Object>[]) - Constructor for class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- ReferenceTypeArray<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of Comparable.
- ReferenceTypeArray(DenseArray.Factory<N>, int) - Constructor for class org.ojalgo.array.ReferenceTypeArray
- ReferenceTypeArray(DenseArray.Factory<N>, N[]) - Constructor for class org.ojalgo.array.ReferenceTypeArray
- regionByColumns(int...) - Method in class org.ojalgo.matrix.store.GenericStore
- regionByColumns(int...) - Method in class org.ojalgo.matrix.store.R032Store
- regionByColumns(int...) - Method in class org.ojalgo.matrix.store.R064Store
- regionByColumns(int...) - Method in class org.ojalgo.matrix.store.RawStore
- regionByColumns(int...) - Method in class org.ojalgo.matrix.store.SparseStore
- regionByColumns(int...) - Method in class org.ojalgo.matrix.store.Subregion2D
- regionByColumns(int...) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- regionByLimits(int, int) - Method in class org.ojalgo.matrix.store.GenericStore
- regionByLimits(int, int) - Method in class org.ojalgo.matrix.store.R032Store
- regionByLimits(int, int) - Method in class org.ojalgo.matrix.store.R064Store
- regionByLimits(int, int) - Method in class org.ojalgo.matrix.store.RawStore
- regionByLimits(int, int) - Method in class org.ojalgo.matrix.store.SparseStore
- regionByLimits(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D
- regionByLimits(int, int) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- regionByOffsets(int, int) - Method in class org.ojalgo.matrix.store.GenericStore
- regionByOffsets(int, int) - Method in class org.ojalgo.matrix.store.R032Store
- regionByOffsets(int, int) - Method in class org.ojalgo.matrix.store.R064Store
- regionByOffsets(int, int) - Method in class org.ojalgo.matrix.store.RawStore
- regionByOffsets(int, int) - Method in class org.ojalgo.matrix.store.SparseStore
- regionByOffsets(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D
- regionByOffsets(int, int) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- regionByRows(int...) - Method in class org.ojalgo.matrix.store.GenericStore
- regionByRows(int...) - Method in class org.ojalgo.matrix.store.R032Store
- regionByRows(int...) - Method in class org.ojalgo.matrix.store.R064Store
- regionByRows(int...) - Method in class org.ojalgo.matrix.store.RawStore
- regionByRows(int...) - Method in class org.ojalgo.matrix.store.SparseStore
- regionByRows(int...) - Method in class org.ojalgo.matrix.store.Subregion2D
- regionByRows(int...) - Method in interface org.ojalgo.matrix.store.TransformableRegion
- regionByTransposing() - Method in class org.ojalgo.matrix.store.GenericStore
- regionByTransposing() - Method in class org.ojalgo.matrix.store.R032Store
- regionByTransposing() - Method in class org.ojalgo.matrix.store.R064Store
- regionByTransposing() - Method in class org.ojalgo.matrix.store.RawStore
- regionByTransposing() - Method in class org.ojalgo.matrix.store.SparseStore
- regionByTransposing() - Method in class org.ojalgo.matrix.store.Subregion2D
- regionByTransposing() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- regionByTransposing() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- regionByTransposing() - Method in interface org.ojalgo.matrix.store.TransformableRegion
- register(Object) - Static method in class org.ojalgo.type.management.MBeanUtils
- register(Object, String) - Static method in class org.ojalgo.type.management.MBeanUtils
- register(FinanceData, FinanceData) - Method in class org.ojalgo.data.domain.finance.series.SourceCache
- regularisation() - Method in class org.ojalgo.ann.TrainingConfiguration
- regularisationL1 - Variable in class org.ojalgo.ann.TrainingConfiguration
- regularisationL1Factor - Variable in class org.ojalgo.ann.TrainingConfiguration
- regularisationL2 - Variable in class org.ojalgo.ann.TrainingConfiguration
- regularisationL2Factor - Variable in class org.ojalgo.ann.TrainingConfiguration
- Regularized() - Constructor for class org.ojalgo.function.special.BetaFunction.Regularized
- Regularized() - Constructor for class org.ojalgo.function.special.GammaFunction.Regularized
- RELATIVELY_SMALL - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- relax() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- relax() - Method in class org.ojalgo.optimisation.Variable
- relax(boolean) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- RELU - org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
ReLU: [0,+)
- remaining() - Method in class org.ojalgo.data.DataBatch
-
Remaining capacity / batch entries / number of rows.
- remove() - Method in class org.ojalgo.structure.Access2D.ColumnView
- remove() - Method in class org.ojalgo.structure.Access2D.RowView
- remove() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- remove() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- remove() - Method in interface org.ojalgo.structure.ElementView1D
- remove() - Method in class org.ojalgo.structure.Iterator1D
- remove(int) - Method in class org.ojalgo.array.NumberList
- remove(int) - Method in class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- remove(int) - Method in class org.ojalgo.type.collection.CloseableList
- remove(long) - Method in class org.ojalgo.array.LongToNumberMap
- remove(long, int) - Method in class org.ojalgo.array.SparseArray
- remove(Object) - Method in class org.ojalgo.array.LongToNumberMap
- remove(Object) - Method in class org.ojalgo.array.NumberList
- remove(Object) - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- remove(Object) - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- remove(Object) - Method in class org.ojalgo.series.TreeSeries
- remove(Object) - Method in class org.ojalgo.type.collection.CloseableList
- remove(Object) - Method in class org.ojalgo.type.collection.CloseableMap
- remove(Object) - Method in class org.ojalgo.type.ForgetfulMap
- remove(Object) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- remove(Object, Object) - Method in class org.ojalgo.series.TreeSeries
- remove(Object, Object) - Method in class org.ojalgo.type.collection.CloseableMap
- remove(Object, Object) - Method in class org.ojalgo.type.ForgetfulMap
- remove(Equation) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- remove(T) - Method in class org.ojalgo.concurrent.MultiviewSet
-
Remove an entry from the common
Set
. - removeAll(Collection<?>) - Method in class org.ojalgo.array.NumberList
- removeAll(Collection<?>) - Method in class org.ojalgo.type.collection.CloseableList
- removeColumn(int) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- removeExpression(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- removeIf(Predicate<? super T>) - Method in class org.ojalgo.type.collection.CloseableList
- removeIntegration(ExpressionsBasedModel.Integration<?>) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- removePresolver(ExpressionsBasedModel.Presolver) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- removeQueryEntry(String) - Method in class org.ojalgo.netio.ResourceSpecification
- removeRow(int) - Method in class org.ojalgo.matrix.store.RowsSupplier
- repeat(int, int) - Method in class org.ojalgo.matrix.BasicMatrix
- repeat(int, int) - Method in interface org.ojalgo.matrix.store.MatrixStore
- repeat(int, int) - Method in interface org.ojalgo.structure.Structure2D.Logical
-
Will repeat this structure creating a new structure with a multiple of rows and columns.
- RepeatedColumnsStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- RepeatedColumnsStore(MatrixStore<N>, int) - Constructor for class org.ojalgo.matrix.store.RepeatedColumnsStore
- RepeatedRowsStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- RepeatedRowsStore(MatrixStore<N>, int) - Constructor for class org.ojalgo.matrix.store.RepeatedRowsStore
- repetition(int, CalendarDateUnit) - Method in class org.ojalgo.type.ScheduleBuilder
- replace(K, V) - Method in class org.ojalgo.series.TreeSeries
- replace(K, V) - Method in class org.ojalgo.type.collection.CloseableMap
- replace(K, V, V) - Method in class org.ojalgo.series.TreeSeries
- replace(K, V, V) - Method in class org.ojalgo.type.collection.CloseableMap
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.ojalgo.series.TreeSeries
- replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.ojalgo.type.collection.CloseableMap
- replaceAll(UnaryOperator<T>) - Method in class org.ojalgo.type.collection.CloseableList
- replaceNullOrEmptyWithFull(long[], int) - Static method in interface org.ojalgo.structure.Structure1D
- request() - Method in class org.ojalgo.netio.ResourceLocator
- request() - Method in class org.ojalgo.netio.ResourceLocator.Session
- request(String) - Method in class org.ojalgo.netio.ResourceLocator.Session
- Request(ResourceLocator.Session) - Constructor for class org.ojalgo.netio.ResourceLocator.Request
- Request(ResourceLocator.Session, URL) - Constructor for class org.ojalgo.netio.ResourceLocator.Request
- Request(ServiceClient.Session) - Constructor for class org.ojalgo.netio.ServiceClient.Request
- Request(ServiceClient.Session, URI) - Constructor for class org.ojalgo.netio.ServiceClient.Request
- require(int) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- require(IntSupplier) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- resample(int, int) - Method in class org.ojalgo.data.image.ImageData
-
Will create a new image - the largest possible, with the same aspect ratio, that fits within the specified number of rows/columns (pixel height and width).
- resample(Function<K, K2>, BasicSeries<K2, V>) - Method in interface org.ojalgo.series.BasicSeries
- resample(UnaryOperator<K>) - Method in interface org.ojalgo.series.BasicSeries
- resample(UnaryOperator<K>) - Method in class org.ojalgo.series.MappedIndexSeries
- resample(UnaryOperator<K>) - Method in class org.ojalgo.series.SimpleSeries
- resample(UnaryOperator<N>) - Method in class org.ojalgo.series.NumberSeries
- resample(UnaryOperator<CalendarDate>) - Method in class org.ojalgo.series.CalendarDateSeries
- resample(CalendarDateUnit) - Method in class org.ojalgo.series.CalendarDateSeries
- resample(CalendarDateUnit) - Method in class org.ojalgo.series.CoordinationSet
-
Returns a new set of series each resampled to the supplied resolution.
- resample(CalendarDateUnit, Function<CalendarDate, CalendarDate>) - Method in class org.ojalgo.series.CalendarDateSeries
- reserveBytes(long) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
-
Make sure there's this much memory per thread by, if necessary, limiting the parallelism.
- reserveGigaBytes(long) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- reserveKiloBytes(long) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- reserveMegaBytes(long) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- reserveTeraBytes(long) - Method in interface org.ojalgo.concurrent.ParallelismSupplier
- reset() - Method in class org.ojalgo.array.Array1D
- reset() - Method in class org.ojalgo.array.Array2D
- reset() - Method in class org.ojalgo.array.ArrayAnyD
- reset() - Method in class org.ojalgo.array.ArrayR032
- reset() - Method in class org.ojalgo.array.ArrayR064
- reset() - Method in class org.ojalgo.array.ArrayZ008
- reset() - Method in class org.ojalgo.array.ArrayZ016
- reset() - Method in class org.ojalgo.array.ArrayZ032
- reset() - Method in class org.ojalgo.array.ArrayZ064
- reset() - Method in class org.ojalgo.array.BufferArray
- reset() - Method in class org.ojalgo.array.OffHeapR032
- reset() - Method in class org.ojalgo.array.OffHeapR064
- reset() - Method in class org.ojalgo.array.OffHeapZ008
- reset() - Method in class org.ojalgo.array.OffHeapZ016
- reset() - Method in class org.ojalgo.array.OffHeapZ032
- reset() - Method in class org.ojalgo.array.OffHeapZ064
- reset() - Method in class org.ojalgo.array.ReferenceTypeArray
- reset() - Method in class org.ojalgo.array.SegmentedArray
- reset() - Method in class org.ojalgo.array.SparseArray
- reset() - Method in class org.ojalgo.data.batch.BatchNode.TwoStepWrapper
- reset() - Method in class org.ojalgo.data.cluster.Point.Factory
- reset() - Method in class org.ojalgo.data.DataBatch
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.EfficientFrontier
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.NormalisedPortfolio
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- reset() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- reset() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- reset() - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
- reset() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- reset() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- reset() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- reset() - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- reset() - Method in class org.ojalgo.matrix.decomposition.DynamicEvD
- reset() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- reset() - Method in class org.ojalgo.matrix.decomposition.GeneralisedEvD
- reset() - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- reset() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
- reset() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
Delete computed results, and resets attributes to default values
- reset() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- reset() - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- reset() - Method in class org.ojalgo.matrix.decomposition.RawQR
- reset() - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- reset() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- reset() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- reset() - Method in class org.ojalgo.matrix.DenseMutator2D
- reset() - Method in class org.ojalgo.matrix.SparseMutator2D
- reset() - Method in class org.ojalgo.matrix.store.RawStore
- reset() - Method in class org.ojalgo.matrix.store.SparseStore
- reset() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- reset() - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- reset() - Method in class org.ojalgo.netio.ResourceLocator.Session
- reset() - Method in class org.ojalgo.optimisation.convex.ConvexData
- reset() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- reset() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- reset() - Method in class org.ojalgo.optimisation.IntermediateSolver
-
Force re-generation of cached/transient data
- reset() - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
- reset() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- reset() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- reset() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- reset() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- reset() - Method in class org.ojalgo.random.FrequencyMap
- reset() - Method in class org.ojalgo.random.SampleSet.CombineableSet
- reset() - Method in class org.ojalgo.random.SampleSet
-
If the underlying
Access1D
of samples is modified you must reset the sample set before using. - reset() - Method in interface org.ojalgo.structure.Mutate1D
-
Reset this mutable structure to some standard (all zeros) initial state.
- reset() - Method in class org.ojalgo.type.function.TwoStepMapper.KeyCounter
- reset() - Method in interface org.ojalgo.type.function.TwoStepMapper
-
Reset, so it can be re-used
- reset() - Method in class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- reset() - Method in class org.ojalgo.type.Stopwatch
-
Reset the start-instant
- reset(int) - Method in class org.ojalgo.matrix.decomposition.Pivot
- reset(int[]) - Method in class org.ojalgo.optimisation.integer.NodeKey.IntArrayPool
- reset(BasicArray<Double>) - Method in class org.ojalgo.optimisation.convex.IterativeASS.SparseArrayPool
- reset(SparseArray<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse.ArrayPool
- reset(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
-
Update the product form inverse to reflect a replaced column.
- reset(Structure2D, boolean) - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- reset(CalendarDateUnit) - Method in class org.ojalgo.type.Stopwatch
-
Will reset the start-instant and return duration since it was last reset in the specified unit.
- reset(T) - Method in class org.ojalgo.type.ObjectPool
- resetActivator() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- resetActivator() - Method in class org.ojalgo.optimisation.convex.IterativeASS
- resetBasis(int[]) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- resetBasis(int[]) - Method in class org.ojalgo.optimisation.linear.SimplexStore
-
Everything that is not in the basis is set to be in at lower bound.
- resetBasis(int[]) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- resetIterationsCount() - Method in class org.ojalgo.optimisation.GenericSolver
- resetPresolvers() - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
- reshape(long...) - Method in class org.ojalgo.array.ArrayAnyD
- reshape(long...) - Method in interface org.ojalgo.structure.StructureAnyD.Reshapable
-
The same array viewed/accessed with a different shape
- reshape(long, long) - Method in class org.ojalgo.array.Array2D
- reshape(long, long) - Method in interface org.ojalgo.structure.Structure2D.Reshapable
- residual(Structure1D) - Method in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- resolution() - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- resolution(CalendarDate.Resolution) - Method in class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- resolution(CalendarDateUnit) - Method in class org.ojalgo.data.domain.finance.series.DataSource.Coordinated
- resolve(List<Equation>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- resolve(List<Equation>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.GaussSeidelSolver
- resolve(List<Equation>, PhysicalStore<Double>) - Method in interface org.ojalgo.matrix.task.iterative.IterativeSolverTask.SparseDelegate
- resolve(List<Equation>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- resolve(List<Equation>, PhysicalStore<Double>, double, AtomicInteger, int, int) - Method in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- resolve(List<Equation>, PhysicalStore<Double>, Access1D<?>) - Method in interface org.ojalgo.matrix.task.iterative.IterativeSolverTask.SparseDelegate
- resolve(PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
-
A variation of MutableSolver.solve(Access2D, Access2D, PhysicalStore) where you do not supply the equation system
body
. - resolve(PhysicalStore<Double>, Access1D<?>) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- resolve(Structure1D.IntIndex) - Method in class org.ojalgo.optimisation.Expression
- ResourceLocator - Class in org.ojalgo.netio
-
Locate/fetch resources such as csv, json or text/html.
- ResourceLocator() - Constructor for class org.ojalgo.netio.ResourceLocator
- ResourceLocator(String) - Constructor for class org.ojalgo.netio.ResourceLocator
- ResourceLocator.KeyedValues - Class in org.ojalgo.netio
- ResourceLocator.Method - Enum in org.ojalgo.netio
- ResourceLocator.Request - Class in org.ojalgo.netio
- ResourceLocator.Response - Class in org.ojalgo.netio
- ResourceLocator.Session - Class in org.ojalgo.netio
- ResourceSpecification - Class in org.ojalgo.netio
-
ResourceSpecification - it's a URI/URL builder.
- ResourceSpecification() - Constructor for class org.ojalgo.netio.ResourceSpecification
- ResourceSpecification(URI) - Constructor for class org.ojalgo.netio.ResourceSpecification
- ResourceSpecification(URL) - Constructor for class org.ojalgo.netio.ResourceSpecification
- response() - Method in class org.ojalgo.netio.ResourceLocator.Request
- response() - Method in class org.ojalgo.netio.ResourceLocator
- Response(ResourceLocator.Request) - Constructor for class org.ojalgo.netio.ResourceLocator.Response
- Response(ServiceClient.Request, CompletableFuture<HttpResponse<T>>) - Constructor for class org.ojalgo.netio.ServiceClient.Response
- restart() - Method in class org.ojalgo.type.Stopwatch
-
Does
Stopwatch.stop()
ANDStopwatch.reset()
- restart(CalendarDateUnit) - Method in class org.ojalgo.type.Stopwatch
- restoreObjective() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- restoreObjective() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- restoreObjective() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- restoreObjective() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- result - Variable in class org.ojalgo.type.Stopwatch.TimedResult
- Result(Optimisation.State, double, Access1D<?>) - Constructor for class org.ojalgo.optimisation.Optimisation.Result
- Result(Optimisation.State, Optimisation.Result) - Constructor for class org.ojalgo.optimisation.Optimisation.Result
- Result(Optimisation.State, Access1D<?>) - Constructor for class org.ojalgo.optimisation.Optimisation.Result
- retainAll(Collection<?>) - Method in class org.ojalgo.array.NumberList
- retainAll(Collection<?>) - Method in class org.ojalgo.type.collection.CloseableList
- retainIf(FrequencyMap.FrequencyPredicate<T>) - Method in class org.ojalgo.random.FrequencyMap
-
Remove entries that do not satisfy the predicate - remove elements that would not be returned by
FrequencyMap.elements(FrequencyPredicate)
. - returnToPhase1() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- reverseAdjustment(BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
-
Purely the reverse scaling part of
ModelEntity.toUnadjusted(double, NumberContext)
- reverseBits(int[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
-
Function to perform bit-reversal on indices
- reverseOrder() - Method in class org.ojalgo.matrix.decomposition.Pivot
- revertLastExclusion() - Method in class org.ojalgo.type.IndexSelector
- revertLastInclusion() - Method in class org.ojalgo.type.IndexSelector
- RevisedStore - Class in org.ojalgo.optimisation.linear
- RevisedStore(int, int) - Constructor for class org.ojalgo.optimisation.linear.RevisedStore
- RevisedStore(LinearStructure) - Constructor for class org.ojalgo.optimisation.linear.RevisedStore
- RFC4180 - org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
-
As specified by the RFC4180 standard.
- RFC4180(int, char) - Constructor for class org.ojalgo.netio.EnumeratedColumnsParser.RFC4180
- rhs(BigDecimal) - Method in class org.ojalgo.optimisation.FileFormatMPS.Row
- RHS - org.ojalgo.optimisation.FileFormatMPS.FileSection
- ridge(double) - Method in class org.ojalgo.ann.NetworkTrainer
-
L2 ridge regularisation
- right() - Method in interface org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
- right() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- right() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- right() - Method in interface org.ojalgo.type.keyvalue.KeyValue
- right(long) - Method in class org.ojalgo.matrix.BasicMatrix
- right(long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- right(long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- right(Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- right(Access2D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- right(Access2D<N>...) - Method in class org.ojalgo.matrix.BasicMatrix
- right(Access2D<N>...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- right(S) - Method in interface org.ojalgo.structure.Structure2D.Logical
- right(S...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- RIGHT - Static variable in class org.ojalgo.scalar.ComplexNumber
- RIGHT - Static variable in class org.ojalgo.scalar.RationalNumber
- Ring<T> - Interface in org.ojalgo.algebra
-
A ring is a commutative group (addition operation) with a second binary operation (multiplication) that is distributive over the commutative group operation and is associative.
- RingLogger() - Constructor for class org.ojalgo.netio.CharacterRing.RingLogger
- rint() - Method in class org.ojalgo.function.BigFunction
- rint() - Method in class org.ojalgo.function.ComplexFunction
- rint() - Method in class org.ojalgo.function.FunctionSet
- rint() - Method in class org.ojalgo.function.PrimitiveFunction
- rint() - Method in class org.ojalgo.function.QuadrupleFunction
- rint() - Method in class org.ojalgo.function.QuaternionFunction
- rint() - Method in class org.ojalgo.function.RationalFunction
- RINT - Static variable in class org.ojalgo.function.constant.BigMath
- RINT - Static variable in class org.ojalgo.function.constant.ComplexMath
- RINT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- RINT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- RINT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- RINT - Static variable in class org.ojalgo.function.constant.RationalMath
- root() - Method in class org.ojalgo.function.BigFunction
- root() - Method in class org.ojalgo.function.ComplexFunction
- root() - Method in class org.ojalgo.function.FunctionSet
- root() - Method in class org.ojalgo.function.PrimitiveFunction
- root() - Method in class org.ojalgo.function.QuadrupleFunction
- root() - Method in class org.ojalgo.function.QuaternionFunction
- root() - Method in class org.ojalgo.function.RationalFunction
- root(double, int) - Static method in class org.ojalgo.function.special.MissingMath
- root(BigDecimal, int) - Static method in class org.ojalgo.function.special.MissingMath
- ROOT - Static variable in class org.ojalgo.function.constant.BigMath
- ROOT - Static variable in class org.ojalgo.function.constant.ComplexMath
- ROOT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ROOT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ROOT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- ROOT - Static variable in class org.ojalgo.function.constant.RationalMath
- RootSegment(char[], int, int) - Constructor for class org.ojalgo.netio.CharArraySegment.RootSegment
- ROT - Class in org.ojalgo.array.operation
-
Given two complex vectors x and y, each vector element of these vectors is replaced as follows: xi = c*xi + s*yi yi = c*yi - s*xi
- ROT() - Constructor for class org.ojalgo.array.operation.ROT
- RotateLeft - Class in org.ojalgo.array.operation
- RotateLeft() - Constructor for class org.ojalgo.array.operation.RotateLeft
- rotateRight(int, int, double, double) - Method in interface org.ojalgo.matrix.decomposition.function.RotateRight
- rotateRight(int, int, double, double) - Method in class org.ojalgo.matrix.store.GenericStore
- rotateRight(int, int, double, double) - Method in class org.ojalgo.matrix.store.R064Store
- RotateRight - Class in org.ojalgo.array.operation
- RotateRight - Interface in org.ojalgo.matrix.decomposition.function
- RotateRight() - Constructor for class org.ojalgo.array.operation.RotateRight
- Rotation<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.transformation
- Rotation() - Constructor for class org.ojalgo.matrix.transformation.Rotation
- Rotation(int, int) - Constructor for class org.ojalgo.matrix.transformation.Rotation
- Rotation.Generic<N extends Scalar<N>> - Class in org.ojalgo.matrix.transformation
- Rotation.Primitive - Class in org.ojalgo.matrix.transformation
- RotationAxis(int, double[]) - Constructor for enum org.ojalgo.scalar.Quaternion.RotationAxis
- rotationsP(PhysicalStore<Double>, int, int, Rotation<Double>[]) - Static method in class org.ojalgo.matrix.transformation.Rotation
- ROTG - Class in org.ojalgo.array.operation
-
Given the Cartesian coordinates (a, b) of a point, these routines return the parameters c, s, r, and z associated with the Givens rotation.
- ROTG() - Constructor for class org.ojalgo.array.operation.ROTG
- ROTM - Class in org.ojalgo.array.operation
-
Given two vectors x and y, each vector element of these vectors is replaced as follows: for i=1 to n, where H is a modified Givens transformation matrix whose values are stored in the param[1] through param[4] array.
- ROTM() - Constructor for class org.ojalgo.array.operation.ROTM
- ROTMG - Class in org.ojalgo.array.operation
-
Given Cartesian coordinates (x1, y1) of an input vector, these routines compute the components of a modified Givens transformation matrix H that zeros the y-component of the resulting vector:
- ROTMG() - Constructor for class org.ojalgo.array.operation.ROTMG
- ROUGHLY - Static variable in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
- roundToInt(double) - Static method in class org.ojalgo.function.special.MissingMath
- row - Variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- row - Variable in class org.ojalgo.structure.Structure2D.IntRowColumn
- row - Variable in class org.ojalgo.structure.Structure2D.LongRowColumn
- row - Variable in class org.ojalgo.structure.Structure2D.RowColumnKey
- row() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- row() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- row() - Method in class org.ojalgo.structure.Access2D.ElementView
- row() - Method in class org.ojalgo.structure.Access2D.RowView
- row() - Method in interface org.ojalgo.structure.ElementView2D
- row() - Method in class org.ojalgo.structure.Structure2D.IntRowColumn
- row() - Method in class org.ojalgo.structure.Structure2D.LongRowColumn
- row(double[]) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- row(int) - Method in class org.ojalgo.matrix.BasicMatrix
- row(int) - Method in interface org.ojalgo.matrix.store.MatrixStore
- row(int) - Method in interface org.ojalgo.structure.Structure2D.Logical
- row(int, int) - Static method in interface org.ojalgo.structure.Structure2D
- row(int, int[]) - Static method in interface org.ojalgo.structure.Structure2D
- row(long) - Method in class org.ojalgo.matrix.BasicMatrix
- row(long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- row(long) - Method in interface org.ojalgo.structure.Structure2D.Logical
- row(long, int) - Static method in interface org.ojalgo.structure.Structure2D
- row(long, long) - Static method in interface org.ojalgo.structure.Structure2D
- row(long, long[]) - Static method in interface org.ojalgo.structure.Structure2D
- row(Comparable<?>...) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- row(List<? extends Comparable<?>>) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- row(Access1D<?>) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
- row(Access2D<?>, long, double[], int, int) - Static method in class org.ojalgo.array.operation.COPY
- Row(String, FileFormatMPS.RowType, String) - Constructor for class org.ojalgo.optimisation.FileFormatMPS.Row
- ROW_NAME - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- ROW_TYPE - Static variable in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
- RowColumnKey(R, C) - Constructor for class org.ojalgo.structure.Structure2D.RowColumnKey
- RowColumnMapper(Structure2D, Structure1D.IndexMapper<R>, Structure1D.IndexMapper<C>) - Constructor for class org.ojalgo.structure.Structure2D.RowColumnMapper
- rows() - Method in class org.ojalgo.matrix.store.R032Store
- rows() - Method in class org.ojalgo.matrix.store.RowsSupplier
- rows() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- rows() - Method in interface org.ojalgo.structure.Access2D
- rows(double[][]) - Method in interface org.ojalgo.structure.Factory2D.TwoStep
-
Deprecated.v54 Use
RawStore.wrap(double[][])
instead. - rows(int...) - Method in class org.ojalgo.matrix.BasicMatrix
- rows(int...) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
A selection (re-ordering) of rows.
- rows(int...) - Method in class org.ojalgo.matrix.store.RowsSupplier
- rows(int...) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- rows(int...) - Method in interface org.ojalgo.structure.Access2D
- rows(int...) - Method in interface org.ojalgo.structure.Structure2D.Logical
-
A selection (re-ordering) of rows.
- rows(long...) - Method in class org.ojalgo.matrix.BasicMatrix
- rows(long...) - Method in interface org.ojalgo.matrix.store.MatrixStore
- rows(long...) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- rows(long...) - Method in interface org.ojalgo.structure.Access2D
- rows(long...) - Method in interface org.ojalgo.structure.Structure2D.Logical
- ROWS - org.ojalgo.optimisation.FileFormatMPS.FileSection
- RowsModifier(ElementsSupplier<N>, BinaryFunction<N>, Access1D<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.RowsModifier
- RowsModifier(Access1D<N>, BinaryFunction<N>, ElementsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.RowsModifier
- RowsReducer(MatrixStore<N>, Aggregator) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.RowsReducer
- RowsRegion(TransformableRegion<N>, TransformableRegion.FillByMultiplying<N>, int...) - Constructor for class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- RowsStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A selection (re-ordering) of rows.
- RowsStore(MatrixStore<N>, int...) - Constructor for class org.ojalgo.matrix.store.RowsStore
- RowsSupplier<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
Sparse rows – rows can be added and removed.
- RowsSupplier(PhysicalStore.Factory<N, ?>, int) - Constructor for class org.ojalgo.matrix.store.RowsSupplier
- RowsSupplier.SingleView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- RowType() - Constructor for enum org.ojalgo.optimisation.FileFormatMPS.RowType
- RowView(Access2D<N>) - Constructor for class org.ojalgo.structure.Access2D.RowView
- RowView(Access2D<N>, long) - Constructor for class org.ojalgo.structure.Access2D.RowView
- RowView(Access2D<N>, long, long) - Constructor for class org.ojalgo.structure.Access2D.RowView
- run() - Method in class org.ojalgo.netio.QueuedReader.Worker
- run() - Method in class org.ojalgo.netio.QueuedWriter.Worker
- run(int, Runnable) - Method in class org.ojalgo.concurrent.ProcessingService
-
Will create precisely
parallelism
tasks that each execute theprocessor
. - run(IntSupplier, Runnable) - Method in class org.ojalgo.concurrent.ProcessingService
- runningProduct(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- runningProduct(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- runningProduct(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- runningSum(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- runningSum(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- runningSum(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
S
- s - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
-
Array for internal storage of singular values.
- s - Variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- SAFE_LIMIT - Static variable in class org.ojalgo.scalar.RationalNumber
- sample() - Method in class org.ojalgo.random.FrequencyMap
- sample(DoubleUnaryOperator, PrimitiveFunction.SampleDomain) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
-
Sample, and transform, a function using the Discrete Fourier Transform.
- sample(PeriodicFunction, int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- SampleDomain(double, int) - Constructor for class org.ojalgo.function.PrimitiveFunction.SampleDomain
- SampleSet - Class in org.ojalgo.random
- SampleSet(Access1D<?>) - Constructor for class org.ojalgo.random.SampleSet
- SampleSet.CombineableSet<N extends java.lang.Comparable<N>> - Class in org.ojalgo.random
- SAWTOOTH - Static variable in class org.ojalgo.function.series.PeriodicFunction
-
https://en.wikipedia.org/wiki/Sawtooth_wave
- SC - org.ojalgo.optimisation.FileFormatMPS.BoundType
- SCAL - Class in org.ojalgo.array.operation
-
The ?scal routines perform a vector operation defined as x = a*x where: a is a scalar, x is an n-element vector.
- SCAL() - Constructor for class org.ojalgo.array.operation.SCAL
- scalar() - Method in class org.ojalgo.array.Array1D.Factory
- scalar() - Method in class org.ojalgo.array.Array2D.Factory
- scalar() - Method in class org.ojalgo.array.ArrayAnyD.Factory
- scalar() - Method in class org.ojalgo.array.ArrayFactory
- scalar() - Method in class org.ojalgo.array.BasicArray.Factory
- scalar() - Method in class org.ojalgo.array.BufferArray.Factory
- scalar() - Method in class org.ojalgo.array.BufferArray.MappedFileFactory
- scalar() - Method in class org.ojalgo.array.OffHeapArray.Factory
- scalar() - Method in class org.ojalgo.array.StrategyBuildingFactory
- scalar() - Method in class org.ojalgo.matrix.decomposition.AbstractDecomposition
- scalar() - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- scalar() - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- scalar() - Method in class org.ojalgo.matrix.MatrixFactory
- scalar() - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- scalar() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- scalar() - Method in class org.ojalgo.matrix.store.PrimitiveFactory
- scalar() - Method in class org.ojalgo.matrix.store.SparseStore.Factory
- scalar() - Method in class org.ojalgo.scalar.Quaternion
- scalar() - Method in interface org.ojalgo.structure.FactorySupplement
- scalar() - Method in class org.ojalgo.tensor.ArrayBasedTensor.Factory
- scalar() - Method in class org.ojalgo.tensor.TensorFactory1D
- scalar() - Method in class org.ojalgo.tensor.TensorFactory2D
- scalar() - Method in class org.ojalgo.tensor.TensorFactoryAnyD
- Scalar<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.scalar
-
A Scalar is:
- Scalar.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.scalar
- ScalarArray<N extends Scalar<N>> - Class in org.ojalgo.array
-
A one- and/or arbitrary-dimensional array of Scalar.
- ScalarArray(DenseArray.Factory<N>, int) - Constructor for class org.ojalgo.array.ScalarArray
- ScalarArray(DenseArray.Factory<N>, N[]) - Constructor for class org.ojalgo.array.ScalarArray
- ScalarOperation - Interface in org.ojalgo.algebra
- ScalarOperation.Addition<T,N extends java.lang.Comparable<N>> - Interface in org.ojalgo.algebra
- ScalarOperation.Division<T,N extends java.lang.Comparable<N>> - Interface in org.ojalgo.algebra
- ScalarOperation.Multiplication<T,N extends java.lang.Comparable<N>> - Interface in org.ojalgo.algebra
- ScalarOperation.Subtraction<T,N extends java.lang.Comparable<N>> - Interface in org.ojalgo.algebra
- ScalarPolynomial<N extends Scalar<N>,P extends ScalarPolynomial<N,P>> - Class in org.ojalgo.function.polynomial
- ScalarPolynomial(BasicArray<N>) - Constructor for class org.ojalgo.function.polynomial.ScalarPolynomial
- scale - Variable in class org.ojalgo.data.transform.DiscreteFourierTransform.Directive
-
Scale the output by the number of elements.
- scale() - Method in class org.ojalgo.function.BigFunction
- scale() - Method in class org.ojalgo.function.ComplexFunction
- scale() - Method in class org.ojalgo.function.FunctionSet
- scale() - Method in class org.ojalgo.function.PrimitiveFunction
- scale() - Method in class org.ojalgo.function.QuadrupleFunction
- scale() - Method in class org.ojalgo.function.QuaternionFunction
- scale() - Method in class org.ojalgo.function.RationalFunction
- scale(double) - Method in class org.ojalgo.ann.CalculationLayer
- scale(double[], int) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- scale(double, int) - Static method in class org.ojalgo.function.special.MissingMath
- scale(int, double) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- scale(BigDecimal) - Method in class org.ojalgo.type.context.NumberContext
- scale(SparseArray<Double>, double, int) - Static method in class org.ojalgo.optimisation.linear.SparseTableau
- SCALE - Static variable in class org.ojalgo.data.DataProcessors
-
Variables (columns) scaled to be within [-1.0,1.0] (divide by largest magnitude regardless of sign).
- SCALE - Static variable in class org.ojalgo.function.constant.BigMath
- SCALE - Static variable in class org.ojalgo.function.constant.ComplexMath
- SCALE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SCALE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SCALE - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SCALE - Static variable in class org.ojalgo.function.constant.RationalMath
- SCALE - Static variable in class org.ojalgo.optimisation.integer.NodeSolver
- scanEntities() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- ScedasticityModel - Interface in org.ojalgo.random.scedasticity
- schedule(Timer) - Method in class org.ojalgo.type.ScheduleBuilder
- ScheduleBuilder - Class in org.ojalgo.type
- ScheduleBuilder() - Constructor for class org.ojalgo.type.ScheduleBuilder
- ScheduleBuilder(TimerTask) - Constructor for class org.ojalgo.type.ScheduleBuilder
- scheme(String) - Method in class org.ojalgo.netio.ResourceLocator.Request
-
Protocol The default value is "https"
- scheme(String) - Method in class org.ojalgo.netio.ResourceLocator
-
Protocol The default value is "https"
- SchurComplementSolver() - Constructor for class org.ojalgo.optimisation.convex.IterativeASS.SchurComplementSolver
- SCIENTIFIC - org.ojalgo.type.format.NumberStyle
- ScoredDualWriter<T> - Interface in org.ojalgo.netio
- scrapeChallengeResponse(ResourceLocator.Session, ResourceLocator.Response) - Static method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- scrapeCrumbResponse(ResourceLocator.Session, ResourceLocator.Response) - Static method in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- SDOT - Class in org.ojalgo.array.operation
-
The ?sdot routines compute the inner product of two vectors with double precision.
- SDOT() - Constructor for class org.ojalgo.array.operation.SDOT
- searchAscending(Double) - Method in class org.ojalgo.array.ArrayR032
- searchAscending(Double) - Method in class org.ojalgo.array.ArrayR064
- searchAscending(Double) - Method in class org.ojalgo.array.ArrayZ008
- searchAscending(Double) - Method in class org.ojalgo.array.ArrayZ016
- searchAscending(Double) - Method in class org.ojalgo.array.ArrayZ032
- searchAscending(Double) - Method in class org.ojalgo.array.ArrayZ064
- searchAscending(Double) - Method in class org.ojalgo.array.BufferArray
- searchAscending(N) - Method in class org.ojalgo.array.PlainArray
- searchAscending(N) - Method in class org.ojalgo.array.ReferenceTypeArray
- second - Variable in class org.ojalgo.type.keyvalue.KeyValue.Dual
- second() - Method in interface org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
- second() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- second() - Method in class org.ojalgo.type.keyvalue.KeyValue.Dual
- second() - Method in interface org.ojalgo.type.keyvalue.KeyValue
- second(double) - Method in interface org.ojalgo.function.BinaryFunction
- second(N) - Method in interface org.ojalgo.function.BinaryFunction
-
Turns this binary function into a unary function with the second argument fixed/locked to the specified value.
- SECOND - org.ojalgo.type.CalendarDateUnit
- SecondOrderApproximation<N extends java.lang.Comparable<N>> - Class in org.ojalgo.function.multiary
- SecondOrderApproximation(MultiaryFunction.TwiceDifferentiable<N>, Access1D<N>) - Constructor for class org.ojalgo.function.multiary.SecondOrderApproximation
- SECONDS_PER_DAY - Static variable in class org.ojalgo.type.CalendarDate
- secure(boolean) - Method in class org.ojalgo.netio.ServiceClient.Request
-
https or http ?
- segment() - Method in class org.ojalgo.array.GrowthStrategy.Builder
- segment() - Method in class org.ojalgo.array.GrowthStrategy
- segment(long) - Method in class org.ojalgo.array.GrowthStrategy.Builder
- segment(long) - Method in class org.ojalgo.array.StrategyBuildingFactory
-
With very large data structures, particularly sparse ones, the underlying (dense) storage is segmented.
- Segment(long, long) - Constructor for class org.ojalgo.netio.SegmentedFile.Segment
- SEGMENT - Static variable in class org.ojalgo.array.GrowthStrategy.Builder
- segmentBytes(long) - Method in class org.ojalgo.netio.SegmentedFile.Builder
-
The target (max) size (bytes) of each segment.
- SegmentedArray<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
An array implemented as a sequence of segments that together make up the data structure.
- SegmentedArray(long, int, ArrayFactory<N, ?>) - Constructor for class org.ojalgo.array.SegmentedArray
- SegmentedArray(BasicArray<N>[], ArrayFactory<N, ?>) - Constructor for class org.ojalgo.array.SegmentedArray
- SegmentedFile - Class in org.ojalgo.netio
-
Divides a large file in segments and then reads those (in parallel) using memory mapped files (memory mapped file segments).
- SegmentedFile(RandomAccessFile, SegmentedFile.Segment[]) - Constructor for class org.ojalgo.netio.SegmentedFile
- SegmentedFile.Builder - Class in org.ojalgo.netio
- SegmentedFile.Segment - Class in org.ojalgo.netio
- segmentKiloBytes(long) - Method in class org.ojalgo.netio.SegmentedFile.Builder
- segmentMegaBytes(long) - Method in class org.ojalgo.netio.SegmentedFile.Builder
- segments() - Method in class org.ojalgo.netio.SegmentedFile
- select(int[], int[]) - Method in class org.ojalgo.matrix.BasicMatrix
- select(int[], int[]) - Method in interface org.ojalgo.matrix.store.MatrixStore
- select(int[], int[]) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- select(int[], int[]) - Method in interface org.ojalgo.structure.Access2D
- select(long...) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- select(long...) - Method in interface org.ojalgo.structure.Access1D
-
Creates a view of the underlying data structure of only the selected elements.
- select(long[]...) - Method in interface org.ojalgo.structure.AccessAnyD
-
Creates a view of the underlying data structure of only the selected elements.
- select(long[], long[]) - Method in class org.ojalgo.matrix.BasicMatrix
- select(long[], long[]) - Method in interface org.ojalgo.matrix.store.MatrixStore
- select(long[], long[]) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- select(long[], long[]) - Method in interface org.ojalgo.structure.Access2D
-
Creates a view of the underlying data structure of only the selected elements.
- SELECT - org.ojalgo.type.Operation
- selectColumns(int[]) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- SelectingStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
Selects (rearranges) existing rows and/or columns.
- SelectingStore(MatrixStore<N>, int, int) - Constructor for class org.ojalgo.matrix.store.SelectingStore
- SelectingStore(MatrixStore<N>, long, long) - Constructor for class org.ojalgo.matrix.store.SelectingStore
- SelectionView(Access1D<N>, long[]) - Constructor for class org.ojalgo.structure.Access1D.SelectionView
- SelectionView(Access2D<N>, long[], long[]) - Constructor for class org.ojalgo.structure.Access2D.SelectionView
- SelectionView(AccessAnyD<N>, long[][]) - Constructor for class org.ojalgo.structure.AccessAnyD.SelectionView
- selectRows(int[]) - Method in class org.ojalgo.matrix.store.RowsSupplier
- SelfDeclaringScalar<S extends SelfDeclaringScalar<S>> - Interface in org.ojalgo.scalar
- SEMICOLON - Static variable in class org.ojalgo.netio.ASCII
- send(HttpResponse.BodyHandler<T>) - Method in class org.ojalgo.netio.ServiceClient.Request
- send(ServiceClient.Request, HttpResponse.BodyHandler<T>) - Method in class org.ojalgo.netio.ServiceClient.Session
- Sense() - Constructor for enum org.ojalgo.optimisation.Optimisation.Sense
- sequence - Variable in class org.ojalgo.optimisation.integer.NodeKey
-
Node sequence number to keep track of in which order the nodes were created.
- SEQUENCE_GENERATOR - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- SequencedReader<S,T> - Class in org.ojalgo.netio
- SequencedReader(BlockingQueue<S>, Function<S, ? extends FromFileReader<T>>) - Constructor for class org.ojalgo.netio.SequencedReader
-
Create an
AutoSupplier
that will supply items from the containers, one after the other, until all containers are empty. - serialize(T, DataOutput) - Method in interface org.ojalgo.netio.DataWriter.Serializer
- serializeObjectToFile(T, File) - Static method in interface org.ojalgo.netio.ToFileWriter
- serialVersionUID - Static variable in class org.ojalgo.netio.ShardedFile
- serialVersionUID - Static variable in exception org.ojalgo.ProgrammingError
- serialVersionUID - Static variable in exception org.ojalgo.RecoverableCondition
- serialVersionUID - Static variable in class org.ojalgo.series.CoordinationSet
- serialVersionUID - Static variable in class org.ojalgo.type.format.BinaryFormat
- serialVersionUID - Static variable in class org.ojalgo.type.format.BooleanFormat
- serialVersionUID - Static variable in class org.ojalgo.type.format.StringFormat
- serialVersionUID - Static variable in class org.ojalgo.type.format.TransformationFormat
- series - Variable in class org.ojalgo.data.domain.finance.series.SourceCache.Value
- SeriesExtrapolator<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.series.function
-
An extrapolator produces new data points to existing series.
- SeriesExtrapolator(Map<String, ? extends BasicSeries<K, ? extends Comparable<?>>>) - Constructor for class org.ojalgo.series.function.SeriesExtrapolator
- SeriesExtrapolator(BasicSeries<K, ? extends Comparable<?>>) - Constructor for class org.ojalgo.series.function.SeriesExtrapolator
- SeriesForecaster - Class in org.ojalgo.series.function
-
A forecaster is restricted to CalendarDate keys and is intended to predict something related to future keys/dates.
- SeriesForecaster(Map<String, ? extends BasicSeries<CalendarDate, ? extends Comparable<?>>>) - Constructor for class org.ojalgo.series.function.SeriesForecaster
- SeriesForecaster(BasicSeries<CalendarDate, ? extends Number>) - Constructor for class org.ojalgo.series.function.SeriesForecaster
- SeriesForecaster(CalendarDateSeries<? extends Comparable<?>>) - Constructor for class org.ojalgo.series.function.SeriesForecaster
- SeriesForecaster(CoordinationSet<? extends Comparable<?>>) - Constructor for class org.ojalgo.series.function.SeriesForecaster
- SeriesFunction<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.series.function
-
A function that maps from a (collection of) series and one or more keys to a series of numbers.
- SeriesFunction() - Constructor for class org.ojalgo.series.function.SeriesFunction
- SeriesFunction(Map<String, ? extends BasicSeries<K, ? extends Comparable<?>>>) - Constructor for class org.ojalgo.series.function.SeriesFunction
- SeriesFunction(BasicSeries<K, ? extends Comparable<?>>) - Constructor for class org.ojalgo.series.function.SeriesFunction
- SeriesInterpolator<K extends java.lang.Comparable<? super K>> - Class in org.ojalgo.series.function
-
An interpolator produces new data points to existing series, inbetween existing keys.
- SeriesInterpolator - Class in org.ojalgo.series
- SeriesInterpolator() - Constructor for class org.ojalgo.series.SeriesInterpolator
- SeriesInterpolator(Map<String, ? extends BasicSeries<K, ? extends Comparable<?>>>) - Constructor for class org.ojalgo.series.function.SeriesInterpolator
- SeriesInterpolator(BasicSeries<K, ? extends Comparable<?>>) - Constructor for class org.ojalgo.series.function.SeriesInterpolator
- SeriesInterpolator(NumberContext) - Constructor for class org.ojalgo.series.SeriesInterpolator
- SeriesSet - Class in org.ojalgo.series.primitive
- SeriesSet(PrimitiveSeries[]) - Constructor for class org.ojalgo.series.primitive.SeriesSet
- ServiceClient - Class in org.ojalgo.netio
-
Make http/https calls.
- ServiceClient() - Constructor for class org.ojalgo.netio.ServiceClient
- ServiceClient.Request - Class in org.ojalgo.netio
- ServiceClient.Response<T> - Class in org.ojalgo.netio
-
This is actually a wrapper of a future response.
- ServiceClient.Session - Class in org.ojalgo.netio
-
When you need to make a sequence of calls maintaining some state inbetween calls.
- ServiceIntegration - Class in org.ojalgo.optimisation.service
- ServiceIntegration(String) - Constructor for class org.ojalgo.optimisation.service.ServiceIntegration
- ServiceSolver - Class in org.ojalgo.optimisation.service
- ServiceSolver(ExpressionsBasedModel, String) - Constructor for class org.ojalgo.optimisation.service.ServiceSolver
- session() - Static method in class org.ojalgo.netio.ResourceLocator
- Session() - Constructor for class org.ojalgo.netio.ResourceLocator.Session
- Session(HttpClient.Builder) - Constructor for class org.ojalgo.netio.ServiceClient.Session
- SESSION_ID - Static variable in class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- set(int[], byte) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int[], double) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int[], float) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int[], int) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int[], long) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int[], short) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int[], Comparable<?>) - Method in interface org.ojalgo.structure.MutateAnyD
- set(int, byte) - Method in class org.ojalgo.array.Array1D
- set(int, byte) - Method in class org.ojalgo.array.Array2D
- set(int, byte) - Method in class org.ojalgo.array.ArrayAnyD
- set(int, byte) - Method in class org.ojalgo.array.ArrayZ008
- set(int, byte) - Method in class org.ojalgo.array.BufferZ008
- set(int, byte) - Method in class org.ojalgo.array.PlainArray
- set(int, byte) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, byte) - Method in interface org.ojalgo.structure.Mutate1D
- set(int, byte) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, byte) - Method in class org.ojalgo.tensor.VectorTensor
- set(int, double) - Method in class org.ojalgo.array.Array1D
- set(int, double) - Method in class org.ojalgo.array.Array2D
- set(int, double) - Method in class org.ojalgo.array.ArrayAnyD
- set(int, double) - Method in class org.ojalgo.array.ArrayR032
- set(int, double) - Method in class org.ojalgo.array.ArrayR064
- set(int, double) - Method in class org.ojalgo.array.ArrayZ008
- set(int, double) - Method in class org.ojalgo.array.ArrayZ016
- set(int, double) - Method in class org.ojalgo.array.ArrayZ032
- set(int, double) - Method in class org.ojalgo.array.ArrayZ064
- set(int, double) - Method in class org.ojalgo.array.BufferR032
- set(int, double) - Method in class org.ojalgo.array.BufferR064
- set(int, double) - Method in class org.ojalgo.array.BufferZ008
- set(int, double) - Method in class org.ojalgo.array.BufferZ016
- set(int, double) - Method in class org.ojalgo.array.BufferZ032
- set(int, double) - Method in class org.ojalgo.array.BufferZ064
- set(int, double) - Method in class org.ojalgo.array.NumberList
- set(int, double) - Method in class org.ojalgo.array.OffHeapR032
- set(int, double) - Method in class org.ojalgo.array.OffHeapR064
- set(int, double) - Method in class org.ojalgo.array.OffHeapZ008
- set(int, double) - Method in class org.ojalgo.array.OffHeapZ016
- set(int, double) - Method in class org.ojalgo.array.OffHeapZ032
- set(int, double) - Method in class org.ojalgo.array.OffHeapZ064
- set(int, double) - Method in class org.ojalgo.array.PlainArray
- set(int, double) - Method in class org.ojalgo.array.ReferenceTypeArray
- set(int, double) - Method in class org.ojalgo.array.SegmentedArray
- set(int, double) - Method in class org.ojalgo.array.SparseArray
- set(int, double) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- set(int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, double) - Method in class org.ojalgo.optimisation.Expression
- set(int, double) - Method in interface org.ojalgo.structure.Mutate1D
- set(int, double) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, double) - Method in class org.ojalgo.structure.Primitive1D.Simple
- set(int, double) - Method in class org.ojalgo.structure.Primitive1D.Wrapper
- set(int, double) - Method in class org.ojalgo.structure.PrimitiveAnyD.Simple
- set(int, double) - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- set(int, double) - Method in class org.ojalgo.tensor.AnyTensor
- set(int, double) - Method in class org.ojalgo.tensor.VectorTensor
- set(int, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- set(int, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- set(int, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- set(int, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- set(int, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- set(int, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- set(int, double) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- set(int, float) - Method in class org.ojalgo.array.Array1D
- set(int, float) - Method in class org.ojalgo.array.Array2D
- set(int, float) - Method in class org.ojalgo.array.ArrayAnyD
- set(int, float) - Method in class org.ojalgo.array.ArrayR032
- set(int, float) - Method in class org.ojalgo.array.ArrayZ008
- set(int, float) - Method in class org.ojalgo.array.ArrayZ016
- set(int, float) - Method in class org.ojalgo.array.ArrayZ032
- set(int, float) - Method in class org.ojalgo.array.ArrayZ064
- set(int, float) - Method in class org.ojalgo.array.BufferR032
- set(int, float) - Method in class org.ojalgo.array.PlainArray
- set(int, float) - Method in class org.ojalgo.array.ReferenceTypeArray
- set(int, float) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, float) - Method in interface org.ojalgo.structure.Mutate1D
- set(int, float) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, float) - Method in class org.ojalgo.tensor.VectorTensor
- set(int, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- set(int, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- set(int, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- set(int, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- set(int, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- set(int, float) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- set(int, int) - Method in class org.ojalgo.array.Array1D
- set(int, int) - Method in class org.ojalgo.array.Array2D
- set(int, int) - Method in class org.ojalgo.array.ArrayAnyD
- set(int, int) - Method in class org.ojalgo.array.ArrayZ032
- set(int, int) - Method in class org.ojalgo.array.BufferZ032
- set(int, int) - Method in class org.ojalgo.array.PlainArray
- set(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int) - Method in interface org.ojalgo.structure.Mutate1D
- set(int, int) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int) - Method in class org.ojalgo.tensor.VectorTensor
- set(int, int, byte) - Method in class org.ojalgo.array.Array2D
- set(int, int, byte) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int, byte) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int, byte) - Method in class org.ojalgo.tensor.MatrixTensor
- set(int, int, double) - Method in class org.ojalgo.array.Array2D
- set(int, int, double) - Method in class org.ojalgo.data.image.ImageData
- set(int, int, double) - Method in class org.ojalgo.matrix.DenseMutator2D
- set(int, int, double) - Method in class org.ojalgo.matrix.SparseMutator2D
- set(int, int, double) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- set(int, int, double) - Method in class org.ojalgo.matrix.store.GenericStore
- set(int, int, double) - Method in class org.ojalgo.matrix.store.R032Store
- set(int, int, double) - Method in class org.ojalgo.matrix.store.R064Store
- set(int, int, double) - Method in class org.ojalgo.matrix.store.RawStore
- set(int, int, double) - Method in class org.ojalgo.matrix.store.RowsSupplier
- set(int, int, double) - Method in class org.ojalgo.matrix.store.SparseStore.Builder
- set(int, int, double) - Method in class org.ojalgo.matrix.store.SparseStore
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- set(int, int, double) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- set(int, int, double) - Method in class org.ojalgo.optimisation.Expression
- set(int, int, double) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- set(int, int, double) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- set(int, int, double) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int, double) - Method in class org.ojalgo.structure.Primitive2D.Simple
- set(int, int, double) - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- set(int, int, double) - Method in class org.ojalgo.tensor.MatrixTensor
- set(int, int, float) - Method in class org.ojalgo.array.Array2D
- set(int, int, float) - Method in class org.ojalgo.data.image.ImageData
- set(int, int, float) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int, float) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int, float) - Method in class org.ojalgo.tensor.MatrixTensor
- set(int, int, int) - Method in class org.ojalgo.array.Array2D
- set(int, int, int) - Method in class org.ojalgo.data.image.ImageData
- set(int, int, int) - Method in class org.ojalgo.data.image.ImageData.SingleChannel
- set(int, int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int, int) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- set(int, int, long) - Method in class org.ojalgo.array.Array2D
- set(int, int, long) - Method in class org.ojalgo.data.image.ImageData
- set(int, int, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int, long) - Method in class org.ojalgo.optimisation.Expression
- set(int, int, long) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int, long) - Method in class org.ojalgo.tensor.MatrixTensor
- set(int, int, short) - Method in class org.ojalgo.array.Array2D
- set(int, int, short) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, int, short) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, int, short) - Method in class org.ojalgo.tensor.MatrixTensor
- set(int, int, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- set(int, long) - Method in class org.ojalgo.array.Array1D
- set(int, long) - Method in class org.ojalgo.array.Array2D
- set(int, long) - Method in class org.ojalgo.array.ArrayAnyD
- set(int, long) - Method in class org.ojalgo.array.ArrayR032
- set(int, long) - Method in class org.ojalgo.array.ArrayR064
- set(int, long) - Method in class org.ojalgo.array.ArrayR256
- set(int, long) - Method in class org.ojalgo.array.ArrayZ008
- set(int, long) - Method in class org.ojalgo.array.ArrayZ016
- set(int, long) - Method in class org.ojalgo.array.ArrayZ032
- set(int, long) - Method in class org.ojalgo.array.ArrayZ064
- set(int, long) - Method in class org.ojalgo.array.BufferR032
- set(int, long) - Method in class org.ojalgo.array.BufferR064
- set(int, long) - Method in class org.ojalgo.array.BufferZ008
- set(int, long) - Method in class org.ojalgo.array.BufferZ016
- set(int, long) - Method in class org.ojalgo.array.BufferZ032
- set(int, long) - Method in class org.ojalgo.array.BufferZ064
- set(int, long) - Method in class org.ojalgo.array.PlainArray
- set(int, long) - Method in class org.ojalgo.array.ScalarArray
- set(int, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, long) - Method in class org.ojalgo.optimisation.Expression
- set(int, long) - Method in interface org.ojalgo.structure.Mutate1D
- set(int, long) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, long) - Method in class org.ojalgo.tensor.VectorTensor
- set(int, short) - Method in class org.ojalgo.array.Array1D
- set(int, short) - Method in class org.ojalgo.array.Array2D
- set(int, short) - Method in class org.ojalgo.array.ArrayAnyD
- set(int, short) - Method in class org.ojalgo.array.ArrayZ016
- set(int, short) - Method in class org.ojalgo.array.BufferZ016
- set(int, short) - Method in class org.ojalgo.array.PlainArray
- set(int, short) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(int, short) - Method in interface org.ojalgo.structure.Mutate1D
- set(int, short) - Method in interface org.ojalgo.structure.Mutate2D
- set(int, short) - Method in class org.ojalgo.tensor.VectorTensor
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayR032
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayR064
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ008
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ016
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ032
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ArrayZ064
- set(int, Comparable<?>) - Method in class org.ojalgo.array.BufferArray
- set(int, Comparable<?>) - Method in class org.ojalgo.array.PlainArray
- set(int, Comparable<?>) - Method in class org.ojalgo.array.ReferenceTypeArray
- set(int, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- set(int, N) - Method in class org.ojalgo.array.Array1D
- set(int, N) - Method in class org.ojalgo.array.NumberList
- set(int, N) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- set(int, N) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
- set(int, T) - Method in class org.ojalgo.type.collection.CloseableList
- set(long[], byte) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], byte) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], byte) - Method in class org.ojalgo.tensor.AnyTensor
- set(long[], double) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], double) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], double) - Method in class org.ojalgo.tensor.AnyTensor
- set(long[], float) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], float) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], float) - Method in class org.ojalgo.tensor.AnyTensor
- set(long[], int) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], int) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], int) - Method in class org.ojalgo.tensor.AnyTensor
- set(long[], long) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], long) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], long) - Method in class org.ojalgo.tensor.AnyTensor
- set(long[], short) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], short) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], short) - Method in class org.ojalgo.tensor.AnyTensor
- set(long[], Comparable<?>) - Method in class org.ojalgo.array.ArrayAnyD
- set(long[], Comparable<?>) - Method in interface org.ojalgo.structure.MutateAnyD
- set(long[], Comparable<?>) - Method in class org.ojalgo.structure.PrimitiveAnyD
- set(long[], Comparable<?>) - Method in class org.ojalgo.tensor.AnyTensor
- set(long, byte) - Method in class org.ojalgo.array.Array1D
- set(long, byte) - Method in class org.ojalgo.array.Array2D
- set(long, byte) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, byte) - Method in class org.ojalgo.array.OffHeapZ008
- set(long, byte) - Method in class org.ojalgo.array.PlainArray
- set(long, byte) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, byte) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, byte) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, byte) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, double) - Method in class org.ojalgo.array.Array1D
- set(long, double) - Method in class org.ojalgo.array.Array2D
- set(long, double) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, double) - Method in class org.ojalgo.array.NumberList
- set(long, double) - Method in class org.ojalgo.array.OffHeapR032
- set(long, double) - Method in class org.ojalgo.array.OffHeapR064
- set(long, double) - Method in class org.ojalgo.array.OffHeapZ008
- set(long, double) - Method in class org.ojalgo.array.OffHeapZ016
- set(long, double) - Method in class org.ojalgo.array.OffHeapZ032
- set(long, double) - Method in class org.ojalgo.array.OffHeapZ064
- set(long, double) - Method in class org.ojalgo.array.PlainArray
- set(long, double) - Method in class org.ojalgo.array.SegmentedArray
- set(long, double) - Method in class org.ojalgo.array.SparseArray
- set(long, double) - Method in class org.ojalgo.equation.Equation
- set(long, double) - Method in class org.ojalgo.matrix.DenseMutator2D
- set(long, double) - Method in class org.ojalgo.matrix.SparseMutator2D
- set(long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, double) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, double) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, double) - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- set(long, double) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, double) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- set(long, float) - Method in class org.ojalgo.array.Array1D
- set(long, float) - Method in class org.ojalgo.array.Array2D
- set(long, float) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, float) - Method in class org.ojalgo.array.NumberList
- set(long, float) - Method in class org.ojalgo.array.OffHeapR032
- set(long, float) - Method in class org.ojalgo.array.OffHeapR064
- set(long, float) - Method in class org.ojalgo.array.OffHeapZ008
- set(long, float) - Method in class org.ojalgo.array.OffHeapZ016
- set(long, float) - Method in class org.ojalgo.array.OffHeapZ032
- set(long, float) - Method in class org.ojalgo.array.OffHeapZ064
- set(long, float) - Method in class org.ojalgo.array.PlainArray
- set(long, float) - Method in class org.ojalgo.array.SegmentedArray
- set(long, float) - Method in class org.ojalgo.array.SparseArray
- set(long, float) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, float) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, float) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, float) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, float) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- set(long, int) - Method in class org.ojalgo.array.Array1D
- set(long, int) - Method in class org.ojalgo.array.Array2D
- set(long, int) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, int) - Method in class org.ojalgo.array.OffHeapZ032
- set(long, int) - Method in class org.ojalgo.array.PlainArray
- set(long, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, int) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, int) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, int) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, long) - Method in class org.ojalgo.array.Array1D
- set(long, long) - Method in class org.ojalgo.array.Array2D
- set(long, long) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, long) - Method in class org.ojalgo.array.OffHeapZ064
- set(long, long) - Method in class org.ojalgo.array.PlainArray
- set(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, long) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, long, byte) - Method in class org.ojalgo.array.Array2D
- set(long, long, byte) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, byte) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, byte) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, long, double) - Method in class org.ojalgo.array.Array2D
- set(long, long, double) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, double) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, double) - Method in class org.ojalgo.structure.Primitive2D.Wrapper
- set(long, long, double) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, long, float) - Method in class org.ojalgo.array.Array2D
- set(long, long, float) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, float) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, float) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, long, int) - Method in class org.ojalgo.array.Array2D
- set(long, long, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, int) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, int) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, long, long) - Method in class org.ojalgo.array.Array2D
- set(long, long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, long) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, long, short) - Method in class org.ojalgo.array.Array2D
- set(long, long, short) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, short) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, short) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, long, Comparable<?>) - Method in class org.ojalgo.array.Array2D
- set(long, long, Comparable<?>) - Method in class org.ojalgo.data.image.ImageData
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.SparseMutator2D
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.GenericStore
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.R032Store
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.R064Store
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.RawStore
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.RowsSupplier
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.SparseStore.Builder
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.SparseStore
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.ColumnsRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.LimitRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.OffsetRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.RowsRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- set(long, long, Comparable<?>) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- set(long, long, Comparable<?>) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, long, Comparable<?>) - Method in class org.ojalgo.structure.Primitive2D
- set(long, long, Comparable<?>) - Method in class org.ojalgo.tensor.MatrixTensor
- set(long, short) - Method in class org.ojalgo.array.Array1D
- set(long, short) - Method in class org.ojalgo.array.Array2D
- set(long, short) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, short) - Method in class org.ojalgo.array.OffHeapZ016
- set(long, short) - Method in class org.ojalgo.array.PlainArray
- set(long, short) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, short) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, short) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, short) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, Comparable<?>) - Method in class org.ojalgo.array.Array1D
- set(long, Comparable<?>) - Method in class org.ojalgo.array.Array2D
- set(long, Comparable<?>) - Method in class org.ojalgo.array.ArrayAnyD
- set(long, Comparable<?>) - Method in class org.ojalgo.array.NumberList
- set(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapR032
- set(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapR064
- set(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ008
- set(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ016
- set(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ032
- set(long, Comparable<?>) - Method in class org.ojalgo.array.OffHeapZ064
- set(long, Comparable<?>) - Method in class org.ojalgo.array.PlainArray
- set(long, Comparable<?>) - Method in class org.ojalgo.array.SegmentedArray
- set(long, Comparable<?>) - Method in class org.ojalgo.array.SparseArray
- set(long, Comparable<?>) - Method in class org.ojalgo.equation.Equation
- set(long, Comparable<?>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- set(long, Comparable<?>) - Method in class org.ojalgo.matrix.DenseMutator2D
- set(long, Comparable<?>) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- set(long, Comparable<?>) - Method in interface org.ojalgo.structure.Mutate1D
- set(long, Comparable<?>) - Method in interface org.ojalgo.structure.Mutate2D
- set(long, Comparable<?>) - Method in class org.ojalgo.structure.Primitive1D
- set(long, Comparable<?>) - Method in class org.ojalgo.structure.PrimitiveAnyD
- set(long, Comparable<?>) - Method in class org.ojalgo.tensor.AnyTensor
- set(long, Comparable<?>) - Method in class org.ojalgo.tensor.VectorTensor
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- set(long, Comparable<?>) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- set(K, byte) - Method in class org.ojalgo.structure.Keyed1D
- set(K, double) - Method in class org.ojalgo.structure.Keyed1D
- set(K, float) - Method in class org.ojalgo.structure.Keyed1D
- set(K, int) - Method in class org.ojalgo.structure.Keyed1D
- set(K, long) - Method in class org.ojalgo.structure.Keyed1D
- set(K, short) - Method in class org.ojalgo.structure.Keyed1D
- set(K, Comparable<?>) - Method in class org.ojalgo.structure.Keyed1D
- set(N) - Method in class org.ojalgo.structure.Iterator1D
- set(ExpressionsBasedModel, Primitive2D, int, int, int, Variable, double) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- set(ExpressionsBasedModel, Primitive2D, int, int, int, Structure1D.IntIndex, double) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- set(Variable, double) - Method in class org.ojalgo.optimisation.Expression
- set(Variable, long) - Method in class org.ojalgo.optimisation.Expression
- set(Variable, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
-
Will set (replace) the variable's factor to this value
- set(Variable, Variable, double) - Method in class org.ojalgo.optimisation.Expression
- set(Variable, Variable, long) - Method in class org.ojalgo.optimisation.Expression
- set(Variable, Variable, Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- set(Access1D<?>) - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- set(Access1D<?>) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
- set(R, C, byte) - Method in class org.ojalgo.structure.Keyed2D
- set(R, C, double) - Method in class org.ojalgo.structure.Keyed2D
- set(R, C, float) - Method in class org.ojalgo.structure.Keyed2D
- set(R, C, int) - Method in class org.ojalgo.structure.Keyed2D
- set(R, C, long) - Method in class org.ojalgo.structure.Keyed2D
- set(R, C, short) - Method in class org.ojalgo.structure.Keyed2D
- set(R, C, Comparable<?>) - Method in class org.ojalgo.structure.Keyed2D
- SET - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- SET - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- SET - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- SET - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- SET - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- SET - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- SET - Static variable in class org.ojalgo.function.BigFunction
- SET - Static variable in class org.ojalgo.function.ComplexFunction
- SET - Static variable in class org.ojalgo.function.PrimitiveFunction
- SET - Static variable in class org.ojalgo.function.QuadrupleFunction
- SET - Static variable in class org.ojalgo.function.QuaternionFunction
- SET - Static variable in class org.ojalgo.function.RationalFunction
- setAccuracyContext(NumberContext) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- setAccuracyContext(NumberContext) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- setActivator(int, ArtificialNeuralNetwork.Activator) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- setActivator(int, ArtificialNeuralNetwork.Activator) - Method in class org.ojalgo.ann.WrappedANN
- setActivator(ArtificialNeuralNetwork.Activator) - Method in class org.ojalgo.ann.CalculationLayer
- setAE(int, int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setAE(int, int, Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setAI(int, int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setAI(int, int, Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setAllOperationThresholds(int) - Static method in interface org.ojalgo.matrix.operation.MatrixOperation
-
Sets all matrix size operation thresholds to precisly this value.
- setARGB(int, int, int) - Method in class org.ojalgo.data.image.ImageData
- setBE(int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setBE(int, ModelEntity<?>, Optimisation.ConstraintType, Comparable<?>, boolean) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setBI(int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setBI(int, ModelEntity<?>, Optimisation.ConstraintType, Comparable<?>, boolean) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setBias(int, double) - Method in class org.ojalgo.ann.CalculationLayer
- setBias(int, int, double) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- setBias(int, int, double) - Method in class org.ojalgo.ann.WrappedANN
- setBounds(Access1D<Double>, Access1D<Double>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- setByte(long, long, byte) - Static method in class org.ojalgo.type.NativeMemory
- setColour(ColourData) - Method in interface org.ojalgo.series.BasicSeries
- setColour(ColourData) - Method in class org.ojalgo.series.MappedIndexSeries
- setColour(ColourData) - Method in class org.ojalgo.series.TreeSeries
- setColumnValue(String, BigDecimal) - Method in class org.ojalgo.optimisation.FileFormatMPS.Row
- setCompoundFactorsOffset(List<Variable>, Access1D<?>) - Method in class org.ojalgo.optimisation.Expression
-
Will set the quadratic and linear factors to an expression that measures (the square of) the distance from the given point.
- setConfidence(Comparable<?>) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel
- setConfiguration(TrainingConfiguration) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- setConfigurator(Object) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
A configurator for 3:d party solvers.
- setConstant(double) - Method in class org.ojalgo.optimisation.Expression
- setConstant(long) - Method in class org.ojalgo.optimisation.Expression
- setConstant(Comparable<?>) - Method in class org.ojalgo.function.multiary.AffineFunction
- setConstant(Comparable<?>) - Method in class org.ojalgo.function.multiary.ConstantFunction
- setConstant(Comparable<?>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.Constant
- setConstant(Comparable<?>) - Method in class org.ojalgo.function.multiary.PureQuadraticFunction
- setConstant(Comparable<?>) - Method in class org.ojalgo.function.multiary.QuadraticFunction
- setConstant(Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexObjectiveFunction
- setConstant(Comparable<?>) - Method in class org.ojalgo.optimisation.Expression
- setConstraintMap(int, ModelEntity<?>, Optimisation.ConstraintType) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- setConstraintMap(int, ModelEntity<?>, Optimisation.ConstraintType, boolean) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- setConstraintNegated(int, boolean) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- setConstraintToInclude(int) - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- setCurrentValue(double) - Method in class org.ojalgo.random.process.AbstractProcess
- setCurrentValue(double) - Method in class org.ojalgo.random.process.MultipleValuesBasedProcess
- setCurrentValue(double) - Method in class org.ojalgo.random.process.SingleValueBasedProcess
- setD(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- setD(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- setDebugPrinter(BasicLogger) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- setDebugPrinter(BasicLogger) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- setDouble(long, long, double) - Static method in class org.ojalgo.type.NativeMemory
- setEigenvalues(Array1D<ComplexNumber>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- setEntry(int, ModelEntity<?>, Optimisation.ConstraintType) - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- setEntry(int, ModelEntity<?>, Optimisation.ConstraintType, boolean) - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- setEntry(int, ModelEntity<?>, Optimisation.ConstraintType, boolean) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setEqualities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- setFixed(BigDecimal) - Method in class org.ojalgo.optimisation.Variable
- setFloat(long, long, float) - Static method in class org.ojalgo.type.NativeMemory
- setFragment(String) - Method in class org.ojalgo.netio.ResourceSpecification
- setHost(String) - Method in class org.ojalgo.netio.ResourceSpecification
- setInequalities(Access2D<?>, Access1D<?>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- setInfeasible() - Method in class org.ojalgo.optimisation.Expression
- setInfeasible() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- setInPlace(Access2D.Collectable<N, ? super DecompositionStore<N>>) - Method in class org.ojalgo.matrix.decomposition.InPlaceDecomposition
- setInput(Access1D<Double>) - Method in class org.ojalgo.ann.WrappedANN
- setInt(long, long, int) - Static method in class org.ojalgo.type.NativeMemory
- setInteger() - Method in class org.ojalgo.optimisation.Expression
- setInteger(boolean) - Method in class org.ojalgo.optimisation.Variable
- setIntegrationSwitch(boolean) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- setIterationsLimit(int) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- setIterationsLimit(int) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- setKnownSolution(Optimisation.Result) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Same as
ExpressionsBasedModel.setKnownSolution(org.ojalgo.optimisation.Optimisation.Result, BiConsumer)
but with a no-op handler. - setKnownSolution(Optimisation.Result, BiConsumer<ExpressionsBasedModel, Access1D<BigDecimal>>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
For test/validation during solver development.
- setLinearFactors(List<Variable>, Access1D<?>) - Method in class org.ojalgo.optimisation.Expression
- setLinearFactorsSimple(List<Variable>) - Method in class org.ojalgo.optimisation.Expression
-
Will set the linear factors to a simple sum expression - all factors equal 1.0.
- setLong(long, long, long) - Static method in class org.ojalgo.type.NativeMemory
- setLowerLimit(int, BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- setMeanReturn(BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- setMultiplierScale(double) - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- setName(String) - Method in class org.ojalgo.netio.InMemoryFile
- setName(String) - Method in interface org.ojalgo.series.BasicSeries
- setName(String) - Method in class org.ojalgo.series.MappedIndexSeries
- setName(String) - Method in class org.ojalgo.series.TreeSeries
- setNodeState(ExpressionsBasedModel, ModelStrategy) - Method in class org.ojalgo.optimisation.integer.NodeKey
- setNumberOfVariables(int) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- setObjective(int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setObjective(int, int, double) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setObjective(int, int, Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setObjective(int, Comparable<?>) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setObjective(MultiaryFunction.TwiceDifferentiable<Double>) - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- setObjectiveAdjustmentFactor(double) - Method in class org.ojalgo.optimisation.linear.LinearStructure
- setObservations(Collection<? extends EntryPair.KeyedPrimitive<Double>>) - Method in class org.ojalgo.random.process.MultipleValuesBasedProcess
- setOptimisationSense(Optimisation.Sense) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- setPath(String) - Method in class org.ojalgo.netio.ResourceSpecification
- setPort(int) - Method in class org.ojalgo.netio.ResourceSpecification
-
The default (null) value is -1.
- setQuadraticFactors(List<Variable>, Access2D<?>) - Method in class org.ojalgo.optimisation.Expression
- setQuery(String) - Method in class org.ojalgo.netio.ResourceSpecification
- setRandom(Random) - Method in class org.ojalgo.random.RandomNumber
-
Lets you choose between different
Random
implementations:Random
ThreadLocalRandom
SecureRandom
... - setRedundant() - Method in class org.ojalgo.optimisation.Expression
- setRelaxationFactor(double) - Method in class org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
- setReturnVariance(BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- setRHS(double) - Method in class org.ojalgo.equation.Equation
- setRiskAversion(Comparable<?>) - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- setRiskAversion(Comparable<?>) - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- setRowValue(String, BigDecimal) - Method in class org.ojalgo.optimisation.FileFormatMPS.Column
- setScale(BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- setScheme(String) - Method in class org.ojalgo.netio.ResourceSpecification
-
Protocol, the default value is "https"
- setSeed(long) - Method in class org.ojalgo.random.LogNormal
- setSeed(long) - Static method in class org.ojalgo.random.Random1D
- setSeed(long) - Method in class org.ojalgo.random.RandomNumber
- setShort(long, long, short) - Static method in class org.ojalgo.type.NativeMemory
- setShortingAllowed(boolean) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- setSingularValues(Array1D<Double>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- setState(Optimisation.State) - Method in class org.ojalgo.optimisation.GenericSolver
-
As the solver algorithm reaches various states it should be recorded here.
- setSwitch(ExpressionsBasedModel, boolean) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- setTargetReturn(BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
-
Will set the target return to whatever you input and the target variance to
null
. - setTargetVariance(BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
-
Will set the target variance to whatever you input and the target return to
null
. - setThreshold(N) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- setThresholdsMaxValue(int) - Static method in interface org.ojalgo.matrix.operation.MatrixOperation
-
Will make sure no matrix size operation thresholds are larger than the supplied value.
- setThresholdsMinValue(int) - Static method in interface org.ojalgo.matrix.operation.MatrixOperation
-
Will make sure all matrix size operation thresholds are at least as large as the supplied value.
- setToIdentity(int) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- setToIdentity(int) - Method in class org.ojalgo.matrix.store.GenericStore
- setToIdentity(int) - Method in class org.ojalgo.matrix.store.R064Store
- setType(String) - Method in class org.ojalgo.netio.InMemoryFile
- setUnbounded(boolean) - Method in class org.ojalgo.optimisation.Variable
- setup(Collection<Point>, ToDoubleBiFunction<Point, Point>) - Method in class org.ojalgo.data.cluster.PointDistanceCache
- setup(SimplexStore) - Method in class org.ojalgo.optimisation.linear.DualSimplexSolver
- setup(SimplexStore) - Method in class org.ojalgo.optimisation.linear.PhasedSimplexSolver
- setup(SimplexStore) - Method in class org.ojalgo.optimisation.linear.PrimalSimplexSolver
- setup(SimplexStore) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
-
Determine if non-basic variables are at their lower or upper bound (or if they are unbounded) Shift ranges/bounds so that (one of) the bound(s) is at zero Assumes that the ranges/bounds of basic variables are already defined this way.
- setup0(double[], double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- setup0(Access1D<?>, boolean, boolean, double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- setup1(double[], double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- setup1(Access1D<?>, boolean, boolean, double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- setup2(double[], int[], double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- setup2(Access1D<?>, boolean, boolean, int[], double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- setupClassicPhase1Objective() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- setupClassicPhase1Objective() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- setupClassicPhase1Objective() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- setUpperLimit(int, BigDecimal) - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- setV(MatrixStore<N>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
- setValidator(ExpressionsBasedModel.Validator) - Method in class org.ojalgo.optimisation.GenericSolver
-
Optionally set a validator.
- setValue(double) - Method in class org.ojalgo.random.process.GaussianProcess
- setValue(double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- setValue(double) - Method in interface org.ojalgo.random.process.Process1D.ComponentProcess
- setValue(double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- setValue(double) - Method in class org.ojalgo.random.process.WienerProcess
- setValue(int, double) - Method in class org.ojalgo.random.process.Process1D
- setValue(int, PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- setValue(int, PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectDouble
- setValue(int, PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectFloat
- setValue(int, PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectInt
- setValue(int, PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectLong
- setValue(int, PrimitiveNumber) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- setValue(int, V) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectObject
- setValue(int, V) - Method in class org.ojalgo.type.keyvalue.EntrySet
- setValue(Comparable<?>) - Method in class org.ojalgo.optimisation.Variable
- setValue(V) - Method in interface org.ojalgo.type.keyvalue.EntryPair
- setValue(V) - Method in class org.ojalgo.type.keyvalue.EntrySet.EntryView
- setValues(Access1D<?>) - Method in class org.ojalgo.random.process.Process1D
- setVariableIndices(int, int) - Method in class org.ojalgo.optimisation.convex.ConvexData
- setWeight(int, int, double) - Method in class org.ojalgo.ann.CalculationLayer
- setWeight(int, int, int, double) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- setWeight(int, int, int, double) - Method in class org.ojalgo.ann.WrappedANN
- SEVEN - Static variable in class org.ojalgo.function.constant.BigMath
- SEVEN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SEVEN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SEVEN - Static variable in class org.ojalgo.function.constant.RationalMath
- SEVENTH - Static variable in class org.ojalgo.function.constant.BigMath
- SEVENTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SEVENTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SEVENTH - Static variable in class org.ojalgo.function.constant.RationalMath
- ShadingStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
Does not change the matrix size/shape, but applies some structure to the elements.
- ShadingStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.ShadingStore
- SHALLOW_SIZE - Static variable in class org.ojalgo.matrix.store.R064Store
- shape() - Method in class org.ojalgo.array.ArrayAnyD
- shape() - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- shape() - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- shape() - Method in interface org.ojalgo.structure.StructureAnyD
- shape() - Method in class org.ojalgo.tensor.AnyTensor
- shape(Structure1D) - Static method in interface org.ojalgo.structure.StructureAnyD
- shard(int) - Method in class org.ojalgo.netio.ShardedFile
- ShardedFile - Class in org.ojalgo.netio
- ShardedFile(File, int) - Constructor for class org.ojalgo.netio.ShardedFile
- ShardedWriter<T> - Class in org.ojalgo.netio
- ShardedWriter(ToFileWriter<T>[]) - Constructor for class org.ojalgo.netio.ShardedWriter
- ShardedWriter.GeneralShardedConsumer<T> - Class in org.ojalgo.netio
- ShardedWriter.PowerOf2ShardedConsumer<T> - Class in org.ojalgo.netio
- shards() - Method in class org.ojalgo.netio.ShardedFile
- shift(int, double, double) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- shift(int, SimplexStore.ColumnState) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- shift(BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
-
Add this shift to the lower/upper limits, if they exist.
- shift(MatrixStore<N>) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
-
There is a symmetry in the DFT matrix.
- shift(Access1D<?>) - Method in class org.ojalgo.function.multiary.ApproximateFunction
- SHIFT_ALPHA - Static variable in class org.ojalgo.data.image.ImageData
- SHIFT_BLUE - Static variable in class org.ojalgo.data.image.ImageData
- SHIFT_GREEN - Static variable in class org.ojalgo.data.image.ImageData
- SHIFT_RED - Static variable in class org.ojalgo.data.image.ImageData
- shiftColumn(int, double) - Method in class org.ojalgo.optimisation.linear.DenseTableau
- shiftColumn(int, double) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- shiftColumn(int, double) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- shiftColumn(int, double) - Method in class org.ojalgo.optimisation.linear.SparseTableau
- SHORT - org.ojalgo.machine.JavaType
- SHORT - org.ojalgo.type.format.DateStyle
- shortValue() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- shortValue() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- shortValue() - Method in interface org.ojalgo.type.NumberDefinition
- shortValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- shortValue() - Method in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- shortValue(int) - Method in class org.ojalgo.array.Array1D
- shortValue(int) - Method in class org.ojalgo.array.Array2D
- shortValue(int) - Method in class org.ojalgo.array.ArrayAnyD
- shortValue(int) - Method in class org.ojalgo.array.ArrayR032
- shortValue(int) - Method in class org.ojalgo.array.ArrayR064
- shortValue(int) - Method in class org.ojalgo.array.ArrayR256
- shortValue(int) - Method in class org.ojalgo.array.ArrayZ016
- shortValue(int) - Method in class org.ojalgo.array.ArrayZ032
- shortValue(int) - Method in class org.ojalgo.array.ArrayZ064
- shortValue(int) - Method in class org.ojalgo.array.BufferZ016
- shortValue(int) - Method in class org.ojalgo.array.BufferZ032
- shortValue(int) - Method in class org.ojalgo.array.BufferZ064
- shortValue(int) - Method in class org.ojalgo.array.OffHeapZ016
- shortValue(int) - Method in class org.ojalgo.array.PlainArray
- shortValue(int) - Method in class org.ojalgo.array.ScalarArray
- shortValue(int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- shortValue(int) - Method in interface org.ojalgo.structure.Access1D
- shortValue(int) - Method in interface org.ojalgo.structure.Access2D
- shortValue(int) - Method in class org.ojalgo.tensor.VectorTensor
- shortValue(int) - Method in class org.ojalgo.type.keyvalue.IndexedMap.MappedPrimitives
- shortValue(int...) - Method in interface org.ojalgo.structure.AccessAnyD
- shortValue(int, int) - Method in class org.ojalgo.array.Array2D
- shortValue(int, int) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- shortValue(int, int) - Method in interface org.ojalgo.structure.Access2D
- shortValue(int, int) - Method in class org.ojalgo.tensor.MatrixTensor
- shortValue(long) - Method in class org.ojalgo.array.Array1D
- shortValue(long) - Method in class org.ojalgo.array.Array2D
- shortValue(long) - Method in class org.ojalgo.array.ArrayAnyD
- shortValue(long) - Method in class org.ojalgo.array.OffHeapZ016
- shortValue(long) - Method in class org.ojalgo.array.PlainArray
- shortValue(long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- shortValue(long) - Method in interface org.ojalgo.structure.Access1D
- shortValue(long) - Method in interface org.ojalgo.structure.Access2D
- shortValue(long) - Method in class org.ojalgo.tensor.VectorTensor
- shortValue(long) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectByte
- shortValue(long) - Method in class org.ojalgo.type.keyvalue.EntrySet.ObjectShort
- shortValue(long...) - Method in class org.ojalgo.array.ArrayAnyD
- shortValue(long...) - Method in interface org.ojalgo.structure.AccessAnyD
- shortValue(long...) - Method in class org.ojalgo.tensor.AnyTensor
- shortValue(long, long) - Method in class org.ojalgo.array.Array2D
- shortValue(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- shortValue(long, long) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- shortValue(long, long) - Method in interface org.ojalgo.structure.Access2D
- shortValue(long, long) - Method in class org.ojalgo.tensor.MatrixTensor
- shortValue(Comparable<?>) - Static method in interface org.ojalgo.scalar.Scalar
- shortValue(Comparable<?>) - Static method in interface org.ojalgo.type.NumberDefinition
- shortValue(K) - Method in class org.ojalgo.structure.Keyed1D
- shortValue(R, C) - Method in class org.ojalgo.structure.Keyed2D
- shrink() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- shrink() - Method in class org.ojalgo.type.IndexSelector
-
Randomly exclude 1 of the currently included
- shuffle() - Method in class org.ojalgo.type.IndexSelector
-
Randomly exclude 1 of the currently included and include 1 of the excluded
- SIGMOID - org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
[0,1]
- sign() - Method in class org.ojalgo.scalar.Quadruple
- sign() - Method in class org.ojalgo.scalar.RationalNumber
- signum() - Method in interface org.ojalgo.algebra.NormedVectorSpace
-
this == this.signum().multiply(this.norm())
- signum() - Method in class org.ojalgo.function.BigFunction
- signum() - Method in class org.ojalgo.function.ComplexFunction
- signum() - Method in class org.ojalgo.function.FunctionSet
- signum() - Method in class org.ojalgo.function.PrimitiveFunction
- signum() - Method in class org.ojalgo.function.QuadrupleFunction
- signum() - Method in class org.ojalgo.function.QuaternionFunction
- signum() - Method in class org.ojalgo.function.RationalFunction
- signum() - Method in class org.ojalgo.matrix.BasicMatrix
- signum() - Method in class org.ojalgo.matrix.decomposition.Pivot
- signum() - Method in interface org.ojalgo.matrix.store.MatrixStore
- signum() - Method in class org.ojalgo.scalar.BigScalar
- signum() - Method in class org.ojalgo.scalar.ComplexNumber
- signum() - Method in class org.ojalgo.scalar.ExactDecimal
- signum() - Method in class org.ojalgo.scalar.PrimitiveScalar
- signum() - Method in class org.ojalgo.scalar.Quadruple
- signum() - Method in class org.ojalgo.scalar.Quaternion
- signum() - Method in class org.ojalgo.scalar.RationalNumber
- signum() - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- signum() - Method in class org.ojalgo.tensor.ArrayBasedTensor
- signum(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- SIGNUM - Static variable in class org.ojalgo.function.constant.BigMath
- SIGNUM - Static variable in class org.ojalgo.function.constant.ComplexMath
- SIGNUM - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SIGNUM - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SIGNUM - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SIGNUM - Static variable in class org.ojalgo.function.constant.RationalMath
- SIMILARITY - Static variable in class org.ojalgo.optimisation.Presolvers
- Simple(double[]) - Constructor for class org.ojalgo.structure.Primitive1D.Simple
- Simple(int[]) - Constructor for class org.ojalgo.structure.PrimitiveAnyD.Simple
- Simple(int, int) - Constructor for class org.ojalgo.structure.Primitive2D.Simple
- SimpleAsset - Class in org.ojalgo.data.domain.finance.portfolio
-
SimpleAsset is used to describe 1 asset (portfolio member).
- SimpleAsset() - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- SimpleAsset(Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- SimpleAsset(Comparable<?>, Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- SimpleAsset(Comparable<?>, Comparable<?>, Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- SimpleAsset(FinancePortfolio) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- SimpleAsset(FinancePortfolio, Comparable<?>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimpleAsset
- SimpleCache(Function<K, V>) - Constructor for class org.ojalgo.type.function.TwoStepMapper.SimpleCache
- SimplePortfolio - Class in org.ojalgo.data.domain.finance.portfolio
- SimplePortfolio(double[]) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- SimplePortfolio(Comparable<?>...) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- SimplePortfolio(List<SimpleAsset>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- SimplePortfolio(FinancePortfolio.Context, FinancePortfolio) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- SimplePortfolio(Access2D<?>, List<SimpleAsset>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- SimpleSeries<K extends java.lang.Comparable<? super K>,V extends java.lang.Comparable<V>> - Class in org.ojalgo.series
- SimpleSeries() - Constructor for class org.ojalgo.series.SimpleSeries
- SimpleSeries(NavigableMap<K, V>) - Constructor for class org.ojalgo.series.SimpleSeries
- SimplexSolver - Class in org.ojalgo.optimisation.linear
-
Meant to replace
SimplexTableauSolver
. - SimplexSolver(Optimisation.Options, SimplexStore) - Constructor for class org.ojalgo.optimisation.linear.SimplexSolver
- SimplexSolver.Direction - Enum in org.ojalgo.optimisation.linear
- SimplexSolver.EnterInfo - Class in org.ojalgo.optimisation.linear
- SimplexSolver.ExitInfo - Class in org.ojalgo.optimisation.linear
-
Exit from
SimplexStore.ColumnState.BASIS
to eitherSimplexStore.ColumnState.LOWER
orSimplexStore.ColumnState.UPPER
. - SimplexSolver.IterDescr - Class in org.ojalgo.optimisation.linear
- SimplexStore - Class in org.ojalgo.optimisation.linear
- SimplexStore(LinearStructure) - Constructor for class org.ojalgo.optimisation.linear.SimplexStore
- SimplexStore.ColumnState - Enum in org.ojalgo.optimisation.linear
- SimplexTableau - Class in org.ojalgo.optimisation.linear
- SimplexTableau(LinearStructure) - Constructor for class org.ojalgo.optimisation.linear.SimplexTableau
- SimplexTableauSolver - Class in org.ojalgo.optimisation.linear
-
Classic simplex tableau solver: Primal algorithm 2-phase All variables assumed >=0, and RHS required to be >=0 Variable bounds other than >=0 handled like constraints
- SimplexTableauSolver(SimplexTableau, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.linear.SimplexTableauSolver
- SimplexTableauSolver.IterationPoint - Class in org.ojalgo.optimisation.linear
- Simplifier(int) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.Simplifier
- simplify() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Will perform presolve and then create a copy removing redundant constraint expressions, and pruning the remaining ones to no longer include fixed variables.
- simplify(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Presolver
- simplify(Expression, Set<Structure1D.IntIndex>, BigDecimal, BigDecimal, NumberContext) - Method in class org.ojalgo.optimisation.SpecialOrderedSet
-
The program logic here does not assume variables to be binary or even integer
- simplify(Variable, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariableAnalyser
- simulate(int, int, double) - Method in class org.ojalgo.data.domain.finance.portfolio.simulator.PortfolioSimulator
- simulate(int, int, double) - Method in class org.ojalgo.random.process.MultipleValuesBasedProcess
- simulate(int, int, double) - Method in interface org.ojalgo.random.process.RandomProcess
-
Returns an collection of sample sets.
- simulate(int, int, double) - Method in class org.ojalgo.random.process.SingleValueBasedProcess
- simulate(int, int, double, int) - Method in class org.ojalgo.data.domain.finance.portfolio.simulator.PortfolioSimulator
- simulate(int, int, double, Integer) - Method in class org.ojalgo.data.domain.finance.portfolio.simulator.PortfolioSimulator
- SimulationResults(double, Array2D<Double>) - Constructor for class org.ojalgo.random.process.RandomProcess.SimulationResults
- SimultaneousTridiagonal - Class in org.ojalgo.matrix.decomposition
-
Computes Q while decomposing.
- SimultaneousTridiagonal() - Constructor for class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- sin - Variable in class org.ojalgo.matrix.transformation.Rotation.Generic
- sin - Variable in class org.ojalgo.matrix.transformation.Rotation.Primitive
- sin() - Method in class org.ojalgo.function.BigFunction
- sin() - Method in class org.ojalgo.function.ComplexFunction
- sin() - Method in class org.ojalgo.function.FunctionSet
- sin() - Method in class org.ojalgo.function.PrimitiveFunction
- sin() - Method in class org.ojalgo.function.QuadrupleFunction
- sin() - Method in class org.ojalgo.function.QuaternionFunction
- sin() - Method in class org.ojalgo.function.RationalFunction
- sin(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- SIN - Static variable in class org.ojalgo.function.constant.BigMath
- SIN - Static variable in class org.ojalgo.function.constant.ComplexMath
- SIN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SIN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SIN - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SIN - Static variable in class org.ojalgo.function.constant.RationalMath
- SINE - Static variable in class org.ojalgo.function.series.PeriodicFunction
-
https://en.wikipedia.org/wiki/Sine_wave
- single - Variable in class org.ojalgo.netio.ShardedFile
-
A valid single file used as a template when creating the shards.
- Single() - Constructor for class org.ojalgo.data.transform.DiscreteFourierTransform.Single
- SingleChannel(BufferedImage, int, int) - Constructor for class org.ojalgo.data.image.ImageData.SingleChannel
- SingleStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- SingleStore(PhysicalStore.Factory<N, ?>, int, int) - Constructor for class org.ojalgo.matrix.store.SingleStore
- SingleStore(PhysicalStore.Factory<N, ?>, Comparable<N>) - Constructor for class org.ojalgo.matrix.store.SingleStore
- SingleValueBasedProcess<D extends Distribution> - Class in org.ojalgo.random.process
- SingleValueBasedProcess() - Constructor for class org.ojalgo.random.process.SingleValueBasedProcess
- SingleView(ColumnsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- SingleView(RowsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.RowsSupplier.SingleView
- SingularValue<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Singular Value: [A] = [U][D][V]T Decomposes [this] into [U], [D] and [V] where: [U] is an orthogonal matrix.
- SingularValue.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- SingularValueDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- SingularValueDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- SingularValueDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, BidiagonalDecomposition<N>, boolean) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- SingularValueDecomposition.C128 - Class in org.ojalgo.matrix.decomposition
- SingularValueDecomposition.H256 - Class in org.ojalgo.matrix.decomposition
- SingularValueDecomposition.Q128 - Class in org.ojalgo.matrix.decomposition
- SingularValueDecomposition.R064 - Class in org.ojalgo.matrix.decomposition
- SingularValueDecomposition.R128 - Class in org.ojalgo.matrix.decomposition
- sinh() - Method in class org.ojalgo.function.BigFunction
- sinh() - Method in class org.ojalgo.function.ComplexFunction
- sinh() - Method in class org.ojalgo.function.FunctionSet
- sinh() - Method in class org.ojalgo.function.PrimitiveFunction
- sinh() - Method in class org.ojalgo.function.QuadrupleFunction
- sinh() - Method in class org.ojalgo.function.QuaternionFunction
- sinh() - Method in class org.ojalgo.function.RationalFunction
- SINH - Static variable in class org.ojalgo.function.constant.BigMath
- SINH - Static variable in class org.ojalgo.function.constant.ComplexMath
- SINH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SINH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SINH - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SINH - Static variable in class org.ojalgo.function.constant.RationalMath
- SIX - Static variable in class org.ojalgo.function.constant.BigMath
- SIX - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SIX - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SIX - Static variable in class org.ojalgo.function.constant.RationalMath
- SIXTH - Static variable in class org.ojalgo.function.constant.BigMath
- SIXTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SIXTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SIXTH - Static variable in class org.ojalgo.function.constant.RationalMath
- size - Variable in class org.ojalgo.netio.SegmentedFile.Segment
- size() - Method in class org.ojalgo.array.Array1D
- size() - Method in class org.ojalgo.array.ArrayAnyD
- size() - Method in class org.ojalgo.array.LongToNumberMap
- size() - Method in class org.ojalgo.array.NumberList
- size() - Method in class org.ojalgo.array.OffHeapArray
- size() - Method in class org.ojalgo.array.PlainArray
- size() - Method in class org.ojalgo.array.SegmentedArray
- size() - Method in class org.ojalgo.array.SparseArray
- size() - Method in class org.ojalgo.concurrent.MultiviewSet.PrioritisedView
- size() - Method in class org.ojalgo.concurrent.MultiviewSet
- size() - Method in class org.ojalgo.data.domain.finance.portfolio.BlackLittermanContext
- size() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- size() - Method in interface org.ojalgo.data.domain.finance.portfolio.FinancePortfolio.Context
- size() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- size() - Method in class org.ojalgo.data.domain.finance.portfolio.PortfolioContext
- size() - Method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- size() - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- size() - Method in class org.ojalgo.equation.Equation
- size() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- size() - Method in class org.ojalgo.function.PrimitiveFunction.SampleDomain
- size() - Method in class org.ojalgo.matrix.BasicMatrix
- size() - Method in class org.ojalgo.matrix.DenseMutator2D
- size() - Method in class org.ojalgo.matrix.SparseMutator2D
- size() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- size() - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- size() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- size() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- size() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- size() - Method in class org.ojalgo.optimisation.ConstraintsMetaData
- size() - Method in class org.ojalgo.optimisation.Optimisation.Result
- size() - Method in class org.ojalgo.random.process.Process1D
- size() - Method in class org.ojalgo.random.Random1D
- size() - Method in class org.ojalgo.random.SampleSet
- size() - Method in class org.ojalgo.scalar.RationalNumber
- size() - Method in class org.ojalgo.series.primitive.AccessSeries
- size() - Method in class org.ojalgo.series.primitive.BinaryFunctionSeries
- size() - Method in class org.ojalgo.series.primitive.CoordinatedSet
- size() - Method in class org.ojalgo.series.primitive.DataSeries
- size() - Method in class org.ojalgo.series.primitive.DifferencesSeries
- size() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- size() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- size() - Method in class org.ojalgo.series.primitive.PrunedSeries
- size() - Method in class org.ojalgo.series.primitive.QuotientsSeries
- size() - Method in class org.ojalgo.series.primitive.UnaryFunctionSeries
- size() - Method in class org.ojalgo.series.TreeSeries
- size() - Method in class org.ojalgo.structure.Access1D.SelectionView
- size() - Method in class org.ojalgo.structure.Access2D.ColumnView
- size() - Method in class org.ojalgo.structure.Access2D.RowView
- size() - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- size() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- size() - Method in class org.ojalgo.structure.Keyed1D
- size() - Method in class org.ojalgo.structure.Keyed2D
- size() - Method in class org.ojalgo.structure.Primitive1D.Simple
- size() - Method in class org.ojalgo.structure.Primitive1D.Wrapper
- size() - Method in class org.ojalgo.structure.Primitive2D.Simple
- size() - Method in class org.ojalgo.structure.PrimitiveAnyD.Simple
- size() - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- size() - Method in interface org.ojalgo.structure.Structure1D
-
The total number of elements in this structure.
- size() - Method in interface org.ojalgo.structure.Structure2D
-
size() == getRowDim() * getColDim()
- size() - Method in class org.ojalgo.tensor.AnyTensor
- size() - Method in class org.ojalgo.tensor.VectorTensor
- size() - Method in class org.ojalgo.type.collection.CloseableList
- size() - Method in class org.ojalgo.type.collection.CloseableMap
- size() - Method in class org.ojalgo.type.EnumPartition
- size() - Method in class org.ojalgo.type.FloatingPointReceptacle
- size() - Method in class org.ojalgo.type.ForgetfulMap
- size() - Method in class org.ojalgo.type.IndexSelector
- size() - Method in interface org.ojalgo.type.keyvalue.EntryPair
- size() - Method in class org.ojalgo.type.keyvalue.EntrySet
- size() - Method in class org.ojalgo.type.keyvalue.IndexedMap
- size(int) - Method in class org.ojalgo.array.ArrayAnyD
- size(int) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- size(int) - Method in class org.ojalgo.structure.PrimitiveAnyD.Simple
- size(int) - Method in class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- size(int) - Method in interface org.ojalgo.structure.StructureAnyD
- size(int) - Method in class org.ojalgo.tensor.AnyTensor
- size(int...) - Static method in interface org.ojalgo.structure.StructureAnyD
- size(int[], int) - Static method in interface org.ojalgo.structure.StructureAnyD
- SIZE_BYTE - Static variable in class org.ojalgo.type.NativeMemory
- SIZE_DOUBLE - Static variable in class org.ojalgo.type.NativeMemory
- SIZE_FLOAT - Static variable in class org.ojalgo.type.NativeMemory
- SIZE_INT - Static variable in class org.ojalgo.type.NativeMemory
- SIZE_LONG - Static variable in class org.ojalgo.type.NativeMemory
- SIZE_SHORT - Static variable in class org.ojalgo.type.NativeMemory
- sizeOfDual(ConvexData<?>) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- sizeOfPrimal(ConvexData<?>) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- SLACK - Static variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- sliceAlphaChannel() - Method in class org.ojalgo.data.image.ImageData
- sliceBlueChannel() - Method in class org.ojalgo.data.image.ImageData
- sliceBodyColumn(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- sliceBodyRow(int) - Method in class org.ojalgo.optimisation.linear.RevisedStore
- sliceBodyRow(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- sliceBodyRow(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- sliceColumn(long) - Method in class org.ojalgo.array.Array2D
- sliceColumn(long) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- sliceColumn(long) - Method in class org.ojalgo.matrix.store.R032Store
- sliceColumn(long) - Method in class org.ojalgo.matrix.store.TransposedStore
- sliceColumn(long) - Method in interface org.ojalgo.structure.Access2D.Sliceable
- sliceColumn(long, long) - Method in class org.ojalgo.array.Array2D
- sliceColumn(long, long) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- sliceColumn(long, long) - Method in class org.ojalgo.matrix.store.GenericStore
- sliceColumn(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- sliceColumn(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- sliceColumn(long, long) - Method in class org.ojalgo.matrix.store.R064Store
- sliceColumn(long, long) - Method in interface org.ojalgo.structure.Access2D.Sliceable
- sliceConstraintsRHS() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- sliceDiagonal() - Method in class org.ojalgo.matrix.store.R032Store
- sliceDiagonal() - Method in interface org.ojalgo.structure.Access2D.Sliceable
- sliceDiagonal(long, long) - Method in class org.ojalgo.array.Array2D
- sliceDiagonal(long, long) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- sliceDiagonal(long, long) - Method in class org.ojalgo.matrix.store.GenericStore
- sliceDiagonal(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- sliceDiagonal(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- sliceDiagonal(long, long) - Method in class org.ojalgo.matrix.store.R064Store
- sliceDiagonal(long, long) - Method in interface org.ojalgo.structure.Access2D.Sliceable
- sliceDualVariables() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- sliceDualVariables() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- sliceDualVariables() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- sliceGreenChannel() - Method in class org.ojalgo.data.image.ImageData
- sliceRange(long, long) - Method in class org.ojalgo.array.Array1D
- sliceRange(long, long) - Method in class org.ojalgo.array.Array2D
- sliceRange(long, long) - Method in class org.ojalgo.array.ArrayAnyD
- sliceRange(long, long) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- sliceRange(long, long) - Method in class org.ojalgo.matrix.store.GenericStore
- sliceRange(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- sliceRange(long, long) - Method in class org.ojalgo.matrix.store.R064Store
- sliceRange(long, long) - Method in interface org.ojalgo.structure.Access1D.Sliceable
- sliceRedChannel() - Method in class org.ojalgo.data.image.ImageData
- sliceRow(long) - Method in class org.ojalgo.array.Array2D
- sliceRow(long) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- sliceRow(long) - Method in class org.ojalgo.matrix.store.R032Store
- sliceRow(long) - Method in class org.ojalgo.matrix.store.RawStore
- sliceRow(long) - Method in class org.ojalgo.matrix.store.TransposedStore
- sliceRow(long) - Method in interface org.ojalgo.structure.Access2D.Sliceable
- sliceRow(long, long) - Method in class org.ojalgo.array.Array2D
- sliceRow(long, long) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- sliceRow(long, long) - Method in class org.ojalgo.matrix.store.GenericStore
- sliceRow(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
- sliceRow(long, long) - Method in class org.ojalgo.matrix.store.R032Store
- sliceRow(long, long) - Method in class org.ojalgo.matrix.store.R064Store
- sliceRow(long, long) - Method in interface org.ojalgo.structure.Access2D.Sliceable
- sliceSet(long[], int) - Method in class org.ojalgo.array.ArrayAnyD
- sliceSet(long[], int) - Method in interface org.ojalgo.structure.AccessAnyD.Sliceable
-
If the intial reference is {0, 2, 3} and the slice dimension is 1 then the sliced 1D view will map to the following elements in the AnyD data structure:
- sliceTableauColumn(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- sliceTableauRow(int) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- smallDiagonal() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
- smallDiagonal(double) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
-
The [Q] matrix (of quadratic terms) is "inverted" using a matrix decomposition returned by
ConvexSolver.Configuration.newSolverSPD(Structure2D)
. - smallest() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Smallest non-zero absolute value
- smallest() - Method in class org.ojalgo.function.aggregator.BigAggregator
- smallest() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- smallest() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- smallest() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- smallest() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- smallest() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- SMALLEST - org.ojalgo.function.aggregator.Aggregator
- SMALLEST - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- SMALLEST - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- SMALLEST - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- SMALLEST - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- SMALLEST - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- SMALLEST - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- SMALLEST - Static variable in class org.ojalgo.optimisation.ModelEntity
- SMALLEST_DISPLACEMENT - Static variable in class org.ojalgo.optimisation.integer.NodeKey
- SMALLEST_NEGATIVE_INFINITY - Static variable in class org.ojalgo.function.constant.BigMath
-
BigMath.SMALLEST_POSITIVE_INFINITY
negated – is translated toDouble.NEGATIVE_INFINITY
. - SMALLEST_POSITIVE_INFINITY - Static variable in class org.ojalgo.function.constant.BigMath
-
The smallest possible number that will be translated to positive infinity when converted to a primitive double (something close to that at least).
- smallestNotLessThan(int) - Static method in class org.ojalgo.function.special.PowerOf2
- smallestNotLessThan(long) - Static method in class org.ojalgo.function.special.PowerOf2
- snapshot() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Will create a shallow copy flagged as relaxed.
- SOFTMAX - org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
[0,1]
Currently this can only be used in the final layer in combination withArtificialNeuralNetwork.Error.CROSS_ENTROPY
. - solution - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Describes the (required/sufficient) accuracy of the solution.
- SOLUTION - Static variable in class org.ojalgo.optimisation.convex.ActiveSetSolver
- solve() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- solve() - Method in interface org.ojalgo.optimisation.Optimisation.Solver
- solve(MatrixStore<Double>, DecompositionStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- solve(MatrixStore<Double>, MatrixStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- solve(PhysicalStore<N>, MatrixStore<N>, DiagonalStore<N, ?>) - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
Will solve the equation system [aMtrxV][aMtrxD][X]=[aMtrxSimilar]T and overwrite the solution [X] to [aV].
- solve(ConvexData, Optimisation.Options, boolean) - Static method in class org.ojalgo.optimisation.linear.LinearSolver
- solve(ExpressionsBasedModel) - Method in enum org.ojalgo.optimisation.Optimisation.Sense
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.IterativeRefinementSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.GomorySolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.IntermediateSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.linear.DualSimplexSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.linear.PhasedSimplexSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.linear.PrimalSimplexSolver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- solve(Optimisation.Result) - Method in interface org.ojalgo.optimisation.Optimisation.Solver
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.service.ServiceSolver
- solve(Access2D<?>) - Method in class org.ojalgo.matrix.BasicMatrix
-
This method solves a system of linear equations: [this][X]=[rhs].
- solve(Access2D<?>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- solve(Access2D<?>) - Method in interface org.ojalgo.matrix.Provider2D.Solution
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- solve(Access2D<?>, Access2D<?>) - Method in class org.ojalgo.matrix.task.SolverTask.Factory
-
[A][X]=[B] or [body][return]=[rhs]
- solve(Access2D<?>, Access2D<?>) - Method in interface org.ojalgo.matrix.task.SolverTask
-
[A][X]=[B] or [body][return]=[rhs]
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawCholesky
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawEigenvalue
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawLU
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawQR
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.decomposition.RawSingularValue
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.GaussSeidelSolver
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.JacobiSolver
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.MutableSolver
- solve(Access2D<?>, Access2D<?>, PhysicalStore<Double>) - Method in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.HermitianEvD
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LDLDecomposition
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- solve(Access2D<?>, Access2D<?>, PhysicalStore<N>) - Method in interface org.ojalgo.matrix.task.SolverTask
-
Exactly how (if at all) a specific implementation makes use of
preallocated
is not specified by this interface. - solve2(PhysicalStore<N>, MatrixStore<N>, DiagonalStore<N, ?>) - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
- solveFullKKT(PhysicalStore<Double>) - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- solveLP() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
-
The LP result with a
Optimisation.State
suitable for this solver – most likelyOptimisation.State.FEASIBLE
. - solverGeneral(Function<Structure2D, MatrixDecomposition.Solver<Double>>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
-
This matrix decomposition should be able to "invert" the full KKT systsem body matrix (which is symmetric) and/or its Schur complement with regards to the [Q] matrix (of quadratic terms).
- solverSPD(Function<Structure2D, MatrixDecomposition.Solver<Double>>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Configuration
-
The [Q] matrix (of quadratic terms) is supposed to be symmetric positive definite (or at least semidefinite), but in reality there are usually many deficiencies.
- SolverTask<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.task
- SolverTask.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.task
- solveUnconstrained() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- sort(double[], ExchangeColumns) - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
Sort eigenvalues and corresponding vectors.
- sort(long[], double[]) - Static method in class org.ojalgo.array.operation.SortAll
- sort(long[], Object[]) - Static method in class org.ojalgo.array.operation.SortAll
- sort(Comparator<? super T>) - Method in class org.ojalgo.type.collection.CloseableList
- SortAll - Class in org.ojalgo.array.operation
- SortAll() - Constructor for class org.ojalgo.array.operation.SortAll
- sortAscending() - Method in class org.ojalgo.array.Array1D
- sortAscending() - Method in class org.ojalgo.array.ArrayR032
- sortAscending() - Method in class org.ojalgo.array.ArrayR064
- sortAscending() - Method in class org.ojalgo.array.ArrayR256
- sortAscending() - Method in class org.ojalgo.array.ArrayZ008
- sortAscending() - Method in class org.ojalgo.array.ArrayZ016
- sortAscending() - Method in class org.ojalgo.array.ArrayZ032
- sortAscending() - Method in class org.ojalgo.array.ArrayZ064
- sortAscending() - Method in class org.ojalgo.array.BufferArray
- sortAscending() - Method in class org.ojalgo.array.PlainArray
- sortAscending() - Method in class org.ojalgo.array.ScalarArray
- sortAscending() - Method in interface org.ojalgo.structure.Mutate1D.Sortable
- sortAscending(long, long) - Method in class org.ojalgo.array.Array1D
- sortDescending() - Method in class org.ojalgo.array.Array1D
- sortDescending() - Method in class org.ojalgo.array.ArrayR032
- sortDescending() - Method in class org.ojalgo.array.ArrayR064
- sortDescending() - Method in class org.ojalgo.array.ArrayR256
- sortDescending() - Method in class org.ojalgo.array.ArrayZ008
- sortDescending() - Method in class org.ojalgo.array.ArrayZ016
- sortDescending() - Method in class org.ojalgo.array.ArrayZ032
- sortDescending() - Method in class org.ojalgo.array.ArrayZ064
- sortDescending() - Method in class org.ojalgo.array.BufferArray
- sortDescending() - Method in class org.ojalgo.array.PlainArray
- sortDescending() - Method in class org.ojalgo.array.ScalarArray
- sortDescending() - Method in interface org.ojalgo.structure.Mutate1D.Sortable
- sortDescending(long, long) - Method in class org.ojalgo.array.Array1D
- SOS - org.ojalgo.optimisation.FileFormatMPS.FileSection
- SourceCache - Class in org.ojalgo.data.domain.finance.series
- SourceCache(CalendarDateUnit) - Constructor for class org.ojalgo.data.domain.finance.series.SourceCache
- SourceCache.Value - Class in org.ojalgo.data.domain.finance.series
- SP - Static variable in class org.ojalgo.netio.ASCII
- SPACE - Static variable in class org.ojalgo.optimisation.FileFormatMPS
- sparse - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Controls if sparse/iterative solvers should be favoured over dense/direct alternatives.
- sparse(int, int) - Static method in class org.ojalgo.equation.Equation
- sparse(int, int, int) - Static method in class org.ojalgo.equation.Equation
- sparse(int, int, DenseArray.Factory<N>) - Static method in class org.ojalgo.equation.Equation
- sparse(int, int, DenseArray.Factory<N>, int) - Static method in class org.ojalgo.equation.Equation
- sparse(SparseStore.Builder<Double>) - Method in class org.ojalgo.matrix.MatrixR032.Factory
- sparse(SparseStore.Builder<Double>) - Method in class org.ojalgo.matrix.MatrixR064.Factory
- sparse(SparseStore.Builder<N>) - Method in class org.ojalgo.matrix.MatrixFactory
- sparse(SparseStore.Builder<ComplexNumber>) - Method in class org.ojalgo.matrix.MatrixC128.Factory
- sparse(SparseStore.Builder<Quadruple>) - Method in class org.ojalgo.matrix.MatrixR128.Factory
- sparse(SparseStore.Builder<Quaternion>) - Method in class org.ojalgo.matrix.MatrixH256.Factory
- sparse(SparseStore.Builder<RationalNumber>) - Method in class org.ojalgo.matrix.MatrixQ128.Factory
- SPARSE_SEGMENTATION_LIMIT - Static variable in class org.ojalgo.array.BasicArray.Factory
- SparseArray<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
-
Only stores nonzero elements and/or elements specifically set by the user.
- SparseArray(DenseArray.Factory<N>, GrowthStrategy, long) - Constructor for class org.ojalgo.array.SparseArray
- SparseArray.NonzeroPrimitiveCallback - Interface in org.ojalgo.array
- SparseArray.NonzeroReferenceTypeCallback<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.array
- SparseArray.NonzeroView<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- SparseArray.SparseFactory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.array
- SparseArrayPool(int) - Constructor for class org.ojalgo.optimisation.convex.IterativeASS.SparseArrayPool
- SparseFactory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.SparseArray.SparseFactory
- SparseMutator2D<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>> - Class in org.ojalgo.matrix
- SparseMutator2D(SparseStore.Builder<N>) - Constructor for class org.ojalgo.matrix.SparseMutator2D
- SparseReceiver(SparseStore.Builder<Double>) - Constructor for class org.ojalgo.matrix.MatrixR032.SparseReceiver
- SparseReceiver(SparseStore.Builder<Double>) - Constructor for class org.ojalgo.matrix.MatrixR064.SparseReceiver
- SparseReceiver(SparseStore.Builder<ComplexNumber>) - Constructor for class org.ojalgo.matrix.MatrixC128.SparseReceiver
- SparseReceiver(SparseStore.Builder<Quadruple>) - Constructor for class org.ojalgo.matrix.MatrixR128.SparseReceiver
- SparseReceiver(SparseStore.Builder<Quaternion>) - Constructor for class org.ojalgo.matrix.MatrixH256.SparseReceiver
- SparseReceiver(SparseStore.Builder<RationalNumber>) - Constructor for class org.ojalgo.matrix.MatrixQ128.SparseReceiver
- SparseStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A sparse matrix (this implementation) is not thread safe.
- SparseStore(PhysicalStore.Factory<N, ?>, int, int, IntBinaryOperator) - Constructor for class org.ojalgo.matrix.store.SparseStore
- SparseStore.Builder<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
May be a preferable way to build a sparse matrix if: You don't know the number of nonzero elements in advance.
- SparseStore.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- sparseSystem(int, int) - Static method in class org.ojalgo.equation.Equation
- sparseSystem(int, int, int) - Static method in class org.ojalgo.equation.Equation
- sparseSystem(int, int, DenseArray.Factory<N>) - Static method in class org.ojalgo.equation.Equation
- sparseSystem(int, int, DenseArray.Factory<N>, int) - Static method in class org.ojalgo.equation.Equation
- SparseTableau - Class in org.ojalgo.optimisation.linear
- SparseTableau(int, int) - Constructor for class org.ojalgo.optimisation.linear.SparseTableau
- SparseTableau(LinearStructure) - Constructor for class org.ojalgo.optimisation.linear.SparseTableau
- SpecialOrderedSet - Class in org.ojalgo.optimisation
- SpecialOrderedSet(Structure1D.IntIndex[], int, Expression) - Constructor for class org.ojalgo.optimisation.SpecialOrderedSet
- SPLIT - Static variable in class org.ojalgo.scalar.Quadruple
-
1+2^27 (Example code, that emulated double using float, had 1+2^13)
- spliterator() - Method in class org.ojalgo.array.ArrayR064
- spliterator() - Method in class org.ojalgo.array.ReferenceTypeArray
- spliterator() - Method in class org.ojalgo.type.collection.CloseableList
- spliterator() - Method in class org.ojalgo.type.keyvalue.EntrySet
- splitToShards(File, int) - Static method in class org.ojalgo.netio.ShardedFile
- SQL - org.ojalgo.type.format.DateStyle
- SQL_DATE - Static variable in class org.ojalgo.type.StandardType
- SQL_DATETIME - Static variable in class org.ojalgo.type.StandardType
- SQL_TIME - Static variable in class org.ojalgo.type.StandardType
- sqrt() - Method in class org.ojalgo.function.BigFunction
- sqrt() - Method in class org.ojalgo.function.ComplexFunction
- sqrt() - Method in class org.ojalgo.function.FunctionSet
- sqrt() - Method in class org.ojalgo.function.PrimitiveFunction
- sqrt() - Method in class org.ojalgo.function.QuadrupleFunction
- sqrt() - Method in class org.ojalgo.function.QuaternionFunction
- sqrt() - Method in class org.ojalgo.function.RationalFunction
- SQRT - Static variable in class org.ojalgo.function.constant.BigMath
- SQRT - Static variable in class org.ojalgo.function.constant.ComplexMath
- SQRT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SQRT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SQRT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SQRT - Static variable in class org.ojalgo.function.constant.RationalMath
- SQRT_PI - Static variable in class org.ojalgo.function.constant.BigMath
- SQRT_PI - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SQRT_PI - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SQRT_PI - Static variable in class org.ojalgo.function.constant.RationalMath
- SQRT_TWO - Static variable in class org.ojalgo.function.constant.BigMath
- SQRT_TWO - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SQRT_TWO - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SQRT_TWO - Static variable in class org.ojalgo.function.constant.RationalMath
- SQRT_TWO_PI - Static variable in class org.ojalgo.function.constant.BigMath
- SQRT_TWO_PI - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SQRT_TWO_PI - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SQRT_TWO_PI - Static variable in class org.ojalgo.function.constant.RationalMath
- sqrt1px2() - Method in class org.ojalgo.function.BigFunction
- sqrt1px2() - Method in class org.ojalgo.function.ComplexFunction
- sqrt1px2() - Method in class org.ojalgo.function.FunctionSet
- sqrt1px2() - Method in class org.ojalgo.function.PrimitiveFunction
- sqrt1px2() - Method in class org.ojalgo.function.QuadrupleFunction
- sqrt1px2() - Method in class org.ojalgo.function.QuaternionFunction
- sqrt1px2() - Method in class org.ojalgo.function.RationalFunction
- sqrt1px2(double) - Static method in class org.ojalgo.function.special.MissingMath
- SQRT1PX2 - Static variable in class org.ojalgo.function.constant.BigMath
- SQRT1PX2 - Static variable in class org.ojalgo.function.constant.ComplexMath
- SQRT1PX2 - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SQRT1PX2 - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SQRT1PX2 - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SQRT1PX2 - Static variable in class org.ojalgo.function.constant.RationalMath
- SQRT5 - Static variable in class org.ojalgo.random.TDistribution.Degree5
- SQUARE - Static variable in class org.ojalgo.function.series.PeriodicFunction
-
https://en.wikipedia.org/wiki/Square_wave
- squeeze() - Method in class org.ojalgo.array.ArrayAnyD
- squeeze() - Method in interface org.ojalgo.structure.StructureAnyD.Reshapable
-
Squeezing removes the dimensions or axes that have a length of one.
- sslContext(SSLContext) - Method in class org.ojalgo.netio.ServiceClient
- sslParameters(SSLParameters) - Method in class org.ojalgo.netio.ServiceClient
- standard() - Static method in class org.ojalgo.random.Cauchy
- standard() - Static method in class org.ojalgo.random.Normal
- standard() - Static method in class org.ojalgo.random.Uniform
- STANDARD_SCORE - Static variable in class org.ojalgo.data.DataProcessors
-
Will normalise each variable (columns) - replace each value with its standard score.
- StandardType - Class in org.ojalgo.type
- StandardType() - Constructor for class org.ojalgo.type.StandardType
- start - Variable in class org.ojalgo.netio.CharArraySegment
- start() - Method in class org.ojalgo.netio.CharArraySegment.RootSegment
- start() - Method in class org.ojalgo.netio.CharArraySegment
- start() - Method in class org.ojalgo.netio.CharArraySegment.Subsegment
- start(int, CalendarDateUnit) - Method in class org.ojalgo.type.ScheduleBuilder
- start(Date) - Method in class org.ojalgo.type.ScheduleBuilder
- START - Static variable in class org.ojalgo.type.TypeUtils
- START_END - Static variable in class org.ojalgo.optimisation.ExpressionsBasedModel
- State(int) - Constructor for enum org.ojalgo.optimisation.Optimisation.State
- StationaryIterativeSolver - Class in org.ojalgo.matrix.task.iterative
- StationaryIterativeSolver() - Constructor for class org.ojalgo.matrix.task.iterative.StationaryIterativeSolver
- StationaryNormalProcess - Class in org.ojalgo.random.process
-
Process with fixed mean and (possibly) fluctuating variance given by a
ScedasticityModel
. - StationaryNormalProcess(ScedasticityModel) - Constructor for class org.ojalgo.random.process.StationaryNormalProcess
- statistics(Throughput) - Method in class org.ojalgo.netio.ReaderWriterBuilder
- Status() - Constructor for enum org.ojalgo.optimisation.service.OptimisationService.Status
- STAY - org.ojalgo.optimisation.linear.SimplexSolver.Direction
- step() - Method in class org.ojalgo.random.process.StationaryNormalProcess
- step() - Method in interface org.ojalgo.structure.ElementView1D
- step(double) - Method in class org.ojalgo.random.process.AbstractProcess
- step(double) - Method in class org.ojalgo.random.process.Process1D
- step(double, double) - Method in class org.ojalgo.random.process.GaussianProcess
- step(double, double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
- step(double, double) - Method in interface org.ojalgo.random.process.Process1D.ComponentProcess
- step(double, double) - Method in class org.ojalgo.random.process.StationaryNormalProcess
- step(double, double) - Method in class org.ojalgo.random.process.WienerProcess
- step(int[], int) - Static method in interface org.ojalgo.structure.StructureAnyD
- step(int[], int[]) - Static method in interface org.ojalgo.structure.StructureAnyD
-
A more complex/general version of StructureAnyD.step(int[], int).
- step(int, CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDate
- step(long[], int) - Static method in interface org.ojalgo.structure.StructureAnyD
-
How does the index change when stepping to the next dimensional unit (next row, next column.
- step(long[], long[]) - Static method in interface org.ojalgo.structure.StructureAnyD
-
A more complex/general version of StructureAnyD.step(int[], int).
- step(K) - Method in interface org.ojalgo.series.BasicSeries.NaturallySequenced
-
Will step (increment) the key given to the next in the natural sequence.
- step(K) - Method in class org.ojalgo.series.MappedIndexSeries
- step(CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
- step(CalendarDateDuration) - Method in class org.ojalgo.type.CalendarDate
-
Only steps with the int part of CalendarDateDuration.measure .
- step(CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDate
- step1(double[], int, int, double[], int, int, double[], int, double) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- step1(float[], int, int, float[], int, int, float[], int, float) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- step2(double[], int, int, double[], int, int, double[], int) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- step2(float[], int, int, float[], int, int, float[], int) - Static method in class org.ojalgo.matrix.operation.HouseholderRight
- stop() - Method in class org.ojalgo.type.Stopwatch
-
This method can be called repeatedly without resetting (doesn't actually stop the timing process)
- stop(CalendarDateUnit) - Method in class org.ojalgo.type.Stopwatch
- Stopwatch - Class in org.ojalgo.type
-
This stopwatch is always running.
- Stopwatch() - Constructor for class org.ojalgo.type.Stopwatch
- Stopwatch.TimedResult<T> - Class in org.ojalgo.type
- store() - Method in class org.ojalgo.matrix.BasicMatrix
- strategy(EnumeratedColumnsParser.ParseStrategy) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.Builder
- STRATEGY_COUNT - Static variable in class org.ojalgo.data.domain.finance.portfolio.PortfolioMixer
- StrategyBuildingFactory<N extends java.lang.Comparable<N>,I extends Access1D<N>,SB extends StrategyBuildingFactory<N,I,SB>> - Class in org.ojalgo.array
- StrategyBuildingFactory(DenseArray.Factory<N>) - Constructor for class org.ojalgo.array.StrategyBuildingFactory
- stream() - Method in interface org.ojalgo.netio.FromFileReader
- stream() - Method in class org.ojalgo.structure.Access2D.ColumnView
- stream() - Method in class org.ojalgo.structure.Access2D.RowView
- stream() - Method in interface org.ojalgo.structure.ElementView1D
- stream() - Method in class org.ojalgo.type.collection.CloseableList
- stream(boolean) - Method in class org.ojalgo.array.ArrayR064
- string(int) - Static method in class org.ojalgo.type.StandardType
- STRING - Static variable in interface org.ojalgo.netio.DataInterpreter
-
Deprecated.v56 Use one of the other alternatives
- STRING_1 - Static variable in class org.ojalgo.type.StandardType
- STRING_3 - Static variable in class org.ojalgo.type.StandardType
- STRING_9 - Static variable in class org.ojalgo.type.StandardType
- STRING_BYTES - Static variable in interface org.ojalgo.netio.DataInterpreter
- STRING_CHARS - Static variable in interface org.ojalgo.netio.DataInterpreter
- STRING_M - Static variable in class org.ojalgo.type.StandardType
- STRING_UTF - Static variable in interface org.ojalgo.netio.DataInterpreter
- STRING_ZERO - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- StringContext - Class in org.ojalgo.type.context
-
StringContext
- StringContext() - Constructor for class org.ojalgo.type.context.StringContext
- StringContext(int) - Constructor for class org.ojalgo.type.context.StringContext
- StringContext(Format) - Constructor for class org.ojalgo.type.context.StringContext
- StringContext(Format, int) - Constructor for class org.ojalgo.type.context.StringContext
- StringFormat - Class in org.ojalgo.type.format
- StringFormat() - Constructor for class org.ojalgo.type.format.StringFormat
- structure - Variable in class org.ojalgo.optimisation.linear.SimplexStore
- structure() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- structure() - Method in class org.ojalgo.ann.NetworkTrainer
- structure() - Method in class org.ojalgo.ann.WrappedANN
- Structure1D - Interface in org.ojalgo.structure
-
A (fixed size) 1-dimensional data structure.
- Structure1D.BasicMapper<T> - Class in org.ojalgo.structure
- Structure1D.IndexMapper<T> - Interface in org.ojalgo.structure
- Structure1D.IntIndex - Class in org.ojalgo.structure
- Structure1D.Logical<S extends Structure1D,B extends Structure1D.Logical<S,B>> - Interface in org.ojalgo.structure
- Structure1D.LongIndex - Class in org.ojalgo.structure
- Structure1D.LoopCallback - Interface in org.ojalgo.structure
- Structure2D - Interface in org.ojalgo.structure
-
A (fixed size) 2-dimensional data structure.
- Structure2D.IntRowColumn - Class in org.ojalgo.structure
- Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,B>> - Interface in org.ojalgo.structure
- Structure2D.LongRowColumn - Class in org.ojalgo.structure
- Structure2D.ReducibleTo1D<R extends Structure1D> - Interface in org.ojalgo.structure
- Structure2D.Reshapable - Interface in org.ojalgo.structure
- Structure2D.RowColumnKey<R,C> - Class in org.ojalgo.structure
- Structure2D.RowColumnMapper<R,C> - Class in org.ojalgo.structure
- StructureAnyD - Interface in org.ojalgo.structure
-
A (fixed size) any-dimensional data structure.
- StructureAnyD.IntReference - Class in org.ojalgo.structure
- StructureAnyD.Logical<S extends StructureAnyD,B extends StructureAnyD.Logical<S,B>> - Interface in org.ojalgo.structure
- StructureAnyD.LongReference - Class in org.ojalgo.structure
- StructureAnyD.ReducibleTo1D<R extends Structure1D> - Interface in org.ojalgo.structure
- StructureAnyD.ReducibleTo2D<R extends Structure2D> - Interface in org.ojalgo.structure
- StructureAnyD.ReferenceCallback - Interface in org.ojalgo.structure
- StructureAnyD.ReferenceMapper - Class in org.ojalgo.structure
- StructureAnyD.Reshapable - Interface in org.ojalgo.structure
- subdiagonal(D) - Method in class org.ojalgo.matrix.store.DiagonalStore.Builder
- subList(int, int) - Method in class org.ojalgo.array.Array1D
- subList(int, int) - Method in class org.ojalgo.array.NumberList
- subList(int, int) - Method in class org.ojalgo.type.collection.CloseableList
- subMap(long, long) - Method in class org.ojalgo.array.LongToNumberMap
- subMap(Long, Long) - Method in class org.ojalgo.array.LongToNumberMap
- subMap(K, boolean, K, boolean) - Method in class org.ojalgo.series.TreeSeries
- subMap(K, K) - Method in class org.ojalgo.series.MappedIndexSeries
- subMap(K, K) - Method in class org.ojalgo.series.TreeSeries
- subMap(CalendarDate, boolean, CalendarDate, boolean) - Method in class org.ojalgo.series.CalendarDateSeries
- subMap(CalendarDate, CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
- Subregion2D<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D() - Constructor for class org.ojalgo.matrix.store.Subregion2D
- Subregion2D(TransformableRegion.FillByMultiplying<N>, long, long) - Constructor for class org.ojalgo.matrix.store.Subregion2D
- Subregion2D.ColumnsRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D.LimitRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D.OffsetRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D.RowsRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D.SynchronizedRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D.TransposedRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subregion2D.WrapperRegion<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- Subsegment(CharArraySegment, int, int) - Constructor for class org.ojalgo.netio.CharArraySegment.Subsegment
- subSequence(int, int) - Method in class org.ojalgo.netio.CharacterRing
- subSequence(int, int) - Method in class org.ojalgo.netio.CharArraySegment
- subsets(int, int) - Static method in class org.ojalgo.function.special.CombinatorialFunctions
- substituteBackwards(Access2D<Double>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.R032Store
- substituteBackwards(Access2D<Double>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.R064Store
- substituteBackwards(Access2D<Double>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.RawStore
- substituteBackwards(Access2D<N>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.GenericStore
- substituteBackwards(Access2D<N>, boolean, boolean, boolean) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
Will solve the equation system [A][X]=[B] where: [body][this]=[this] is [A][X]=[B] ("this" is the right hand side, and it will be overwritten with the solution). [A] is upper/right triangular
- SubstituteBackwards - Class in org.ojalgo.array.operation
- SubstituteBackwards() - Constructor for class org.ojalgo.array.operation.SubstituteBackwards
- substituteForwards(Access2D<Double>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.R032Store
- substituteForwards(Access2D<Double>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.R064Store
- substituteForwards(Access2D<Double>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.RawStore
- substituteForwards(Access2D<N>, boolean, boolean, boolean) - Method in class org.ojalgo.matrix.store.GenericStore
- substituteForwards(Access2D<N>, boolean, boolean, boolean) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
Will solve the equation system [A][X]=[B] where: [body][this]=[this] is [A][X]=[B] ("this" is the right hand side, and it will be overwritten with the solution). [A] is lower/left triangular
- SubstituteForwards - Class in org.ojalgo.array.operation
- SubstituteForwards() - Constructor for class org.ojalgo.array.operation.SubstituteForwards
- subtract() - Method in class org.ojalgo.function.BigFunction
- subtract() - Method in class org.ojalgo.function.ComplexFunction
- subtract() - Method in class org.ojalgo.function.FunctionSet
-
-
- subtract() - Method in class org.ojalgo.function.PrimitiveFunction
- subtract() - Method in class org.ojalgo.function.QuadrupleFunction
- subtract() - Method in class org.ojalgo.function.QuaternionFunction
- subtract() - Method in class org.ojalgo.function.RationalFunction
- subtract(byte[], int, int, int, byte[], byte) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(byte[], int, int, int, byte[], byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(byte[], int, int, int, byte, byte[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(double) - Method in interface org.ojalgo.algebra.ScalarOperation.Subtraction
- subtract(double) - Method in class org.ojalgo.matrix.BasicMatrix
- subtract(double) - Method in interface org.ojalgo.matrix.store.MatrixStore
- subtract(double) - Method in class org.ojalgo.scalar.BigScalar
- subtract(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '-' with a real number.
- subtract(double) - Method in class org.ojalgo.scalar.ExactDecimal
- subtract(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- subtract(double) - Method in class org.ojalgo.scalar.Quadruple
- subtract(double) - Method in class org.ojalgo.scalar.Quaternion
- subtract(double) - Method in class org.ojalgo.scalar.RationalNumber
- subtract(double) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- subtract(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- subtract(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- subtract(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- subtract(double[], int, int, int, double[], double) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(double[], int, int, int, double[], double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(double[], int, int, int, double, double[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(float) - Method in interface org.ojalgo.algebra.ScalarOperation.Subtraction
- subtract(float) - Method in class org.ojalgo.scalar.BigScalar
- subtract(float) - Method in class org.ojalgo.scalar.PrimitiveScalar
- subtract(float) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- subtract(float[], int, int, int, float[], float) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(float[], int, int, int, float[], float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(float[], int, int, int, float, float[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(int[], int, int, int, int[], int) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(int[], int, int, int, int[], int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(int[], int, int, int, int, int[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(long[], int, int, int, long[], long) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(long[], int, int, int, long[], long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(long[], int, int, int, long, long[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(short[], int, int, int, short[], short) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(short[], int, int, int, short[], short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(short[], int, int, int, short, short[]) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
- subtract(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
- subtract(M) - Method in class org.ojalgo.matrix.BasicMatrix
- subtract(N) - Method in interface org.ojalgo.algebra.ScalarOperation.Subtraction
- subtract(N) - Method in class org.ojalgo.matrix.BasicMatrix
- subtract(N) - Method in interface org.ojalgo.matrix.store.MatrixStore
- subtract(BasicArray<N>, long, long, long, Comparable<?>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(BasicArray<N>, long, long, long, Access1D<N>, Comparable<?>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(BasicArray<N>, long, long, long, Access1D<N>, Access1D<N>) - Static method in class org.ojalgo.array.operation.CorePrimitiveOperation
- subtract(MatrixStore<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- subtract(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
Performs the binary operation '-' with a complex number.
- subtract(ExactDecimal<?>, ExactDecimal<?>) - Method in class org.ojalgo.scalar.ExactDecimal.Descriptor
- subtract(Quadruple) - Method in class org.ojalgo.scalar.Quadruple
- subtract(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
- subtract(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
- subtract(RationalNumber, RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- subtract(Scalar<N>) - Method in interface org.ojalgo.scalar.Scalar
- subtract(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
- subtract(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
- subtract(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- subtract(S) - Method in class org.ojalgo.scalar.ExactDecimal
- subtract(S) - Method in interface org.ojalgo.scalar.SelfDeclaringScalar
- subtract(T) - Method in interface org.ojalgo.algebra.Operation.Subtraction
- SUBTRACT - Static variable in class org.ojalgo.function.constant.BigMath
- SUBTRACT - Static variable in class org.ojalgo.function.constant.ComplexMath
- SUBTRACT - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- SUBTRACT - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- SUBTRACT - Static variable in class org.ojalgo.function.constant.QuaternionMath
- SUBTRACT - Static variable in class org.ojalgo.function.constant.RationalMath
- subtractFrom(Temporal) - Method in class org.ojalgo.type.CalendarDateDuration
- suffice(CalendarDateDuration) - Method in class org.ojalgo.optimisation.Optimisation.Options
-
Set the
Optimisation.Options.time_suffice
to the given duration. - suggestConstraintToExclude() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
-
Find the minimum (largest negative) lagrange multiplier - for the active inequalities - to potentially deactivate.
- suggestConstraintToInclude() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
-
Find minimum (largest negative) slack - for the inactive inequalities - to potentially activate.
- suggestUsingLagrangeMagnitude() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- suggestUsingVectorProjection() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- sum() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Running sum
- sum() - Method in class org.ojalgo.function.aggregator.BigAggregator
- sum() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- sum() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- sum() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- sum() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- sum() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- sum(Access1D<N>...) - Method in class org.ojalgo.tensor.TensorFactory1D
-
Direct sum of vectors.
- sum(Access1D<N>...) - Method in class org.ojalgo.tensor.TensorFactoryAnyD
-
Direct sum of vectors.
- SUM - org.ojalgo.function.aggregator.Aggregator
- SUM - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- SUM - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- SUM - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- SUM - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- SUM - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- SUM - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- sum2() - Method in class org.ojalgo.function.aggregator.AggregatorSet
-
Running sum of squares
- sum2() - Method in class org.ojalgo.function.aggregator.BigAggregator
- sum2() - Method in class org.ojalgo.function.aggregator.ComplexAggregator
- sum2() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator
- sum2() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator
- sum2() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator
- sum2() - Method in class org.ojalgo.function.aggregator.RationalAggregator
- SUM2 - org.ojalgo.function.aggregator.Aggregator
- SUM2 - Static variable in class org.ojalgo.function.aggregator.BigAggregator
- SUM2 - Static variable in class org.ojalgo.function.aggregator.ComplexAggregator
- SUM2 - Static variable in class org.ojalgo.function.aggregator.PrimitiveAggregator
- SUM2 - Static variable in class org.ojalgo.function.aggregator.QuadrupleAggregator
- SUM2 - Static variable in class org.ojalgo.function.aggregator.QuaternionAggregator
- SUM2 - Static variable in class org.ojalgo.function.aggregator.RationalAggregator
- superdiagonal(D) - Method in class org.ojalgo.matrix.store.DiagonalStore.Builder
- superimpose(long, long, Access2D<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- superimpose(long, long, Access2D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- superimpose(long, long, S) - Method in interface org.ojalgo.structure.Structure2D.Logical
- superimpose(Access2D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- superimpose(S) - Method in interface org.ojalgo.structure.Structure2D.Logical
- SuperimposedStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
SuperimposedStore
- SuperimposedStore(MatrixStore<N>, long, long, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.SuperimposedStore
- SuperimposedStore(MatrixStore<N>, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.SuperimposedStore
- supplier() - Method in class org.ojalgo.matrix.BasicMatrix
- SupplierIterator<T> - Class in org.ojalgo.netio
- SupplierIterator(FromFileReader<T>) - Constructor for class org.ojalgo.netio.SupplierIterator
- supplyDiagonalTo(double[], double[]) - Method in class org.ojalgo.matrix.decomposition.DeferredTridiagonal
- supplyDiagonalTo(double[], double[]) - Method in class org.ojalgo.matrix.decomposition.SimultaneousTridiagonal
- supplyDiagonalTo(double[], double[]) - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- supplyMainDiagonalTo(double[]) - Method in class org.ojalgo.matrix.store.DiagonalStore
- supplyNonZerosTo(Mutate1D) - Method in class org.ojalgo.array.SparseArray
- supplySubdiagonalTo(double[]) - Method in class org.ojalgo.matrix.store.DiagonalStore
- supplySuperdiagonalTo(double[]) - Method in class org.ojalgo.matrix.store.DiagonalStore
- supplyTo(double[]) - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- supplyTo(double[]) - Method in interface org.ojalgo.structure.Access1D
- supplyTo(double[]) - Method in class org.ojalgo.type.FloatingPointReceptacle
- supplyTo(double[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- supplyTo(float[]) - Method in class org.ojalgo.type.FloatingPointReceptacle
- supplyTo(float[], int) - Method in class org.ojalgo.type.FloatingPointReceptacle
- supplyTo(PhysicalStore<N>) - Method in class org.ojalgo.matrix.store.ColumnsSupplier.SingleView
- supplyTo(PhysicalStore<N>) - Method in class org.ojalgo.matrix.store.RowsSupplier.SingleView
- supplyTo(TransformableRegion<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.BasicMatrix
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.DenseMutator2D
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.ColumnsStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.DiagonalStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.LeftRightStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorLeft
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.BinaryOperatorRight
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsModifier
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.ColumnsReducer
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.Multiplication
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.RowsModifier
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.RowsReducer
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.Transformer
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.Transpose
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.MatrixPipeline.UnaryOperator
- supplyTo(TransformableRegion<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- supplyTo(TransformableRegion<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.RepeatedColumnsStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.RepeatedRowsStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.RowsStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.RowsSupplier
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.ShadingStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.SingleStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.TransposedStore
- supplyTo(TransformableRegion<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
- supplyTo(Mutate1D) - Method in class org.ojalgo.array.Array1D
- supplyTo(Mutate1D) - Method in class org.ojalgo.array.ArrayR032
- supplyTo(Mutate1D) - Method in class org.ojalgo.array.ArrayR064
- supplyTo(Mutate1D) - Method in class org.ojalgo.array.BasicArray
- supplyTo(Mutate1D) - Method in class org.ojalgo.array.BufferR032
- supplyTo(Mutate1D) - Method in class org.ojalgo.array.BufferR064
- supplyTo(Mutate1D) - Method in class org.ojalgo.structure.Access1D.SelectionView
- supplyTo(Mutate1D) - Method in class org.ojalgo.structure.Access2D.ColumnView
- supplyTo(Mutate1D) - Method in class org.ojalgo.structure.Access2D.RowView
- supplyTo(Mutate1D) - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- supplyTo(Mutate2D) - Method in class org.ojalgo.array.Array2D
- supplyTo(Mutate2D) - Method in class org.ojalgo.scalar.ComplexNumber
- supplyTo(Mutate2D) - Method in class org.ojalgo.scalar.Quaternion
- supplyTo(Mutate2D) - Method in class org.ojalgo.structure.Access2D.SelectionView
- supplyTo(Mutate2D) - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- supplyTo(Mutate2D.Receiver<Double>) - Method in class org.ojalgo.data.DataBatch
- supplyTo(MutateAnyD) - Method in class org.ojalgo.array.ArrayAnyD
- supplyTo(MutateAnyD) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- supplyTo(R) - Method in interface org.ojalgo.structure.Access1D.Collectable
- supplyTo(R) - Method in interface org.ojalgo.structure.Access2D.Collectable
- supplyTo(R) - Method in interface org.ojalgo.structure.AccessAnyD.Collectable
- swap(double...) - Method in class org.ojalgo.random.SampleSet
- swap(Access1D<?>) - Method in class org.ojalgo.random.SampleSet
-
Replace the underlying samples and reset the sample set.
- SWAP - Class in org.ojalgo.array.operation
-
Given two vectors x and y, the ?swap routines return vectors y and x swapped, each replacing the other.
- SWAP() - Constructor for class org.ojalgo.array.operation.SWAP
- switchObjective() - Method in class org.ojalgo.optimisation.linear.DenseTableau
- switchObjective() - Method in class org.ojalgo.optimisation.linear.RevisedStore
- switchObjective() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- switchObjective() - Method in class org.ojalgo.optimisation.linear.SparseTableau
- switchToPhase2() - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- switchToPhase2() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- SYMBOL - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- symmetric(boolean) - Method in class org.ojalgo.matrix.BasicMatrix
- symmetric(boolean) - Method in interface org.ojalgo.matrix.store.MatrixStore
- symmetric(boolean) - Method in interface org.ojalgo.structure.Structure2D.Logical
-
Defines a symmetric
Structure2D
(matrix) by mirroring one half (diagonally) on the other. - Symmetric() - Constructor for class org.ojalgo.matrix.decomposition.RawEigenvalue.Symmetric
- SYMMETRIC_2X2 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- SYMMETRIC_2X2 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- SYMMETRIC_2X2 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- SYMMETRIC_3X3 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- SYMMETRIC_3X3 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- SYMMETRIC_3X3 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- SYMMETRIC_4X4 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- SYMMETRIC_4X4 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- SYMMETRIC_4X4 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- SYMMETRIC_5X5 - Static variable in class org.ojalgo.matrix.task.AbstractDeterminator
- SYMMETRIC_5X5 - Static variable in class org.ojalgo.matrix.task.AbstractInverter
- SYMMETRIC_5X5 - Static variable in class org.ojalgo.matrix.task.AbstractSolver
- symmetric2X2(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- symmetric2X2(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- symmetric3X3(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- symmetric3X3(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- symmetric4X4(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- symmetric4X4(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- symmetric5X5(Access2D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractInverter
- symmetric5X5(Access2D<?>, Access1D<?>, PhysicalStore<?>) - Static method in class org.ojalgo.matrix.task.AbstractSolver
- synchronised() - Method in interface org.ojalgo.matrix.store.TransformableRegion
-
Creates a wrapper that ensures all access to the target is synchronized.
- SynchronizedRegion(TransformableRegion<N>) - Constructor for class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
T
- TAB - Static variable in class org.ojalgo.optimisation.FileFormatEBM
- TableauCutGenerator - Class in org.ojalgo.optimisation.linear
- TableauCutGenerator() - Constructor for class org.ojalgo.optimisation.linear.TableauCutGenerator
- tailMap(long) - Method in class org.ojalgo.array.LongToNumberMap
- tailMap(Long) - Method in class org.ojalgo.array.LongToNumberMap
- tailMap(K) - Method in class org.ojalgo.series.MappedIndexSeries
- tailMap(K) - Method in class org.ojalgo.series.TreeSeries
- tailMap(K, boolean) - Method in class org.ojalgo.series.TreeSeries
- tailMap(CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
- tailMap(CalendarDate, boolean) - Method in class org.ojalgo.series.CalendarDateSeries
- take(BlockingQueue<T>, int, Consumer<T>) - Method in class org.ojalgo.concurrent.ProcessingService
-
Will submit precisely
parallelism
tasks that each take from thequeue
feeding the items to theprocessor
. - take(BlockingQueue<T>, IntSupplier, Consumer<T>) - Method in class org.ojalgo.concurrent.ProcessingService
- tan() - Method in class org.ojalgo.function.BigFunction
- tan() - Method in class org.ojalgo.function.ComplexFunction
- tan() - Method in class org.ojalgo.function.FunctionSet
- tan() - Method in class org.ojalgo.function.PrimitiveFunction
- tan() - Method in class org.ojalgo.function.QuadrupleFunction
- tan() - Method in class org.ojalgo.function.QuaternionFunction
- tan() - Method in class org.ojalgo.function.RationalFunction
- TAN - Static variable in class org.ojalgo.function.constant.BigMath
- TAN - Static variable in class org.ojalgo.function.constant.ComplexMath
- TAN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TAN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TAN - Static variable in class org.ojalgo.function.constant.QuaternionMath
- TAN - Static variable in class org.ojalgo.function.constant.RationalMath
- tanh() - Method in class org.ojalgo.function.BigFunction
- tanh() - Method in class org.ojalgo.function.ComplexFunction
- tanh() - Method in class org.ojalgo.function.FunctionSet
- tanh() - Method in class org.ojalgo.function.PrimitiveFunction
- tanh() - Method in class org.ojalgo.function.QuadrupleFunction
- tanh() - Method in class org.ojalgo.function.QuaternionFunction
- tanh() - Method in class org.ojalgo.function.RationalFunction
- tanh(BigDecimal) - Static method in class org.ojalgo.function.special.MissingMath
- TANH - org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
[-1,1]
- TANH - Static variable in class org.ojalgo.function.constant.BigMath
- TANH - Static variable in class org.ojalgo.function.constant.ComplexMath
- TANH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TANH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TANH - Static variable in class org.ojalgo.function.constant.QuaternionMath
- TANH - Static variable in class org.ojalgo.function.constant.RationalMath
- TARGET_CONTEXT - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- TDistribution - Class in org.ojalgo.random
- TDistribution(double) - Constructor for class org.ojalgo.random.TDistribution
- TDistribution.Degree1 - Class in org.ojalgo.random
- TDistribution.Degree2 - Class in org.ojalgo.random
- TDistribution.Degree3 - Class in org.ojalgo.random
- TDistribution.Degree4 - Class in org.ojalgo.random
- TDistribution.Degree5 - Class in org.ojalgo.random
- TDistribution.DegreeInfinity - Class in org.ojalgo.random
- Template(String) - Constructor for class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Template
- TemporalContext<T extends java.time.temporal.Temporal> - Class in org.ojalgo.type.context
-
An implementation of
TypeContext
that is implemented in terms ofDateTimeFormatter
andTemporalAdjuster
. - TemporalContext(DateTimeFormatter, TemporalAdjuster) - Constructor for class org.ojalgo.type.context.TemporalContext
- TEN - Static variable in class org.ojalgo.function.constant.BigMath
- TEN - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TEN - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TEN - Static variable in class org.ojalgo.function.constant.RationalMath
- tensor() - Method in class org.ojalgo.array.Array1D.Factory
- tensor() - Method in class org.ojalgo.array.Array2D.Factory
- tensor() - Method in class org.ojalgo.array.ArrayAnyD.Factory
- Tensor<N extends java.lang.Comparable<N>,T extends Tensor<N,T>> - Interface in org.ojalgo.tensor
-
An n:th-rank tensor in m-dimensional space is a mathematical object that has n indices and m^n components and obeys certain transformation rules.
- tensor1D() - Method in class org.ojalgo.matrix.MatrixFactory
- tensor1D() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- tensor2D() - Method in class org.ojalgo.matrix.MatrixFactory
- tensor2D() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- TensorFactory1D<N extends java.lang.Comparable<N>,T extends Mutate1D> - Class in org.ojalgo.tensor
- TensorFactory1D(Factory1D<T>) - Constructor for class org.ojalgo.tensor.TensorFactory1D
- TensorFactory2D<N extends java.lang.Comparable<N>,T extends Mutate2D> - Class in org.ojalgo.tensor
- TensorFactory2D(Factory2D<T>) - Constructor for class org.ojalgo.tensor.TensorFactory2D
- TensorFactoryAnyD<N extends java.lang.Comparable<N>,T extends MutateAnyD> - Class in org.ojalgo.tensor
- TensorFactoryAnyD(FactoryAnyD<T>) - Constructor for class org.ojalgo.tensor.TensorFactoryAnyD
- TENTH - Static variable in class org.ojalgo.function.constant.BigMath
- TENTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TENTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TENTH - Static variable in class org.ojalgo.function.constant.RationalMath
- TERA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- TERA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- TERA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- TERA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- test() - Method in class org.ojalgo.optimisation.service.ServiceIntegration
- test(double) - Method in interface org.ojalgo.function.PredicateFunction
- test(String, int, int, String) - Method in interface org.ojalgo.optimisation.FileFormatMPS.FieldPredicate
-
Test if the field is "correct".
- test(N) - Method in interface org.ojalgo.function.PredicateFunction
- test(T, SampleSet, long) - Method in interface org.ojalgo.random.FrequencyMap.FrequencyPredicate
- testDualEnterRatio(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- testHeader(String) - Static method in class org.ojalgo.data.domain.finance.series.AlphaVantageParser
-
Checks if the header matches what this parser can handle.
- testHeader(String) - Static method in class org.ojalgo.data.domain.finance.series.IEXTradingParser
-
Checks if the header matches what this parser can handle.
- testHeader(String) - Static method in class org.ojalgo.data.domain.finance.series.YahooParser
-
Checks if the header matches what this parser can handle.
- testPrimalExitRatio(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- TEXT - Static variable in class org.ojalgo.type.StandardType
- TextLineInterpreter<T> - Interface in org.ojalgo.netio
- TextLineReader - Class in org.ojalgo.netio
- TextLineReader(InputStream) - Constructor for class org.ojalgo.netio.TextLineReader
- TextLineReader(Reader) - Constructor for class org.ojalgo.netio.TextLineReader
- TextLineReader.Parser<T> - Interface in org.ojalgo.netio
- TextLineWriter - Class in org.ojalgo.netio
- TextLineWriter(OutputStream) - Constructor for class org.ojalgo.netio.TextLineWriter
- TextLineWriter.CSVLineBuilder - Class in org.ojalgo.netio
-
A reusable delimited "text line" builder.
- TextLineWriter.Formatter<T> - Interface in org.ojalgo.netio
- THIRD - Static variable in class org.ojalgo.function.constant.BigMath
- THIRD - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- THIRD - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- THIRD - Static variable in class org.ojalgo.function.constant.RationalMath
- THOUSAND - Static variable in class org.ojalgo.function.constant.BigMath
- THOUSAND - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- THOUSAND - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- THOUSAND - Static variable in class org.ojalgo.function.constant.RationalMath
- THOUSANDTH - Static variable in class org.ojalgo.function.constant.BigMath
- THOUSANDTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- THOUSANDTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- THOUSANDTH - Static variable in class org.ojalgo.function.constant.RationalMath
- THREAD - Static variable in class org.ojalgo.machine.BasicMachine
- threads - Variable in class org.ojalgo.machine.BasicMachine
- THREADS - org.ojalgo.concurrent.Parallelism
-
The total number of threads (incl.
- THREADS - Static variable in class org.ojalgo.machine.BasicMachine
- THREE - Static variable in class org.ojalgo.function.constant.BigMath
- THREE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- THREE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- THREE - Static variable in class org.ojalgo.function.constant.RationalMath
- THREE_QUARTERS - Static variable in class org.ojalgo.function.constant.BigMath
- THREE_QUARTERS - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- THREE_QUARTERS - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- THREE_QUARTERS - Static variable in class org.ojalgo.function.constant.RationalMath
- threshold(int) - Method in class org.ojalgo.concurrent.DivideAndConquer.Divider
- THRESHOLD - Static variable in class org.ojalgo.array.operation.AggregateAll
- THRESHOLD - Static variable in class org.ojalgo.array.operation.AMAX
- THRESHOLD - Static variable in class org.ojalgo.array.operation.AMIN
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ApplyCholesky
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ApplyLDL
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ApplyLU
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ASUM
- THRESHOLD - Static variable in class org.ojalgo.array.operation.AXPY
- THRESHOLD - Static variable in class org.ojalgo.array.operation.CABS1
- THRESHOLD - Static variable in class org.ojalgo.array.operation.COPY
- THRESHOLD - Static variable in class org.ojalgo.array.operation.CorePrimitiveOperation
- THRESHOLD - Static variable in class org.ojalgo.array.operation.DOT
- THRESHOLD - Static variable in class org.ojalgo.array.operation.DOTC
- THRESHOLD - Static variable in class org.ojalgo.array.operation.DOTU
- THRESHOLD - Static variable in class org.ojalgo.array.operation.Exchange
- THRESHOLD - Static variable in class org.ojalgo.array.operation.FillAll
- THRESHOLD - Static variable in class org.ojalgo.array.operation.FillMatchingDual
-
2013-10-22: Was set to 128 (based on calibration) but I saw a dip in relative performance (java matrix benchmark) at size 200.
- THRESHOLD - Static variable in class org.ojalgo.array.operation.FillMatchingSingle
- THRESHOLD - Static variable in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderColumn
- THRESHOLD - Static variable in class org.ojalgo.array.operation.GenerateApplyAndCopyHouseholderRow
- THRESHOLD - Static variable in class org.ojalgo.array.operation.HermitianRank2Update
- THRESHOLD - Static variable in class org.ojalgo.array.operation.IndexOf
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ModifyAll
- THRESHOLD - Static variable in class org.ojalgo.array.operation.MultiplyHermitianAndVector
- THRESHOLD - Static variable in class org.ojalgo.array.operation.OperationBinary
- THRESHOLD - Static variable in class org.ojalgo.array.operation.OperationParameter
- THRESHOLD - Static variable in class org.ojalgo.array.operation.OperationUnary
- THRESHOLD - Static variable in class org.ojalgo.array.operation.OperationVoid
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ROT
- THRESHOLD - Static variable in class org.ojalgo.array.operation.RotateLeft
- THRESHOLD - Static variable in class org.ojalgo.array.operation.RotateRight
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ROTG
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ROTM
- THRESHOLD - Static variable in class org.ojalgo.array.operation.ROTMG
- THRESHOLD - Static variable in class org.ojalgo.array.operation.SCAL
- THRESHOLD - Static variable in class org.ojalgo.array.operation.SDOT
- THRESHOLD - Static variable in class org.ojalgo.array.operation.SortAll
- THRESHOLD - Static variable in class org.ojalgo.array.operation.SubstituteBackwards
- THRESHOLD - Static variable in class org.ojalgo.array.operation.SubstituteForwards
- THRESHOLD - Static variable in class org.ojalgo.array.operation.SWAP
- THRESHOLD - Static variable in class org.ojalgo.array.operation.VisitAll
- THRESHOLD - Static variable in class org.ojalgo.matrix.operation.HouseholderLeft
- THRESHOLD - Static variable in class org.ojalgo.matrix.operation.HouseholderRight
- THRESHOLD - Static variable in class org.ojalgo.matrix.operation.MultiplyBoth
- THRESHOLD - Static variable in class org.ojalgo.matrix.operation.MultiplyLeft
- THRESHOLD - Static variable in class org.ojalgo.matrix.operation.MultiplyNeither
- THRESHOLD - Static variable in class org.ojalgo.matrix.operation.MultiplyRight
- THRESHOLD - Static variable in class org.ojalgo.matrix.task.iterative.ParallelGaussSeidelSolver
- Throughput - Class in org.ojalgo.type.management
- Throughput() - Constructor for class org.ojalgo.type.management.Throughput
- ThroughputMBean - Interface in org.ojalgo.type.management
- throwForIllegalInvocation() - Static method in exception org.ojalgo.ProgrammingError
-
For hidden, not-to-be-used, constructors and methods.
- throwForMultiplicationNotPossible() - Static method in exception org.ojalgo.ProgrammingError
- throwForTryingToModifyAnImmutableObject() - Static method in exception org.ojalgo.ProgrammingError
- throwForUnsupportedOptionalOperation() - Static method in exception org.ojalgo.ProgrammingError
- throwIfMultiplicationNotPossible(Access2D<?>, Access2D<?>) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNotEqualColumnDimensions(Access2D<?>, Access2D<?>) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNotEqualDimensions(Access2D<?>, Access2D<?>) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNotEqualRowDimensions(Structure2D, Structure1D) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNotSquare(Structure2D) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNull(Object) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNull(Object...) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNull(Object, Object) - Static method in exception org.ojalgo.ProgrammingError
- throwIfNull(Object, Object, Object) - Static method in exception org.ojalgo.ProgrammingError
- throwWithMessage(String, Object...) - Static method in exception org.ojalgo.ProgrammingError
- tighten() - Method in class org.ojalgo.optimisation.Expression
-
Will attempt to exploit integer property to tighten the lower and/or upper limits (integer rounding).
- time(CalendarDateDuration) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Optimiser
- TIME - org.ojalgo.type.format.DatePart
- TIME - Static variable in class org.ojalgo.type.StandardType
- time_abort - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
The maximmum number of millis allowed for the solve() command.
- time_suffice - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Calculations will be terminated after this amount of time if a feasible solution has been found.
- TimedResult(T, CalendarDateDuration) - Constructor for class org.ojalgo.type.Stopwatch.TimedResult
- TimeIndex<T extends java.lang.Comparable<? super T>> - Class in org.ojalgo.type
- TimeIndex() - Constructor for class org.ojalgo.type.TimeIndex
- timeout(Duration) - Method in class org.ojalgo.netio.ServiceClient.Request
- TIMER - Static variable in class org.ojalgo.data.domain.finance.series.SourceCache
- TIMER - Static variable in class org.ojalgo.type.TypeCache
-
Deprecated.
- TimeSeriesBuilder(TimeIndex<K>) - Constructor for class org.ojalgo.series.BasicSeries.TimeSeriesBuilder
- TINY - Static variable in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
≈ 1.6E-291
- to - Variable in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- toActivatorString() - Method in class org.ojalgo.optimisation.convex.ActiveSetSolver
- toAdjusted(BigDecimal) - Method in class org.ojalgo.optimisation.ModelEntity
-
Will convert a
BigDecimal
model parameter to a corresponingdouble
solver parameter, in the process scaling it. - toAnnualReturnFromGrowthFactor(double, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
GrowthRate = ln(GrowthFactor)
- toAnnualReturnFromGrowthRate(double, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
AnnualReturn = exp(GrowthRate * GrowthRateUnitsPerYear) - 1.0
- toArray() - Method in class org.ojalgo.array.NumberList
- toArray() - Method in class org.ojalgo.type.collection.CloseableList
- toArray(E[]) - Method in class org.ojalgo.type.collection.CloseableList
- toArray(Collection<? extends P>) - Static method in class org.ojalgo.random.process.Process1D
- toArray(T[]) - Method in class org.ojalgo.array.NumberList
- toBaseIndex(int) - Method in class org.ojalgo.matrix.store.ColumnsStore
- toBaseIndex(int) - Method in class org.ojalgo.matrix.store.RowsStore
- toBaseIndex(long) - Method in class org.ojalgo.matrix.store.ColumnsStore
- toBaseIndex(long) - Method in class org.ojalgo.matrix.store.RowsStore
- toBigDecimal() - Method in class org.ojalgo.scalar.BigScalar
- toBigDecimal() - Method in class org.ojalgo.scalar.ComplexNumber
- toBigDecimal() - Method in class org.ojalgo.scalar.ExactDecimal
- toBigDecimal() - Method in class org.ojalgo.scalar.PrimitiveScalar
- toBigDecimal() - Method in class org.ojalgo.scalar.Quadruple
- toBigDecimal() - Method in class org.ojalgo.scalar.Quaternion
- toBigDecimal() - Method in class org.ojalgo.scalar.RationalNumber
- toBigDecimal() - Method in interface org.ojalgo.scalar.Scalar
- toBigDecimal(double) - Method in class org.ojalgo.type.context.NumberContext
-
Will create an "enforced" BigDecimal instance.
- toBigDecimal(Comparable<?>) - Static method in class org.ojalgo.optimisation.ModelEntity
- toBigDecimal(Comparable<?>) - Static method in class org.ojalgo.type.TypeUtils
-
If the input java.lang.Comparale is a BigDecimal it is passed through unaltered.
- toBigDecimal(Comparable<?>, NumberContext) - Static method in class org.ojalgo.type.TypeUtils
- toBigDecimal(Enum<?>) - Method in class org.ojalgo.netio.EnumeratedColumnsParser.LineView
- toBigDecimal(MathContext) - Method in class org.ojalgo.scalar.Quadruple
- toBigDecimal(MathContext) - Method in class org.ojalgo.scalar.RationalNumber
- toBigDecimal(NumberContext) - Method in class org.ojalgo.scalar.ExactDecimal
- toBoolean(int) - Static method in interface org.ojalgo.type.NumberDefinition
- toByte(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(byte) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(char) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(double) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(float) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(int) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(long) - Static method in interface org.ojalgo.netio.DataInterpreter
- toBytes(short) - Static method in interface org.ojalgo.netio.DataInterpreter
- toCalendar() - Method in class org.ojalgo.type.CalendarDate
- toCalendar(Instant) - Static method in class org.ojalgo.type.CalendarDate
- toCalendar(Instant, Locale) - Static method in class org.ojalgo.type.CalendarDate
- toCalendar(Instant, TimeZone) - Static method in class org.ojalgo.type.CalendarDate
- toCalendar(Instant, TimeZone, Locale) - Static method in class org.ojalgo.type.CalendarDate
- toCalendar(Locale) - Method in class org.ojalgo.type.CalendarDate
- toCalendar(TimeZone) - Method in class org.ojalgo.type.CalendarDate
- toCalendar(TimeZone, Locale) - Method in class org.ojalgo.type.CalendarDate
- toChar(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toColumnIndex(C) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toColumnKey(long) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toComparable(int, double, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy.DefaultStrategy
-
If not yet found integer solution then compare the remaining/reversed (larger) fraction, otherwise the fraction scaled by the significance.
- toComparable(int, double, boolean) - Method in class org.ojalgo.optimisation.integer.ModelStrategy
-
Convert the fraction to something "comparable" used to determine which variable to branch on.
- toComplexMatrix() - Method in class org.ojalgo.scalar.Quaternion
- toConvexStateFromDual(Optimisation.Result, ConvexData<Double>) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- toConvexStateFromPrimal(Optimisation.Result, ConvexData<Double>) - Static method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- toCorrelations() - Method in class org.ojalgo.data.domain.finance.portfolio.MarketEquilibrium
- toCorrelations(Access2D<?>) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- toCorrelations(Access2D<?>, boolean) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
Will extract the correlation coefficients from the input covariance matrix.
- toCovariances(Access1D<?>, Access2D<?>) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
Vill constract a covariance matrix from the standard deviations (volatilities) and correlation coefficient,
- toDataSeries() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- toDate() - Method in class org.ojalgo.type.CalendarDate
- toDate(Instant) - Static method in class org.ojalgo.type.CalendarDate
- toDeterminantProvider(ElementsSupplier<N>, Supplier<MatrixStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Determinant
- toDeterminantProvider(ElementsSupplier<N>, Supplier<MatrixStore<N>>) - Method in interface org.ojalgo.matrix.task.DeterminantTask
- toDiagonal(double[], double[], RotateRight, RotateRight, ExchangeColumns, ExchangeColumns, NegateColumn) - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
- toDisplayString() - Method in interface org.ojalgo.type.BusinessObject
- toDouble(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toDoubles() - Method in class org.ojalgo.type.FloatingPointReceptacle
-
Will create a new array with each call.
- toDurationInMillis() - Method in interface org.ojalgo.type.CalendarDate.Resolution
-
The size/duration of a timeline resolution "unit".
- toDurationInMillis() - Method in class org.ojalgo.type.CalendarDateDuration
- toDurationInMillis() - Method in enum org.ojalgo.type.CalendarDateUnit
- toDurationInNanos() - Method in interface org.ojalgo.type.CalendarDate.Resolution
- toDurationInNanos() - Method in class org.ojalgo.type.CalendarDateDuration
- toDurationInNanos() - Method in enum org.ojalgo.type.CalendarDateUnit
- toFeasibilityChecker() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Disregard the objective function (set it to zero) and form the dual LP.
- ToFileWriter<T> - Interface in org.ojalgo.netio
-
Essentially just a
Consumer
, but assumed to be writing to a file or similar, and therefore extendsCloseable
. - ToFileWriter.Builder<F> - Class in org.ojalgo.netio
- toFirstOrderApproximation(Access1D<N>) - Method in class org.ojalgo.function.multiary.ApproximateFunction
- toFirstOrderApproximation(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
- toFloat(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toFloats() - Method in class org.ojalgo.type.FloatingPointReceptacle
-
Will create a new array with each call.
- toFormat(DatePart, DateStyle, Locale) - Static method in class org.ojalgo.type.context.DateContext
- toFormat(NumberStyle, Locale) - Static method in class org.ojalgo.type.context.NumberContext
- toFrequencyDomain() - Method in class org.ojalgo.data.image.ImageData
-
Transforms the spatial representation of the image to its frequency representation using the discrete Fourier transform.
- toFunction() - Method in class org.ojalgo.optimisation.Expression
- toGrowthFactorFromAnnualReturn(double, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
GrowthFactor = exp(GrowthRate)
- toGrowthRateFromAnnualReturn(double, CalendarDateUnit) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
GrowthRate = ln(1.0 + InterestRate) / GrowthRateUnitsPerYear
- toHexString() - Method in class org.ojalgo.type.ColourData
- toHexString(int) - Static method in class org.ojalgo.type.TypeUtils
-
The way colours are specified in html pages.
- toIndex(double) - Static method in class org.ojalgo.series.MappedIndexSeries
- toIndex(int, T) - Method in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- toIndex(Object[]) - Method in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- toIndex(Structure2D.RowColumnKey<R, C>) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toIndex(CalendarDate) - Method in interface org.ojalgo.type.CalendarDate.Resolution
- toIndex(R, C) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toIndex(T) - Method in class org.ojalgo.structure.Structure1D.BasicMapper
- toIndex(T) - Method in interface org.ojalgo.structure.Structure1D.IndexMapper
-
For each key (any instance of that type) there is a corresponding index value – 1 or more key instances will be mapped to each index value.
- toInstant() - Method in class org.ojalgo.type.CalendarDate
- toInt(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toInt(double) - Static method in interface org.ojalgo.type.NumberDefinition
- toInt(float) - Static method in interface org.ojalgo.type.NumberDefinition
- toIntIndex(int) - Method in class org.ojalgo.optimisation.Expression
- toIntIndex(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- toIntIndex(Variable) - Method in class org.ojalgo.optimisation.Expression
- toIntIndexes(long[]) - Static method in interface org.ojalgo.structure.Structure1D
- toIntRowColumn(int, int) - Method in class org.ojalgo.optimisation.Expression
- toIntRowColumn(int, int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- toIntRowColumn(Variable, Variable) - Method in class org.ojalgo.optimisation.Expression
- toInverseProvider(ElementsSupplier<N>, Supplier<MatrixStore<N>>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- toInverseProvider(ElementsSupplier<N>, Supplier<MatrixStore<N>>) - Method in interface org.ojalgo.matrix.task.InverterTask
- toKey(int, long) - Method in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- toKey(long) - Static method in class org.ojalgo.series.MappedIndexSeries
- toKey(long) - Method in class org.ojalgo.structure.Structure1D.BasicMapper
- toKey(long) - Method in interface org.ojalgo.structure.Structure1D.IndexMapper
-
In most cases it should be safe to assume that the input index value is valid (matching what would be created by
Structure1D.IndexMapper.toIndex(Object)
). - toKey(long) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toKey(long) - Method in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- toKey(long) - Method in interface org.ojalgo.type.CalendarDate.Resolution
- toKey(long, int) - Method in class org.ojalgo.structure.StructureAnyD.ReferenceMapper
- toLinearApproximation() - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Approximate at origin (0.0 vector)
- toLinearApproximation(Access1D<Double>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
Linearise the objective function (at the specified point) and duplicate all variables to handle the (potential) positive and negative parts separately.
- toListOfRows(Access2D<?>, Access2D<?>) - Static method in class org.ojalgo.matrix.task.iterative.IterativeSolverTask
- toLocalDate(Instant, ZoneId) - Static method in class org.ojalgo.type.CalendarDate
- toLocalDate(ZoneOffset) - Method in class org.ojalgo.type.CalendarDate
- toLocalDate(Calendar) - Static method in class org.ojalgo.type.CalendarDate
- toLocalDateTime(Instant, ZoneId) - Static method in class org.ojalgo.type.CalendarDate
- toLocalDateTime(ZoneOffset) - Method in class org.ojalgo.type.CalendarDate
- toLocalizedPattern() - Method in interface org.ojalgo.type.context.NumberContext.FormatPattern
- toLocalizedPattern() - Method in class org.ojalgo.type.context.NumberContext
-
Works with DecimalFormat and NumberContext.FormatPattern implementations.
- toLocalTime(Instant, ZoneId) - Static method in class org.ojalgo.type.CalendarDate
- toLocalTime(ZoneOffset) - Method in class org.ojalgo.type.CalendarDate
- toLong(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toLong(double) - Static method in interface org.ojalgo.type.NumberDefinition
- toLongIndexes(int[]) - Static method in interface org.ojalgo.structure.Structure1D
- toLowercase(int) - Static method in class org.ojalgo.netio.ASCII
-
If aChar is an uppercase character it is converted to the corresponding lowercase character.
- toMinIntExact(long...) - Static method in class org.ojalgo.function.special.MissingMath
- toMinIntExact(long, long) - Static method in class org.ojalgo.function.special.MissingMath
- toMinIntExact(long, long, long) - Static method in class org.ojalgo.function.special.MissingMath
- toMinIntExact(long, long, long, long) - Static method in class org.ojalgo.function.special.MissingMath
- toModelState(Optimisation.Result, M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
-
Convert solver state to model state.
- toModelState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ConfiguredIntegration
- toModelState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.ModelIntegration
- toModelState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- toModelState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.ModelIntegration
- toModelState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
- toModelState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- toModelVariableValues(Access1D<?>, ExpressionsBasedModel, ArrayR064) - Static method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- toMultiplicationMatrix() - Method in class org.ojalgo.scalar.ComplexNumber
- toMultiplicationMatrix() - Method in class org.ojalgo.scalar.Quaternion
- toMultiplicationVector() - Method in class org.ojalgo.scalar.ComplexNumber
- toMultiplicationVector() - Method in class org.ojalgo.scalar.Quaternion
- toObjectiveFunction(MatrixStore<?>, MatrixStore<?>) - Static method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- toObjectiveFunction(MatrixStore<Double>) - Static method in class org.ojalgo.optimisation.linear.LinearSolver
- toOffsetDateTime(Instant, ZoneId) - Static method in class org.ojalgo.type.CalendarDate
- toOffsetDateTime(Instant, ZoneId, Instant) - Static method in class org.ojalgo.type.CalendarDate
- toOffsetDateTime(Instant, ZoneOffset) - Static method in class org.ojalgo.type.CalendarDate
- toOffsetDateTime(ZoneOffset) - Method in class org.ojalgo.type.CalendarDate
- toOutput(double[], double[], boolean, boolean, Mutate2D.ModifiableReceiver<ComplexNumber>) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
-
Copy the results to the output data structure.
- toPattern() - Method in interface org.ojalgo.type.context.NumberContext.FormatPattern
- toPattern() - Method in class org.ojalgo.type.context.NumberContext
-
Works with DecimalFormat and NumberContext.FormatPattern implementations.
- toPlainString(NumberContext) - Method in interface org.ojalgo.scalar.Scalar
- toPositiveFraction(BigDecimal) - Method in class org.ojalgo.optimisation.Expression
- toPowerOf2Exponent(int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- toPrintable(int) - Static method in class org.ojalgo.netio.ASCII
- toRanged(int) - Static method in class org.ojalgo.data.image.ImageData
- toRawCopy1D() - Method in class org.ojalgo.matrix.store.R032Store
- toRawCopy1D() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- toRawCopy1D() - Method in interface org.ojalgo.structure.Access1D
- toRawCopy2D() - Method in class org.ojalgo.matrix.store.R032Store
- toRawCopy2D() - Method in class org.ojalgo.matrix.store.Subregion2D.SynchronizedRegion
- toRawCopy2D() - Method in interface org.ojalgo.structure.Access2D
- toRotationMatrix() - Method in class org.ojalgo.scalar.ComplexNumber
- toRotationMatrix() - Method in class org.ojalgo.scalar.Quaternion
- toRotationMatrixVersor() - Method in class org.ojalgo.scalar.Quaternion
- toRowIndex(R) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toRowKey(long) - Method in class org.ojalgo.structure.Structure2D.RowColumnMapper
- toScalar() - Method in class org.ojalgo.function.aggregator.AggregatorFunction.PredicateWrapper
- toScalar() - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
- toScalar() - Method in class org.ojalgo.function.aggregator.BigAggregator.BigAggregatorFunction
- toScalar() - Method in class org.ojalgo.function.aggregator.ComplexAggregator.ComplexAggregatorFunction
- toScalar() - Method in class org.ojalgo.function.aggregator.PrimitiveAggregator.PrimitiveAggregatorFunction
- toScalar() - Method in class org.ojalgo.function.aggregator.QuadrupleAggregator.QuadrupleAggregatorFunction
- toScalar() - Method in class org.ojalgo.function.aggregator.QuaternionAggregator.QuaternionAggregatorFunction
- toScalar() - Method in class org.ojalgo.function.aggregator.RationalAggregator.RationalAggregatorFunction
- toScalar(int, int) - Method in class org.ojalgo.matrix.BasicMatrix
- toScalar(int, int) - Method in interface org.ojalgo.matrix.Matrix2D
-
Extracts one element of this matrix as a Scalar.
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.AboveBelowStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.ColumnsStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.ConjugatedStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.DiagonalStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.GenericStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.IdentityStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.LeftRightStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.LowerSymmetricStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
- toScalar(int, int) - Method in interface org.ojalgo.matrix.store.MatrixStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.R032Store
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.R064Store
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.RawStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.RowsStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.SingleStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.SuperimposedStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.TransposedStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.UpperSymmetricStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
- toScalar(int, int) - Method in class org.ojalgo.matrix.store.ZeroStore
- toSecondOrderApproximation(Access1D<N>) - Method in class org.ojalgo.function.multiary.ApproximateFunction
- toSecondOrderApproximation(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
- toShort(byte[]) - Static method in interface org.ojalgo.netio.DataInterpreter
- toSimpleAssets() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- toSimpleAssets(double[]) - Static method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- toSimpleAssets(Comparable<?>[]) - Static method in class org.ojalgo.data.domain.finance.portfolio.SimplePortfolio
- toSimplePortfolio() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- toSolutionProvider(ElementsSupplier<N>, Supplier<MatrixStore<N>>, Access2D<?>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
- toSolutionProvider(ElementsSupplier<N>, Supplier<MatrixStore<N>>, Access2D<?>) - Method in interface org.ojalgo.matrix.task.SolverTask
- toSolverState(Optimisation.Result, M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
-
Convert model state to solver state.
- toSolverState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ConfiguredIntegration
- toSolverState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.ModelIntegration
- toSolverState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
- toSolverState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.ModelIntegration
- toSolverState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.NewIntegration
- toSolverState(Optimisation.Result, ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.linear.LinearSolver.OldIntegration
- toStandardForm() - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
-
Convert inequalities to equalities (adding slack variables) and make sure all RHS are non-negative.
- toString() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- toString() - Method in class org.ojalgo.ann.CalculationLayer
- toString() - Method in class org.ojalgo.ann.NetworkTrainer
- toString() - Method in class org.ojalgo.array.Array1D
- toString() - Method in class org.ojalgo.array.Array2D
- toString() - Method in class org.ojalgo.array.ArrayAnyD
- toString() - Method in class org.ojalgo.array.BasicArray
- toString() - Method in class org.ojalgo.array.LongToNumberMap
- toString() - Method in class org.ojalgo.array.NumberList
- toString() - Method in class org.ojalgo.data.cluster.Point
- toString() - Method in class org.ojalgo.data.domain.finance.portfolio.EquilibriumModel
- toString() - Method in class org.ojalgo.data.domain.finance.portfolio.FinancePortfolio
- toString() - Method in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- toString() - Method in class org.ojalgo.data.domain.finance.series.DatePrice
- toString() - Method in class org.ojalgo.equation.Equation
- toString() - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
- toString() - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
- toString() - Method in class org.ojalgo.function.polynomial.AbstractPolynomial
- toString() - Method in class org.ojalgo.machine.BasicMachine
- toString() - Method in class org.ojalgo.machine.Hardware
- toString() - Method in class org.ojalgo.machine.VirtualMachine
- toString() - Method in class org.ojalgo.matrix.BasicMatrix
- toString() - Method in class org.ojalgo.matrix.store.AbstractStore
- toString() - Method in class org.ojalgo.matrix.store.ColumnsSupplier
- toString() - Method in class org.ojalgo.matrix.store.GenericStore
- toString() - Method in class org.ojalgo.matrix.store.MatrixPipeline
- toString() - Method in class org.ojalgo.matrix.store.R032Store
- toString() - Method in class org.ojalgo.matrix.store.R064Store
- toString() - Method in class org.ojalgo.matrix.store.RawStore
- toString() - Method in class org.ojalgo.matrix.store.RowsSupplier
- toString() - Method in class org.ojalgo.matrix.store.Subregion2D
- toString() - Method in class org.ojalgo.matrix.transformation.Householder.Generic
- toString() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive32
- toString() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive64
- toString() - Method in class org.ojalgo.matrix.transformation.Rotation
- toString() - Method in class org.ojalgo.netio.CharacterRing
- toString() - Method in class org.ojalgo.netio.CharArraySegment
- toString() - Method in enum org.ojalgo.netio.LineTerminator
- toString() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- toString() - Method in class org.ojalgo.netio.ResourceLocator.Request
- toString() - Method in class org.ojalgo.netio.ResourceLocator.Response
- toString() - Method in class org.ojalgo.netio.ResourceLocator
- toString() - Method in class org.ojalgo.netio.ResourceSpecification
- toString() - Method in class org.ojalgo.netio.SegmentedFile.Segment
- toString() - Method in class org.ojalgo.netio.ServiceClient.Request
- toString() - Method in class org.ojalgo.netio.ServiceClient.Response
- toString() - Method in class org.ojalgo.netio.ShardedFile
- toString() - Method in class org.ojalgo.optimisation.convex.BasePrimitiveSolver
- toString() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Description
- toString() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- toString() - Method in class org.ojalgo.optimisation.FileFormatMPS
- toString() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- toString() - Method in class org.ojalgo.optimisation.integer.IntegerSolver.NodeStatistics
- toString() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
- toString() - Method in class org.ojalgo.optimisation.integer.ModelStrategy
- toString() - Method in class org.ojalgo.optimisation.integer.NodeKey
- toString() - Method in class org.ojalgo.optimisation.IntermediateSolver
- toString() - Method in class org.ojalgo.optimisation.linear.LinearStructure
- toString() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.EnterInfo
- toString() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.ExitInfo
- toString() - Method in class org.ojalgo.optimisation.linear.SimplexSolver.IterDescr
- toString() - Method in class org.ojalgo.optimisation.linear.SimplexStore
- toString() - Method in class org.ojalgo.optimisation.linear.SimplexTableau
- toString() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver.IterationPoint
- toString() - Method in class org.ojalgo.optimisation.ModelEntity
- toString() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
May potentially be a very long
String
as it must contain all variable values. - toString() - Method in exception org.ojalgo.ProgrammingError
- toString() - Method in class org.ojalgo.random.RandomNumber
- toString() - Method in class org.ojalgo.random.SampleSet
- toString() - Method in exception org.ojalgo.RecoverableCondition
- toString() - Method in class org.ojalgo.scalar.BigScalar
- toString() - Method in class org.ojalgo.scalar.ComplexNumber
- toString() - Method in class org.ojalgo.scalar.ExactDecimal
- toString() - Method in class org.ojalgo.scalar.PrimitiveScalar
- toString() - Method in class org.ojalgo.scalar.Quadruple
- toString() - Method in class org.ojalgo.scalar.Quaternion
- toString() - Method in class org.ojalgo.scalar.RationalNumber
- toString() - Method in class org.ojalgo.series.CalendarDateSeries
- toString() - Method in class org.ojalgo.series.CoordinationSet
- toString() - Method in class org.ojalgo.series.MappedIndexSeries
- toString() - Method in class org.ojalgo.series.primitive.CoordinatedSet
- toString() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- toString() - Method in class org.ojalgo.series.TreeSeries
- toString() - Method in class org.ojalgo.structure.Access1D.ElementView
- toString() - Method in class org.ojalgo.structure.Access1D.SelectionView
- toString() - Method in class org.ojalgo.structure.Access2D.ColumnView
- toString() - Method in class org.ojalgo.structure.Access2D.ElementView
- toString() - Method in class org.ojalgo.structure.Access2D.RowView
- toString() - Method in class org.ojalgo.structure.Access2D.SelectionView
- toString() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- toString() - Method in class org.ojalgo.structure.AccessAnyD.MatrixView
- toString() - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- toString() - Method in class org.ojalgo.structure.AccessAnyD.VectorView
- toString() - Method in class org.ojalgo.structure.Primitive1D
- toString() - Method in class org.ojalgo.structure.Primitive2D
- toString() - Method in class org.ojalgo.structure.PrimitiveAnyD
- toString() - Method in class org.ojalgo.structure.Structure1D.IntIndex
- toString() - Method in class org.ojalgo.structure.Structure1D.LongIndex
- toString() - Method in class org.ojalgo.structure.Structure2D.IntRowColumn
- toString() - Method in class org.ojalgo.structure.Structure2D.LongRowColumn
- toString() - Method in class org.ojalgo.structure.StructureAnyD.IntReference
- toString() - Method in class org.ojalgo.structure.StructureAnyD.LongReference
- toString() - Method in class org.ojalgo.tensor.AnyTensor
- toString() - Method in class org.ojalgo.tensor.MatrixTensor
- toString() - Method in class org.ojalgo.tensor.VectorTensor
- toString() - Method in class org.ojalgo.type.CalendarDate
- toString() - Method in class org.ojalgo.type.CalendarDateDuration
- toString() - Method in class org.ojalgo.type.context.NumberContext
- toString() - Method in class org.ojalgo.type.IndexSelector
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectByte
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectDouble
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectFloat
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectInt
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectLong
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- toString() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectShort
- toString(long) - Method in class org.ojalgo.type.format.NumberStyle.IntegerToUniformString
- toString(Comparable<?>, NumberContext, boolean) - Static method in class org.ojalgo.netio.BasicLogger.PrivateDetails
- toString(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
- toString(Access1D<?>) - Static method in interface org.ojalgo.structure.Access1D
- toString(Access2D<?>) - Static method in interface org.ojalgo.structure.Access2D
- toString(AccessAnyD<?>) - Static method in interface org.ojalgo.structure.AccessAnyD
- toString(NumberContext) - Method in class org.ojalgo.scalar.BigScalar
- toString(NumberContext) - Method in class org.ojalgo.scalar.ComplexNumber
- toString(NumberContext) - Method in class org.ojalgo.scalar.ExactDecimal
- toString(NumberContext) - Method in class org.ojalgo.scalar.PrimitiveScalar
- toString(NumberContext) - Method in class org.ojalgo.scalar.Quadruple
- toString(NumberContext) - Method in class org.ojalgo.scalar.Quaternion
- toString(NumberContext) - Method in class org.ojalgo.scalar.RationalNumber
- toString(NumberContext) - Method in interface org.ojalgo.scalar.Scalar
- toStringFirstPart() - Method in class org.ojalgo.series.TreeSeries
- toStringWithFixedNumberOfDigits(long, int) - Static method in class org.ojalgo.type.format.NumberStyle.IntegerToUniformString
- toSymbol(String) - Static method in class org.ojalgo.data.domain.finance.series.FinanceDataReader
- toUnadjusted(double, NumberContext) - Method in class org.ojalgo.optimisation.ModelEntity
-
The inverse of
ModelEntity.toAdjusted(BigDecimal)
. - toUniformString(long, long) - Static method in enum org.ojalgo.type.format.NumberStyle
-
Creates String:s like "0067" and "0004" rather than "67" and "4" given an integer range (max number of integers).
- toUppercase(int) - Static method in class org.ojalgo.netio.ASCII
-
If aChar is a lowercase character it is converted to the corresponding uppercase character.
- toURI() - Method in class org.ojalgo.netio.ResourceSpecification
- toURL() - Method in class org.ojalgo.netio.ResourceLocator.Request
- toURL() - Method in class org.ojalgo.netio.ResourceSpecification
- toVolatilities(Access2D<?>) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
- toVolatilities(Access2D<?>, boolean) - Static method in class org.ojalgo.data.domain.finance.FinanceUtils
-
Will extract the standard deviations (volatilities) from the input covariance matrix.
- toWork(int, int, double, double, double, double, double[], double[]) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- toZonedDateTime(Instant, ZoneId) - Static method in class org.ojalgo.type.CalendarDate
- toZonedDateTime(ZoneOffset) - Method in class org.ojalgo.type.CalendarDate
- tql2(double[], double[], RotateRight) - Static method in class org.ojalgo.matrix.decomposition.HermitianEvD
- TRACE - org.ojalgo.netio.ResourceLocator.Method
- train(Iterable<? extends Access1D<Double>>, Iterable<? extends Access1D<Double>>) - Method in class org.ojalgo.ann.NetworkTrainer
-
Deprecated.Just use
NetworkTrainer.train(Access1D, Access1D)
instead - train(Access1D<Double>, Access1D<Double>) - Method in class org.ojalgo.ann.NetworkTrainer
-
The arguments are typed as
Access1D
but it's probably best to think of (create) them as something 2D where the number of rows should match the batch size and the number of columns the number of inputs and outputs respectively. - TrainingConfiguration - Class in org.ojalgo.ann
- TrainingConfiguration() - Constructor for class org.ojalgo.ann.TrainingConfiguration
- transform(double...) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- transform(double...) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- transform(IN) - Method in interface org.ojalgo.data.transform.DataTransform
- transform(PhysicalStore<N>) - Method in interface org.ojalgo.matrix.transformation.Householder
- transform(PhysicalStore<N>) - Method in class org.ojalgo.matrix.transformation.Rotation
- transform(Access1D<?>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- transform(Access1D<?>) - Method in class org.ojalgo.data.transform.ZTransform
-
Input is a sequence of real numbers.
- transform(Access1D<?>, DiscreteFourierTransform.Directive, Mutate2D.ModifiableReceiver<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- transform(Access1D<?>, DiscreteFourierTransform.Directive, Mutate2D.ModifiableReceiver<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform.FullMatrix
- transform(Access1D<?>, DiscreteFourierTransform.Directive, Mutate2D.ModifiableReceiver<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform.Single
- transform(Access1D<?>, DiscreteFourierTransform.Directive, Mutate2D.ModifiableReceiver<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- transform(Access1D<?>, Mutate2D.ModifiableReceiver<ComplexNumber>) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform
- transform(T) - Method in class org.ojalgo.scalar.ComplexNumber
- transform(T) - Method in class org.ojalgo.scalar.Quaternion
- transform(T) - Method in interface org.ojalgo.structure.Transformation1D
- transform(T) - Method in interface org.ojalgo.structure.Transformation2D
- transform(T) - Method in interface org.ojalgo.structure.TransformationAnyD
- transform2D(MatrixStore<?>) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
-
Perform a 2D Discrete Fourier Transform on the input matrix.
- transform2D(MatrixStore<?>, DiscreteFourierTransform.Directive, TransformableRegion<ComplexNumber>) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform
- TransformableRegion<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.store
-
A transformable 2D (sub)region.
- TransformableRegion.FillByMultiplying<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.store
- Transformation1D<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Represents an in-place transformation of a 1D data structure – the transformable is mutated.
- Transformation2D<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Represents an in-place transformation of a 2D data structure – the transformable is mutated.
- TransformationAnyD<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.structure
-
Represents an in-place transformation of a AnyD data structure – the transformable is mutated.
- TransformationFormat<N extends java.lang.Number & java.lang.Comparable<N>> - Class in org.ojalgo.type.format
- TransformationFormat(UnaryFunction<N>, NumberFormat, UnaryFunction<N>) - Constructor for class org.ojalgo.type.format.TransformationFormat
- Transformer(ElementsSupplier<N>, Transformation2D<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.Transformer
- transformLeft(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.R032Store
- transformLeft(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.R064Store
- transformLeft(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.RawStore
- transformLeft(Householder<N>, int) - Method in class org.ojalgo.matrix.store.GenericStore
- transformLeft(Householder<N>, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- transformLeft(Rotation<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- transformLeft(Rotation<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- transformLeft(Rotation<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- transformLeft(Rotation<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- transformLeft(Rotation<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
As in
MatrixStore.premultiply(Access1D)
where the left/parameter matrix is a plane rotation. - transformRight(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.R032Store
- transformRight(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.R064Store
- transformRight(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.RawStore
- transformRight(Householder<N>, int) - Method in class org.ojalgo.matrix.store.GenericStore
- transformRight(Householder<N>, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
- transformRight(Rotation<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- transformRight(Rotation<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- transformRight(Rotation<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- transformRight(Rotation<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- transformRight(Rotation<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
As in
MatrixStore.multiply(MatrixStore)
where the right/parameter matrix is a plane rotation. - transformSymmetric(Householder<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- transformSymmetric(Householder<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- transformSymmetric(Householder<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- transformVersor(T) - Method in class org.ojalgo.scalar.Quaternion
- transformWhenUnit(T) - Method in class org.ojalgo.scalar.ComplexNumber
- TransjugatedStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- TransjugatedStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.TransjugatedStore
- TransjugatedStore(MatrixStore<N>, int, int) - Constructor for class org.ojalgo.matrix.store.TransjugatedStore
- translate(long[]) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- translate(long[], long[]) - Method in class org.ojalgo.structure.AccessAnyD.SelectionView
- transpose() - Method in class org.ojalgo.matrix.BasicMatrix
-
Transposes this matrix.
- transpose() - Method in interface org.ojalgo.matrix.Matrix2D
- transpose() - Method in interface org.ojalgo.matrix.store.ElementsSupplier
- transpose() - Method in class org.ojalgo.matrix.store.GenericStore
- transpose() - Method in class org.ojalgo.matrix.store.IdentityStore
- transpose() - Method in class org.ojalgo.matrix.store.MatrixPipeline.Transpose
- transpose() - Method in interface org.ojalgo.matrix.store.MatrixStore
- transpose() - Method in class org.ojalgo.matrix.store.RawStore
- transpose() - Method in class org.ojalgo.matrix.store.SingleStore
- transpose() - Method in class org.ojalgo.matrix.store.TransposedStore
- transpose() - Method in class org.ojalgo.matrix.store.ZeroStore
- transpose() - Method in interface org.ojalgo.structure.Structure2D.Logical
- transpose(double[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- transpose(float[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- transpose(BigDecimal[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- transpose(N[], int, int, int, Access2D<?>, Scalar.Factory<N>) - Static method in class org.ojalgo.array.operation.FillMatchingSingle
- transpose(Access2D<?>) - Method in class org.ojalgo.matrix.store.GenericStore.Factory
- transpose(Access2D<?>) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
- Transpose(ElementsSupplier<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.Transpose
- TransposedRegion(TransformableRegion<N>, TransformableRegion.FillByMultiplying<N>) - Constructor for class org.ojalgo.matrix.store.Subregion2D.TransposedRegion
- TransposedStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- TransposedStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.TransposedStore
- tred2(BasicArray<Double>, BasicArray<Double>, boolean) - Method in class org.ojalgo.matrix.store.R064Store
- tred2(BasicArray<N>, BasicArray<N>, boolean) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
- tred2(BasicArray<N>, BasicArray<N>, boolean) - Method in class org.ojalgo.matrix.store.GenericStore
- tred2j(double[], double[], double[], boolean) - Static method in class org.ojalgo.array.operation.HouseholderHermitian
-
Ursprung JAMA men refactored till ojAlgos egna strukturer
- tred2nr(double[], double[], double[], boolean) - Static method in class org.ojalgo.array.operation.HouseholderHermitian
-
Ursprung Numerical Recipies.
- TreeSeries<K extends java.lang.Comparable<? super K>,V extends java.lang.Comparable<V>,I extends TreeSeries<K,V,I>> - Class in org.ojalgo.series
- TreeSeries(NavigableMap<K, V>) - Constructor for class org.ojalgo.series.TreeSeries
- TRIANGLE - Static variable in class org.ojalgo.function.series.PeriodicFunction
-
https://en.wikipedia.org/wiki/Triangle_wave
- triangular(boolean, boolean) - Method in class org.ojalgo.matrix.BasicMatrix
- triangular(boolean, boolean) - Method in interface org.ojalgo.matrix.store.MatrixStore
- triangular(boolean, boolean) - Method in interface org.ojalgo.structure.Structure2D.Logical
- tridiagonal() - Method in class org.ojalgo.matrix.BasicMatrix
- tridiagonal() - Method in interface org.ojalgo.matrix.store.MatrixStore
- tridiagonal() - Method in interface org.ojalgo.structure.Structure2D.Logical
- Tridiagonal<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
-
Tridiagonal: [A] = [Q][D][Q]H Any square symmetric (hermitian) matrix [A] can be factorized by similarity transformations into the form, [A]=[Q][D][Q]-1 where [Q] is an orthogonal (unitary) matrix and [D] is a real symmetric tridiagonal matrix.
- Tridiagonal.Factory<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.matrix.decomposition
- TridiagonalDecomposition<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.decomposition
- TridiagonalDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
- tryAdvance(Consumer<? super SparseArray.NonzeroView<N>>) - Method in class org.ojalgo.array.SparseArray.NonzeroView
- tryAdvance(Consumer<? super Access2D.ColumnView<N>>) - Method in class org.ojalgo.structure.Access2D.ColumnView
- tryAdvance(Consumer<? super Access2D.RowView<N>>) - Method in class org.ojalgo.structure.Access2D.RowView
- tryAdvance(Consumer<? super V>) - Method in interface org.ojalgo.structure.ElementView1D
- trySplit() - Method in class org.ojalgo.array.SparseArray.NonzeroView
- trySplit() - Method in class org.ojalgo.structure.Access1D.ElementView
- trySplit() - Method in class org.ojalgo.structure.Access2D.ColumnView
- trySplit() - Method in class org.ojalgo.structure.Access2D.ElementView
- trySplit() - Method in class org.ojalgo.structure.Access2D.RowView
- trySplit() - Method in class org.ojalgo.structure.AccessAnyD.ElementView
- trySplit() - Method in interface org.ojalgo.structure.ElementView1D
- TWELFTH - Static variable in class org.ojalgo.function.constant.BigMath
- TWELFTH - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TWELFTH - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TWELFTH - Static variable in class org.ojalgo.function.constant.RationalMath
- TWELVE - Static variable in class org.ojalgo.function.constant.BigMath
- TWELVE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TWELVE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TWELVE - Static variable in class org.ojalgo.function.constant.RationalMath
- TWO - org.ojalgo.concurrent.Parallelism
-
2
- TWO - Static variable in class org.ojalgo.function.constant.BigMath
- TWO - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TWO - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TWO - Static variable in class org.ojalgo.function.constant.RationalMath
- TWO - Static variable in class org.ojalgo.scalar.Amount
- TWO - Static variable in class org.ojalgo.scalar.BigScalar
- TWO - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number Z = (2.0 + 0.0i)
- TWO - Static variable in class org.ojalgo.scalar.Money
- TWO - Static variable in class org.ojalgo.scalar.Price
- TWO - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- TWO - Static variable in class org.ojalgo.scalar.Quadruple
- TWO - Static variable in class org.ojalgo.scalar.Quantity
- TWO - Static variable in class org.ojalgo.scalar.Quaternion
- TWO - Static variable in class org.ojalgo.scalar.RationalNumber
- TWO_PI - Static variable in class org.ojalgo.function.constant.BigMath
- TWO_PI - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TWO_PI - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TWO_PI - Static variable in class org.ojalgo.function.constant.RationalMath
- TWO_THIRDS - Static variable in class org.ojalgo.function.constant.BigMath
- TWO_THIRDS - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- TWO_THIRDS - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- TWO_THIRDS - Static variable in class org.ojalgo.function.constant.RationalMath
- TwoStepMapper<T,R> - Interface in org.ojalgo.type.function
-
A
TwoStepMapper
is a mapper/reducer that is used in 2 steps –TwoStepMapper.consume(Object)
andTwoStepMapper.getResults()
. - TwoStepMapper.Combineable<T,R,A extends TwoStepMapper.Combineable<T,R,A>> - Interface in org.ojalgo.type.function
-
Enables combining the state of multiple instances.
- TwoStepMapper.KeyCounter<T,G> - Class in org.ojalgo.type.function
-
A frequency counter that optionally filters some elements when merging subresults.
- TwoStepMapper.Mergeable<T,R> - Interface in org.ojalgo.type.function
-
Enables merging the results from multiple instances.
- TwoStepMapper.SimpleCache<K,V> - Class in org.ojalgo.type.function
-
Will calculate the function value for each input item, and cache the result.
- TwoStepWrapper(Supplier<Consumer<T>>) - Constructor for class org.ojalgo.data.batch.BatchNode.TwoStepWrapper
- type(String) - Method in class org.ojalgo.netio.InMemoryFile
- TypeCache<T> - Class in org.ojalgo.type
-
Deprecated.v56 Use
ForgetfulMap.newValueCache(Object, java.util.function.Function)
instead. - TypeCache() - Constructor for class org.ojalgo.type.TypeCache
-
Deprecated.
- TypeCache(long, CalendarDateUnit) - Constructor for class org.ojalgo.type.TypeCache
-
Deprecated.
- TypeContext<T> - Interface in org.ojalgo.type.context
-
A type context provides two basic services: It enforces some sort of rule/limit regarding size, accuracy or similar.
- TypeParser - Class in org.ojalgo.netio
- TypeParser() - Constructor for class org.ojalgo.netio.TypeParser
- TypeUtils - Class in org.ojalgo.type
- TypeUtils() - Constructor for class org.ojalgo.type.TypeUtils
- TYPICAL - Static variable in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
U
- UI - org.ojalgo.optimisation.FileFormatMPS.BoundType
- unadjustedVolume - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- UnaryFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function
- UnaryFunctionSeries - Class in org.ojalgo.series.primitive
- UnaryFunctionSeries(PrimitiveSeries, UnaryFunction<Double>) - Constructor for class org.ojalgo.series.primitive.UnaryFunctionSeries
- UnaryOperator(ElementsSupplier<N>, UnaryFunction<N>) - Constructor for class org.ojalgo.matrix.store.MatrixPipeline.UnaryOperator
- UnaryOperatoStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- UnaryOperatoStore(MatrixStore<N>, UnaryFunction<N>) - Constructor for class org.ojalgo.matrix.store.UnaryOperatoStore
- unbounded(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- UNBOUNDED - org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Used for unbounded variables that are not (yet) in the basis.
- UNBOUNDED - org.ojalgo.optimisation.Optimisation.State
-
There's an infinite number of feasible solutions and no bound on the objective function value.
- UnconstrainedSolver - Class in org.ojalgo.optimisation.convex
-
Solves optimisation problems of the form:
- UnconstrainedSolver(ConvexData<Double>, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.convex.UnconstrainedSolver
- UNDERSCORE - Static variable in class org.ojalgo.netio.ASCII
- UNEXPLORED - org.ojalgo.optimisation.Optimisation.State
-
New/changed problem
- Uniform - Class in org.ojalgo.random
-
Certain waiting times.
- Uniform() - Constructor for class org.ojalgo.random.Uniform
- Uniform(double, double) - Constructor for class org.ojalgo.random.Uniform
- unit - Variable in class org.ojalgo.type.CalendarDateDuration
- unit() - Method in class org.ojalgo.scalar.Quaternion
- UNIT_ROOTS - Static variable in class org.ojalgo.data.transform.DiscreteFourierTransform
- units - Variable in class org.ojalgo.machine.CommonMachine
-
The number of top level (L3 or L2) cache units.
- UNITS - org.ojalgo.concurrent.Parallelism
-
The number of CPU:s or, more precisely, top level (L3) cache units.
- UNIX - org.ojalgo.netio.LineTerminator
- UNREFERENCED - Static variable in class org.ojalgo.optimisation.Presolvers
-
Verifies that the variable is actually referenced/used in some expression.
- unrolled02(float[], int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- unrolled04(double[], int, double[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- unrolled04(float[], int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- unrolled08(float[], int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- unrolled16(float[], int, float[], int, int, int) - Static method in class org.ojalgo.array.operation.DOT
- UNSAFE - Static variable in class org.ojalgo.type.NativeMemory
- until(Temporal, TemporalUnit) - Method in class org.ojalgo.type.CalendarDate
- unwrap(Map.Entry<K, ForgetfulMap.CachedValue<V>>) - Method in class org.ojalgo.type.ForgetfulMap
- UP - org.ojalgo.optimisation.FileFormatMPS.BoundType
- UpdatableSolver - Interface in org.ojalgo.optimisation
- update(double) - Method in class org.ojalgo.random.scedasticity.ARCH
- update(double) - Method in class org.ojalgo.random.scedasticity.GARCH
- update(double) - Method in class org.ojalgo.random.scedasticity.Homoscedastic
- update(double) - Method in interface org.ojalgo.random.scedasticity.ScedasticityModel
- update(double[], double[], int, int) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- update(double[], double[], int, int, ComplexNumber) - Static method in class org.ojalgo.data.transform.DiscreteFourierTransform.FFT
- update(int, int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- update(int, E) - Method in class org.ojalgo.type.EnumPartition
- update(int, SparseArray<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
-
Update the product form inverse to reflect a replaced column.
- update(long, int, double, boolean) - Method in class org.ojalgo.array.SparseArray
-
Will never remove anything - just insert or update
- update(long, int, Comparable<?>, boolean) - Method in class org.ojalgo.array.SparseArray
-
Will never remove anything - just insert or update
- update(ArrayList<Variable>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- update(SourceCache.Value, FinanceData, CalendarDate) - Method in class org.ojalgo.data.domain.finance.series.SourceCache
- update(MatrixStore<Double>, int, SparseArray<Double>) - Method in class org.ojalgo.optimisation.linear.ProductFormInverse
-
Update the inverse to reflect a replaced column in the basis.
- update(SimplexSolver.IterDescr) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- update(Variable) - Method in class org.ojalgo.optimisation.IntermediateSolver
- UPDATE - org.ojalgo.type.Operation
- updateBasis(int, SimplexStore.ColumnState, int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- updated - Variable in class org.ojalgo.data.domain.finance.series.SourceCache.Value
- updateNonZeros(int, int) - Method in class org.ojalgo.matrix.store.SparseStore
- updateNonZeros(long, long) - Method in class org.ojalgo.matrix.store.SparseStore
- updateRange(int, double, double) - Method in class org.ojalgo.optimisation.linear.SimplexSolver
- updateRange(int, double, double) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- updateRange(int, double, double) - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- updateRange(int, double, double) - Method in interface org.ojalgo.optimisation.UpdatableSolver
-
A generalisation of
UpdatableSolver.fixVariable(int, double)
where the new/updated lower and upper bounds do not need to be equal. - upper - Variable in class org.ojalgo.data.domain.finance.portfolio.LowerUpper
- upper - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Template
- upper(double) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- upper(double) - Method in class org.ojalgo.optimisation.ModelEntity
- upper(double...) - Method in class org.ojalgo.optimisation.linear.LinearSolver.Builder
- upper(double, double) - Static method in class org.ojalgo.function.special.GammaFunction.Incomplete
- upper(double, double) - Static method in class org.ojalgo.function.special.GammaFunction.Regularized
- upper(int) - Method in class org.ojalgo.optimisation.linear.SimplexStore
- upper(int, double) - Static method in class org.ojalgo.function.special.GammaFunction.Incomplete
- upper(int, double) - Static method in class org.ojalgo.function.special.GammaFunction.Regularized
- upper(long) - Method in class org.ojalgo.optimisation.ModelEntity
- upper(Comparable<?>) - Method in class org.ojalgo.optimisation.ModelEntity
-
Extremely large (absolute value) values are treated as "no limit" (null) and extremely small values are treated as exactly 0.0, unless the input number type is
BigDecimal
. - upper(Comparable<?>) - Method in class org.ojalgo.optimisation.Variable
- upper(ComplexNumber, double) - Static method in class org.ojalgo.function.special.GammaFunction.Incomplete
- upper(ComplexNumber, double) - Static method in class org.ojalgo.function.special.GammaFunction.Regularized
- UPPER - org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Variables at their upper bound – may decrease
- UPPER - org.ojalgo.optimisation.Optimisation.ConstraintType
-
Corresponds to setting
ModelEntity.upper(Comparable)
and/or checkingOptimisation.Constraint.isUpperConstraint()
. - UPPER - Static variable in class org.ojalgo.optimisation.Presolvers
- UPPERCASE_A - Static variable in class org.ojalgo.netio.ASCII
- UPPERCASE_Z - Static variable in class org.ojalgo.netio.ASCII
- UpperHessenbergStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
A Hessenberg matrix is one that is "almost" triangular.
- UpperHessenbergStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.UpperHessenbergStore
- UpperSymmetricStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- UpperSymmetricStore(MatrixStore<N>, boolean) - Constructor for class org.ojalgo.matrix.store.UpperSymmetricStore
- UpperTriangularStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- UpperTriangularStore(MatrixStore<N>, boolean) - Constructor for class org.ojalgo.matrix.store.UpperTriangularStore
- urldecode(String) - Static method in class org.ojalgo.netio.ResourceLocator
- urlencode(String) - Static method in class org.ojalgo.netio.ResourceLocator
- used - Variable in class org.ojalgo.data.domain.finance.series.SourceCache.Value
- UTF_8 - Static variable in class org.ojalgo.netio.ResourceLocator
V
- VALID - org.ojalgo.optimisation.Optimisation.State
-
Model entities and solver components (matrices) are valid
- validate - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
If true models and solvers will validate data at various points.
- validate() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
This methods validtes model construction only.
- validate() - Method in class org.ojalgo.optimisation.GenericSolver.Builder
- validate() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
Should validate the solver data/input/structue.
- validate() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- validate() - Method in interface org.ojalgo.optimisation.Optimisation.Model
- validate(boolean) - Method in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Optimiser
-
Will validate the generated optimisation problem and throws an excption if it's not ok.
- validate(BigDecimal, NumberContext, BasicLogger) - Method in class org.ojalgo.optimisation.ModelEntity
- validate(BigDecimal, NumberContext, BasicLogger) - Method in class org.ojalgo.optimisation.Variable
- validate(BigDecimal, NumberContext, BasicLogger, boolean) - Method in class org.ojalgo.optimisation.Variable
- validate(BasicLogger) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- validate(BasicLogger) - Method in class org.ojalgo.optimisation.ModelEntity
-
Validate model parameters, like lower and upper limits.
- validate(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.GenericSolver
- validate(ExpressionsBasedModel) - Method in class org.ojalgo.optimisation.IntermediateSolver
-
Using the solver's
ExpressionsBasedModel.Validator
instance, if set. - validate(ExpressionsBasedModel, NumberContext, BasicLogger) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
-
Validate the known solution against a (modified) model - perhaps modified during pre-solve or with cuts generation in the
IntegerSolver
. - validate(Access1D<?>) - Method in class org.ojalgo.optimisation.GenericSolver
- validate(Access1D<?>) - Method in class org.ojalgo.optimisation.IntermediateSolver
-
Using the solver's
ExpressionsBasedModel.Validator
instance, if set. - validate(Access1D<?>, NumberContext, BasicLogger) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
-
Validate an (intermediate) solver solution against the original model.
- validate(Access1D<BigDecimal>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- validate(Access1D<BigDecimal>, BasicLogger) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- validate(Access1D<BigDecimal>, BasicLogger) - Method in class org.ojalgo.optimisation.IntermediateSolver
-
Always performs validation directly using
ExpressionsBasedModel.validate(Access1D, BasicLogger)
. - validate(Access1D<BigDecimal>, NumberContext) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- validate(Access1D<BigDecimal>, NumberContext, BasicLogger) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- validate(NumberContext) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- validate(NumberContext, BasicLogger) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- Validator(ExpressionsBasedModel, Optimisation.Integration<ExpressionsBasedModel, ?>, Optimisation.Result, BiConsumer<ExpressionsBasedModel, Access1D<BigDecimal>>) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.Validator
- value - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Template
- value - Variable in class org.ojalgo.function.special.PowerOf2.IntPower
- value - Variable in class org.ojalgo.function.special.PowerOf2.LongPower
- value - Variable in class org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
- value - Variable in class org.ojalgo.type.ForgetfulMap.CachedValue
- value - Variable in class org.ojalgo.type.PrimitiveNumber.BoxedByte
- value - Variable in class org.ojalgo.type.PrimitiveNumber.BoxedDouble
- value - Variable in class org.ojalgo.type.PrimitiveNumber.BoxedFloat
- value - Variable in class org.ojalgo.type.PrimitiveNumber.BoxedInt
- value - Variable in class org.ojalgo.type.PrimitiveNumber.BoxedLong
- value - Variable in class org.ojalgo.type.PrimitiveNumber.BoxedShort
- value() - Method in class org.ojalgo.function.BigFunction
- value() - Method in class org.ojalgo.function.ComplexFunction
- value() - Method in class org.ojalgo.function.FunctionSet
- value() - Method in class org.ojalgo.function.PrimitiveFunction
- value() - Method in class org.ojalgo.function.QuadrupleFunction
- value() - Method in class org.ojalgo.function.QuaternionFunction
- value() - Method in class org.ojalgo.function.RationalFunction
- value() - Method in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- value(boolean) - Method in class org.ojalgo.optimisation.linear.SimplexTableau
-
The current, phase 1 or 2, objective function value
- value(int) - Method in class org.ojalgo.series.primitive.AccessSeries
- value(int) - Method in class org.ojalgo.series.primitive.BinaryFunctionSeries
- value(int) - Method in class org.ojalgo.series.primitive.DataSeries
- value(int) - Method in class org.ojalgo.series.primitive.DifferencesSeries
- value(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- value(int) - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
- value(int) - Method in class org.ojalgo.series.primitive.PrunedSeries
- value(int) - Method in class org.ojalgo.series.primitive.QuotientsSeries
- value(int) - Method in class org.ojalgo.series.primitive.UnaryFunctionSeries
- value(BigDecimal) - Method in class org.ojalgo.optimisation.Variable
- Value(String) - Constructor for class org.ojalgo.data.domain.finance.series.SourceCache.Value
- VALUE - Static variable in class org.ojalgo.function.constant.BigMath
- VALUE - Static variable in class org.ojalgo.function.constant.ComplexMath
- VALUE - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- VALUE - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- VALUE - Static variable in class org.ojalgo.function.constant.QuaternionMath
- VALUE - Static variable in class org.ojalgo.function.constant.RationalMath
- ValueCache(K, ForgetfulMap<K, V>, Function<? super K, ? extends V>) - Constructor for class org.ojalgo.type.ForgetfulMap.ValueCache
- valueOf(byte) - Static method in interface org.ojalgo.type.PrimitiveNumber
- valueOf(char[]) - Static method in class org.ojalgo.netio.CharArraySegment
- valueOf(char[], int, int) - Static method in class org.ojalgo.netio.CharArraySegment
- valueOf(double) - Method in class org.ojalgo.array.ReferenceTypeArray
- valueOf(double) - Static method in class org.ojalgo.scalar.Amount
- valueOf(double) - Static method in class org.ojalgo.scalar.BigScalar
- valueOf(double) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Static factory method returning a complex number from a real value
- valueOf(double) - Static method in class org.ojalgo.scalar.Money
- valueOf(double) - Static method in class org.ojalgo.scalar.Price
- valueOf(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- valueOf(double) - Static method in class org.ojalgo.scalar.Quadruple
- valueOf(double) - Static method in class org.ojalgo.scalar.Quantity
- valueOf(double) - Static method in class org.ojalgo.scalar.Quaternion
- valueOf(double) - Static method in class org.ojalgo.scalar.RationalNumber
- valueOf(double) - Static method in interface org.ojalgo.type.PrimitiveNumber
- valueOf(float) - Method in class org.ojalgo.array.ReferenceTypeArray
- valueOf(float) - Static method in interface org.ojalgo.type.PrimitiveNumber
- valueOf(int) - Static method in interface org.ojalgo.type.PrimitiveNumber
- valueOf(long) - Static method in class org.ojalgo.scalar.RationalNumber
- valueOf(long) - Static method in interface org.ojalgo.type.PrimitiveNumber
- valueOf(short) - Static method in interface org.ojalgo.type.PrimitiveNumber
- valueOf(Comparable<?>) - Method in class org.ojalgo.array.ReferenceTypeArray
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.Amount
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.BigScalar
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.ComplexNumber
-
Static factory method returning a complex number from arbitrary number
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.Money
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.Price
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.PrimitiveScalar
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.Quadruple
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.Quantity
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.Quaternion
- valueOf(Comparable<?>) - Static method in class org.ojalgo.scalar.RationalNumber
- valueOf(String) - Static method in enum org.ojalgo.algebra.NumberSet
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.array.PrimitiveSubtype
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.concurrent.Parallelism
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.function.aggregator.Aggregator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.machine.JavaType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.netio.LineTerminator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.netio.ResourceLocator.Method
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.FileFormatMPS.BoundType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.FileFormatMPS.ColumnMarker
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.FileFormatMPS.FileSection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.FileFormatMPS.RowType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.linear.SimplexSolver.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.Optimisation.ConstraintType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.Optimisation.Sense
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.Optimisation.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.optimisation.service.OptimisationService.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.scalar.Quaternion.RotationAxis
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.CalendarDateUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.ojalgo.type.ColourData
- valueOf(String) - Static method in enum org.ojalgo.type.format.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.format.DateStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.format.NumberStyle
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.math.MathType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(BigDecimal) - Static method in class org.ojalgo.scalar.Quadruple
- valueOf(Instant) - Static method in class org.ojalgo.type.CalendarDate
- valueOf(OffsetDateTime) - Static method in class org.ojalgo.type.CalendarDate
- valueOf(ZonedDateTime) - Static method in class org.ojalgo.type.CalendarDate
- values() - Static method in enum org.ojalgo.algebra.NumberSet
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Activator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.ann.ArtificialNeuralNetwork.Error
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.ojalgo.array.LongToNumberMap
- values() - Static method in enum org.ojalgo.array.PrimitiveSubtype
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.concurrent.Parallelism
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.function.aggregator.Aggregator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.machine.JavaType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.matrix.decomposition.Eigenvalue.Generalisation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.netio.EnumeratedColumnsParser.ParseStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.netio.LineTerminator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.ojalgo.netio.ResourceLocator.KeyedValues
- values() - Static method in enum org.ojalgo.netio.ResourceLocator.Method
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.ExpressionsBasedModel.FileFormat
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.FileFormatMPS.BoundType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.FileFormatMPS.ColumnMarker
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.FileFormatMPS.FileSection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.FileFormatMPS.RowType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.linear.SimplexSolver.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.linear.SimplexStore.ColumnState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.Optimisation.ConstraintType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.Optimisation.Sense
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.Optimisation.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.optimisation.service.OptimisationService.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.scalar.Quaternion.RotationAxis
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
- values() - Method in class org.ojalgo.series.TreeSeries
- values() - Static method in enum org.ojalgo.type.CalendarDateUnit
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.ojalgo.type.collection.CloseableMap
- values() - Static method in enum org.ojalgo.type.format.DatePart
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.type.format.DateStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.type.format.NumberStyle
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in interface org.ojalgo.type.keyvalue.EntryPair.KeyedPrimitive
- values() - Method in class org.ojalgo.type.keyvalue.EntryPair.ObjectObject
- values() - Static method in enum org.ojalgo.type.math.MathType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.ojalgo.type.Operation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values(double...) - Method in class org.ojalgo.tensor.TensorFactory1D
- values(long, long) - Method in class org.ojalgo.array.LongToNumberMap
-
Should return the same elements/values as first calling
LongToNumberMap.subMap(Long, Long)
and thenLongToNumberMap.values()
but this method does not create any copies. - values(N...) - Method in class org.ojalgo.tensor.TensorFactory1D
- Variable - Class in org.ojalgo.optimisation
-
Variable
- Variable(String, int) - Constructor for class org.ojalgo.optimisation.Variable
- Variable(Variable) - Constructor for class org.ojalgo.optimisation.Variable
- VariableAnalyser(int) - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.VariableAnalyser
- variables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Returns a stream of variables that are not fixed.
- VariablesCategorisation() - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.VariablesCategorisation
- VARIANCE - Static variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio
- variances(ScedasticityModel) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
Creates a series of variances from this series of values.
- variances(PrimitiveSeries) - Method in interface org.ojalgo.random.scedasticity.ScedasticityModel
-
Takes a series of realised values and outputs a series of (locally fluctuating) variances.
- varianceWeights(double...) - Method in class org.ojalgo.random.scedasticity.GARCH
- variations(int, int) - Static method in class org.ojalgo.function.special.CombinatorialFunctions
- vector - Variable in class org.ojalgo.matrix.decomposition.Eigenvalue.Eigenpair
- vector - Variable in class org.ojalgo.matrix.transformation.Householder.Generic
- vector - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive32
- vector - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive64
- vector() - Method in enum org.ojalgo.scalar.Quaternion.RotationAxis
- vector() - Method in class org.ojalgo.scalar.Quaternion
- vector(Structure1D) - Method in class org.ojalgo.matrix.task.iterative.ConjugateGradientSolver
- vectors() - Method in interface org.ojalgo.structure.AccessAnyD
- VectorSpace<T,N extends java.lang.Comparable<N>> - Interface in org.ojalgo.algebra
-
A vector space is a set of objects called vectors, where a vector is a tuple of fields/scalars/numbers.
- VectorTensor<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- VectorTensor(Array1D.Factory<N>, int) - Constructor for class org.ojalgo.tensor.VectorTensor
- VectorTensor.Factory<N extends java.lang.Comparable<N>> - Class in org.ojalgo.tensor
- VectorView(AccessAnyD<N>) - Constructor for class org.ojalgo.structure.AccessAnyD.VectorView
- VectorView(AccessAnyD<N>, long) - Constructor for class org.ojalgo.structure.AccessAnyD.VectorView
- version(HttpClient.Version) - Method in class org.ojalgo.netio.ServiceClient.Request
- version(HttpClient.Version) - Method in class org.ojalgo.netio.ServiceClient
- Version1() - Constructor for class org.ojalgo.ann.FileFormat.Version1
- Version2() - Constructor for class org.ojalgo.ann.FileFormat.Version2
- versor() - Method in class org.ojalgo.scalar.Quaternion
- VERY_NEGATIVE - Static variable in class org.ojalgo.function.constant.BigMath
-
Corresponding to
Long.MIN_VALUE
. - VERY_POSITIVE - Static variable in class org.ojalgo.function.constant.BigMath
-
Corresponding to
Long.MAX_VALUE
. - View() - Constructor for class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- View(BlackLittermanModel, List<BigDecimal>) - Constructor for class org.ojalgo.data.domain.finance.portfolio.BlackLittermanModel.View
- ViewingIterator(EntrySet<K, V>) - Constructor for class org.ojalgo.type.keyvalue.EntrySet.ViewingIterator
- violation - Variable in class org.ojalgo.optimisation.integer.IntegerStrategy.GMICutConfiguration
-
After the cut is generated it is transformed to be expresssed in the original model variables.
- virtualise() - Method in class org.ojalgo.machine.Hardware
- VirtualMachine - Class in org.ojalgo.machine
- VirtualMachine(Hardware, Runtime) - Constructor for class org.ojalgo.machine.VirtualMachine
- VirtualMachine(VirtualMachine, int, int, int) - Constructor for class org.ojalgo.machine.VirtualMachine
- visit(double[], int, int, DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visit(double[], DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- visit(int, int, int, VoidFunction<N>) - Method in class org.ojalgo.array.PlainArray
- visit(int, int, int, VoidFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- visit(long, long, long, VoidFunction<N>) - Method in class org.ojalgo.array.BasicArray
- visit(long, long, long, VoidFunction<N>) - Method in class org.ojalgo.array.PlainArray
- visit(long, long, long, VoidFunction<N>) - Method in class org.ojalgo.array.SegmentedArray
- visit(long, long, long, VoidFunction<N>) - Method in class org.ojalgo.array.SparseArray
- visit(AggregatorFunction<Double>) - Method in class org.ojalgo.series.primitive.DataSeries
- visitAll(double[][], DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visitAll(VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- visitAll(VoidFunction<N>) - Method in class org.ojalgo.array.Array1D
- visitAll(VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitAll(VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- visitAll(VoidFunction<N>) - Method in class org.ojalgo.array.BasicArray
- visitAll(VoidFunction<N>) - Method in interface org.ojalgo.structure.Access1D.Visitable
- VisitAll - Class in org.ojalgo.array.operation
- VisitAll() - Constructor for class org.ojalgo.array.operation.VisitAll
- visitColumn(double[][], int, int, DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visitColumn(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitColumn(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- visitColumn(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- visitColumn(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitColumn(long, long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- visitColumn(long, long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- visitColumn(long, long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitColumn(long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitColumn(long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.TransposedStore
- visitColumn(long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitDiagonal(double[][], int, int, DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visitDiagonal(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitDiagonal(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- visitDiagonal(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- visitDiagonal(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitDiagonal(long, long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- visitDiagonal(long, long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitDiagonal(VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitDiagonal(VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayR032
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayR064
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ008
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ016
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ032
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.ArrayZ064
- visitOne(int, VoidFunction<Double>) - Method in class org.ojalgo.array.BufferArray
- visitOne(int, VoidFunction<N>) - Method in class org.ojalgo.array.PlainArray
- visitOne(int, VoidFunction<N>) - Method in class org.ojalgo.array.ReferenceTypeArray
- visitOne(long[], VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- visitOne(long[], VoidFunction<N>) - Method in interface org.ojalgo.structure.AccessAnyD.Visitable
- visitOne(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitOne(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitOne(long, long, VoidFunction<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
- visitOne(long, long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitOne(long, VoidFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.Array1D
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.NumberList
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.PlainArray
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.SegmentedArray
- visitOne(long, VoidFunction<N>) - Method in class org.ojalgo.array.SparseArray
- visitOne(long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access1D.Visitable
- visitOne(long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitPrimitiveNonzerosInRange(long, long, SparseArray.NonzeroPrimitiveCallback) - Method in class org.ojalgo.array.SparseArray
- visitRange(double[][], int, int, DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visitRange(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- visitRange(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array1D
- visitRange(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitRange(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- visitRange(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.BasicArray
- visitRange(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.SparseArray
- visitRange(long, long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access1D.Visitable
- visitReferenceTypeNonzerosInRange(long, long, SparseArray.NonzeroReferenceTypeCallback<N>) - Method in class org.ojalgo.array.SparseArray
- visitRow(double[][], int, int, DoubleConsumer) - Static method in class org.ojalgo.array.operation.VisitAll
- visitRow(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitRow(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R064Store
- visitRow(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.RawStore
- visitRow(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
- visitRow(long, long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.GenericStore
- visitRow(long, long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.SparseStore
- visitRow(long, long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitRow(long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.R032Store
- visitRow(long, VoidFunction<N>) - Method in class org.ojalgo.matrix.store.TransposedStore
- visitRow(long, VoidFunction<N>) - Method in interface org.ojalgo.structure.Access2D.Visitable
- visitSet(int, long, VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- visitSet(int, long, VoidFunction<N>) - Method in interface org.ojalgo.structure.AccessAnyD.Visitable
- visitSet(long[], int, VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
- visitSet(long[], int, VoidFunction<N>) - Method in interface org.ojalgo.structure.AccessAnyD.Visitable
- VoidFunction<N extends java.lang.Comparable<N>> - Interface in org.ojalgo.function
- volume - Variable in class org.ojalgo.data.domain.finance.series.AlphaVantageParser.Data
- volume - Variable in class org.ojalgo.data.domain.finance.series.IEXTradingParser.Data
- volume - Variable in class org.ojalgo.data.domain.finance.series.YahooParser.Data
W
- w - Variable in class org.ojalgo.matrix.decomposition.RawSingularValue
- WEEK - org.ojalgo.type.CalendarDateUnit
- Weibull - Class in org.ojalgo.random
-
Useful as length of life distribution in reliability theory.
- Weibull() - Constructor for class org.ojalgo.random.Weibull
- Weibull(double, double) - Constructor for class org.ojalgo.random.Weibull
- weight - Variable in class org.ojalgo.data.domain.finance.portfolio.OptimisedPortfolio.Template
- weight(double) - Method in class org.ojalgo.optimisation.ModelEntity
- weight(int, int, int, double) - Method in class org.ojalgo.ann.NetworkTrainer
- weight(long) - Method in class org.ojalgo.optimisation.ModelEntity
- weight(Comparable<?>) - Method in class org.ojalgo.optimisation.ModelEntity
- WEIGHT - Static variable in class org.ojalgo.optimisation.linear.SimplexTableauSolver
- WHITE - Static variable in class org.ojalgo.type.ColourData
- wholePercentage() - Static method in class org.ojalgo.type.StandardType
- width() - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- WienerProcess - Class in org.ojalgo.random.process
- WienerProcess() - Constructor for class org.ojalgo.random.process.WienerProcess
- WienerProcess(double) - Constructor for class org.ojalgo.random.process.WienerProcess
- WINDOWS - org.ojalgo.netio.LineTerminator
- with(TemporalAdjuster) - Method in class org.ojalgo.type.CalendarDate
- with(TemporalField, long) - Method in class org.ojalgo.type.CalendarDate
- withAdjuster(TemporalAdjuster) - Method in class org.ojalgo.type.context.TemporalContext
- withCapabilityPredicate(Predicate<ExpressionsBasedModel>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
-
Use this to limit the cases where this
Optimisation.Integration
would be used. - withComplex(boolean) - Method in class org.ojalgo.data.transform.DiscreteFourierTransform.Directive
- withDecrementedPrecision() - Method in class org.ojalgo.type.context.NumberContext
- withDecrementedPrecision(int) - Method in class org.ojalgo.type.context.NumberContext
- withDecrementedScale() - Method in class org.ojalgo.type.context.NumberContext
- withDecrementedScale(int) - Method in class org.ojalgo.type.context.NumberContext
- withDoubledPrecision() - Method in class org.ojalgo.type.context.NumberContext
- withDoubledScale() - Method in class org.ojalgo.type.context.NumberContext
- withFilteredParser(Predicate<String>, TextLineReader.Parser<T>) - Method in class org.ojalgo.netio.TextLineReader
-
The filter could for instance be
TextLineReader.isLineOK(String)
- withFilteredParser(TextLineReader.Parser<T>) - Method in class org.ojalgo.netio.TextLineReader
-
The filter is
TextLineReader.isLineOK(String)
- withFormat(Format) - Method in class org.ojalgo.type.context.FormatContext
- withFormat(DatePart, DateStyle, Locale) - Method in class org.ojalgo.type.context.DateContext
- withFormat(NumberStyle, Locale) - Method in class org.ojalgo.type.context.NumberContext
- withFormatter(DateTimeFormatter) - Method in class org.ojalgo.type.context.TemporalContext
- withFormatter(TextLineWriter.Formatter<T>) - Method in class org.ojalgo.netio.TextLineWriter
- withFractionality(double) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.GMICutConfiguration
- withGapTolerance(NumberContext) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
-
Change the MIP gap
- withGMICutConfiguration(IntegerStrategy.GMICutConfiguration) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
- withHalvedPrecision() - Method in class org.ojalgo.type.context.NumberContext
- withHalvedScale() - Method in class org.ojalgo.type.context.NumberContext
- withIncrementedPrecision() - Method in class org.ojalgo.type.context.NumberContext
- withIncrementedPrecision(int) - Method in class org.ojalgo.type.context.NumberContext
- withIncrementedScale() - Method in class org.ojalgo.type.context.NumberContext
- withIncrementedScale(int) - Method in class org.ojalgo.type.context.NumberContext
- withInterval(double, double) - Method in class org.ojalgo.function.series.PeriodicFunction
-
interval = [origin, origin+period)
- withMath(MathContext) - Method in class org.ojalgo.type.context.NumberContext
- withMode(RoundingMode) - Method in class org.ojalgo.type.context.NumberContext
- withModelStrategyFactory(BiFunction<ExpressionsBasedModel, IntegerStrategy, ModelStrategy>) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
-
Create a sub-class of
ModelStrategy
and provide a factory method for it here. - withNegatedValue() - Method in class org.ojalgo.optimisation.Optimisation.Result
- withOptionsModifier(Consumer<Optimisation.Options>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
-
Intercept and modify the
Optimisation.Options
instance before building the solver. - withOrigin(double) - Method in class org.ojalgo.function.series.PeriodicFunction
-
interval = [origin, origin+period)
- withoutPrecision() - Method in class org.ojalgo.type.context.NumberContext
- withoutScale() - Method in class org.ojalgo.type.context.NumberContext
- withParallelism(IntSupplier) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
-
How many threads will be used? Perhaps use
Parallelism
to obtain a suitable value. - withParser(TextLineReader.Parser<T>) - Method in class org.ojalgo.netio.TextLineReader
- withPeriod(double) - Method in class org.ojalgo.function.series.PeriodicFunction
-
interval = [origin, origin+period)
- withPrecision(int) - Method in class org.ojalgo.type.context.NumberContext
- withPriorityDefinitions(Comparator<NodeKey>...) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.ConfigurableStrategy
-
Replace the priority definitions with these ones.
- withScale(int) - Method in class org.ojalgo.type.context.NumberContext
- withShape(DoubleUnaryOperator) - Method in class org.ojalgo.function.series.PeriodicFunction
-
The shape is the function that is repeated in regular intervals.
- withSolution(Access1D<?>) - Method in class org.ojalgo.optimisation.Optimisation.Result
- withSolutionLength(int) - Method in class org.ojalgo.optimisation.Optimisation.Result
- withState(Optimisation.State) - Method in class org.ojalgo.optimisation.Optimisation.Result
- withValue(double) - Method in class org.ojalgo.optimisation.Optimisation.Result
- withViolation(BigDecimal) - Method in class org.ojalgo.optimisation.integer.IntegerStrategy.GMICutConfiguration
- WORD - Static variable in class org.ojalgo.machine.MemoryEstimator
- Worker(BlockingQueue<T>, FromFileReader<T>) - Constructor for class org.ojalgo.netio.QueuedReader.Worker
- Worker(QueuedWriter<T>, ToFileWriter<T>) - Constructor for class org.ojalgo.netio.QueuedWriter.Worker
- wrap(byte...) - Static method in class org.ojalgo.array.ArrayZ008
- wrap(double...) - Static method in class org.ojalgo.array.ArrayR064
- wrap(double...) - Static method in class org.ojalgo.array.PrimitiveArray
- wrap(double...) - Static method in class org.ojalgo.function.polynomial.PolynomialR064
- wrap(double...) - Static method in class org.ojalgo.matrix.store.R064Store
- wrap(double...) - Static method in class org.ojalgo.matrix.store.RawStore
-
Will create a single row matrix with the supplied array as the inner array.
- wrap(double...) - Static method in class org.ojalgo.random.SampleSet
- wrap(double[]) - Static method in class org.ojalgo.series.primitive.DataSeries
- wrap(double...) - Static method in interface org.ojalgo.structure.Access1D
-
Deprecated.v54 Use
Primitive1D.of(double...)
orArrayR064.wrap(double...)
instead - wrap(double[][]) - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- wrap(double[][]) - Static method in class org.ojalgo.matrix.store.RawStore
- wrap(double[][]) - Static method in interface org.ojalgo.structure.Access2D
- wrap(double[], int) - Static method in class org.ojalgo.matrix.store.R064Store
- wrap(float...) - Static method in class org.ojalgo.array.ArrayR032
- wrap(float...) - Static method in class org.ojalgo.array.PrimitiveArray
- wrap(float...) - Static method in class org.ojalgo.function.polynomial.PolynomialR032
- wrap(int...) - Static method in class org.ojalgo.array.ArrayZ032
- wrap(long) - Method in class org.ojalgo.scalar.Amount
- wrap(long) - Method in class org.ojalgo.scalar.ExactDecimal
- wrap(long) - Method in class org.ojalgo.scalar.Money
- wrap(long) - Method in class org.ojalgo.scalar.Price
- wrap(long) - Method in class org.ojalgo.scalar.Quantity
- wrap(long...) - Static method in class org.ojalgo.array.ArrayZ064
- wrap(short...) - Static method in class org.ojalgo.array.ArrayZ016
- wrap(BufferedImage) - Static method in class org.ojalgo.data.image.ImageData
- wrap(BigDecimal...) - Static method in class org.ojalgo.array.ArrayR256
- wrap(BigDecimal...) - Static method in class org.ojalgo.function.polynomial.PolynomialR256
- wrap(List<? extends N>) - Static method in interface org.ojalgo.structure.Access1D
- wrap(List<T>) - Static method in class org.ojalgo.type.collection.CloseableList
- wrap(Map<K, V>) - Static method in class org.ojalgo.type.collection.CloseableMap
- wrap(NavigableMap<K, V>) - Static method in class org.ojalgo.series.SimpleSeries
- wrap(K[], byte[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(K[], double[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(K[], float[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(K[], int[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(K[], long[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(K[], short[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(K[], V[]) - Static method in interface org.ojalgo.type.keyvalue.EntryList
- wrap(N[]) - Static method in interface org.ojalgo.structure.Access1D
- wrap(N[][]) - Static method in interface org.ojalgo.structure.Access2D
- wrap(BasicArray<?>, int, double) - Static method in class org.ojalgo.equation.Equation
- wrap(BasicArray<N>) - Method in class org.ojalgo.array.Array1D.Factory
- wrap(GenericStore.Factory<N>, N...) - Static method in class org.ojalgo.matrix.store.GenericStore
- wrap(GenericStore.Factory<N>, N[], int) - Static method in class org.ojalgo.matrix.store.GenericStore
- wrap(PhysicalStore<N>) - Static method in class org.ojalgo.function.multiary.AffineFunction
- wrap(PhysicalStore<N>) - Static method in class org.ojalgo.function.multiary.LinearFunction
- wrap(PhysicalStore<N>) - Static method in class org.ojalgo.function.multiary.PureQuadraticFunction
- wrap(PhysicalStore<N>, PhysicalStore<N>) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
- wrap(ComplexNumber...) - Static method in class org.ojalgo.array.ArrayC128
- wrap(ComplexNumber...) - Static method in class org.ojalgo.function.polynomial.PolynomialC128
- wrap(Quadruple...) - Static method in class org.ojalgo.array.ArrayR128
- wrap(Quadruple...) - Static method in class org.ojalgo.function.polynomial.PolynomialR128
- wrap(Quaternion...) - Static method in class org.ojalgo.array.ArrayH256
- wrap(RationalNumber...) - Static method in class org.ojalgo.array.ArrayQ128
- wrap(RationalNumber...) - Static method in class org.ojalgo.function.polynomial.PolynomialQ128
- wrap(Access1D<?>) - Static method in class org.ojalgo.optimisation.Optimisation.Result
- wrap(Access1D<?>) - Static method in class org.ojalgo.random.SampleSet
- wrap(Access1D<?>) - Static method in class org.ojalgo.series.primitive.PrimitiveSeries
- wrap(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.GenericDecomposition
- wrap(Access2D<?>) - Method in class org.ojalgo.matrix.decomposition.RawDecomposition
- wrap(Structure1D) - Static method in class org.ojalgo.structure.Primitive1D
- wrap(Structure2D) - Static method in class org.ojalgo.structure.Primitive2D
- wrap(StructureAnyD) - Static method in class org.ojalgo.structure.PrimitiveAnyD
- wrapAsSegments(BasicArray<N>...) - Method in class org.ojalgo.array.ArrayFactory
-
There are several requirements on the segments: All segments, except possibly the last, must have the same length/size/count. That size must be a power of 2. The size of the last segment must be <= "the segment size".
- wrapInArray1D() - Method in class org.ojalgo.array.BasicArray
-
A utility facade that conveniently/consistently presents the BasicArray as a one-dimensional array.
- wrapInArray2D(long) - Method in class org.ojalgo.array.BasicArray
-
A utility facade that conveniently/consistently presents the BasicArray as a two-dimensional array.
- wrapInArrayAnyD(long[]) - Method in class org.ojalgo.array.BasicArray
-
A utility facade that conveniently/consistently presents the BasicArray as a multi-dimensional array.
- WrappedANN - Class in org.ojalgo.ann
- WrappedANN(ArtificialNeuralNetwork, int) - Constructor for class org.ojalgo.ann.WrappedANN
- Wrapper(Structure1D) - Constructor for class org.ojalgo.structure.Primitive1D.Wrapper
- Wrapper(Structure2D) - Constructor for class org.ojalgo.structure.Primitive2D.Wrapper
- Wrapper(StructureAnyD) - Constructor for class org.ojalgo.structure.PrimitiveAnyD.Wrapper
- WrapperRegion(Mutate2D.ModifiableReceiver<N>) - Constructor for class org.ojalgo.matrix.store.Subregion2D.WrapperRegion
- WrapperStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
- WrapperStore(PhysicalStore.Factory<N, ?>, Access2D<?>) - Constructor for class org.ojalgo.matrix.store.WrapperStore
- WrapperStore(Access1D<?>, PhysicalStore.Factory<N, ?>) - Constructor for class org.ojalgo.matrix.store.WrapperStore
- write() - Method in class org.ojalgo.netio.TextLineWriter.CSVLineBuilder
-
Write the line/row and reset the builder – ready to build the next line.
- write(byte[], int, int) - Method in class org.ojalgo.netio.ByteBufferBackedOutputStream
- write(char[], int, int) - Method in class org.ojalgo.netio.BasicLogger.BasicWriter
- write(int) - Method in class org.ojalgo.netio.ByteBufferBackedOutputStream
- write(IN) - Method in class org.ojalgo.netio.MappedWriter
- write(CharSequence) - Method in class org.ojalgo.netio.TextLineWriter
- write(ArtificialNeuralNetwork, int, DataOutput) - Static method in class org.ojalgo.ann.FileFormat
- write(ArtificialNeuralNetwork, DataOutput) - Static method in class org.ojalgo.ann.FileFormat.Version1
- write(ArtificialNeuralNetwork, DataOutput) - Static method in class org.ojalgo.ann.FileFormat.Version2
- write(ExpressionsBasedModel, OutputStream) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- write(EntryPair.KeyedPrimitive<KeyValue.Dual<T>>) - Method in interface org.ojalgo.netio.ScoredDualWriter
- write(T) - Method in class org.ojalgo.netio.DataWriter
- write(T) - Method in class org.ojalgo.netio.ManagedWriter
- write(T) - Method in class org.ojalgo.netio.QueuedWriter
- write(T) - Method in class org.ojalgo.netio.ShardedWriter.GeneralShardedConsumer
- write(T) - Method in class org.ojalgo.netio.ShardedWriter.PowerOf2ShardedConsumer
- write(T) - Method in interface org.ojalgo.netio.ToFileWriter
-
Write the item to the consumer.
- write(T, T, float) - Method in interface org.ojalgo.netio.ScoredDualWriter
- writeBatch(Iterable<? extends T>) - Method in interface org.ojalgo.netio.ToFileWriter
-
Write the batch (collection of items) to the consumer.
- writeExpression(Expression, BufferedWriter) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- writeLinear(Map.Entry<Structure1D.IntIndex, BigDecimal>, BufferedWriter) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- writeModelEntity(ModelEntity<?>, BufferedWriter) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- writeQuadratic(Map.Entry<Structure2D.IntRowColumn, BigDecimal>, BufferedWriter) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- writeTo(DataOutput) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
-
Will write (save) the ANN to the specified output.
- writeTo(File) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- writeTo(File) - Method in class org.ojalgo.data.image.ImageData
-
The file format is derived from the file name ending (png, jpg...)
- writeTo(File) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Save this instance to file.
- writeTo(File, String) - Method in class org.ojalgo.data.image.ImageData
- writeTo(Path, OpenOption...) - Method in class org.ojalgo.ann.ArtificialNeuralNetwork
- writeTo(InMemoryFile) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
- writeVariable(Variable, BufferedWriter) - Static method in class org.ojalgo.optimisation.FileFormatEBM
- written - Variable in class org.ojalgo.type.ForgetfulMap.CachedValue
X
- x - Variable in class org.ojalgo.optimisation.linear.RevisedStore
-
primal basic solution
- X - org.ojalgo.scalar.Quaternion.RotationAxis
- X86 - Static variable in class org.ojalgo.machine.VirtualMachine
- X86__01 - Static variable in class org.ojalgo.machine.Hardware
-
INTEL1 1 processor 1 core per processor 1 thread per core === 1GB system RAM 1MB L2 cache per processor 32kB L1 cache per core
- X86__02 - Static variable in class org.ojalgo.machine.Hardware
-
B5950053 1 processor 2 cores per processor 1 thread per core === 3.5GB system RAM 6MB L2 cache per processor (2 cores) 32kB L1 cache per core
- X86_64 - Static variable in class org.ojalgo.machine.VirtualMachine
- X86_64__02 - Static variable in class org.ojalgo.machine.Hardware
-
MANTA / iMac7,1 1 processor 2 cores per processor 1 thread per core === 3GB system RAM 4MB L2 cache per processor (2 cores) 32kB L1 cache per core
- X86_64__04 - Static variable in class org.ojalgo.machine.Hardware
- X86_64__04_1_L2 - Static variable in class org.ojalgo.machine.Hardware
-
PA's Q9400 1 processors 4 cores per processor 1 thread per core (4 threads in total) === 3GB system RAM 3MB L2 cache per 2 cores 32kB L1 cache per core PA's Q6600 1 processors 4 cores per processor 1 thread per core (4 threads in total) === 8GB system RAM 4MB L2 cache per 2 cores 32kB L1 cache per core
- X86_64__04_1_L3 - Static variable in class org.ojalgo.machine.Hardware
-
Intel i5-4670K with 16GB of RAM 1 processors 4 cores per processor 1 thread per core (4 threads in total) === 16GB system RAM 6MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core Intel Core i5-3570K with 32GB of RAM (from Java Matrix Benchmark) 1 processors 4 cores per processor 1 thread per core (4 threads in total) === 32GB system RAM 6MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core
- X86_64__04_2 - Static variable in class org.ojalgo.machine.Hardware
-
BUBBLE / MacBookAir4,2 1 processors 2 cores per processor 2 threads per core (4 threads in total) === 4GB system RAM 3MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core PA's Intel Core i7-620M laptop 1 processors 2 cores per processor 2 threads per core (4 threads in total) === 8GB system RAM 4MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core MacBookPro14,2 (oyster) 1 processors 2 cores per processor 2 threads per core (4 threads in total) === 8GB system RAM 4MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core
- X86_64__08 - Static variable in class org.ojalgo.machine.Hardware
-
HA's Intel Core i7-920 server 1 processor 4 cores per processor 2 threads per core (8 threads in total) === 8GB system RAM 8MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core Core i7-2600 3.4 GHz - 4 cores - 8 threads from Java Matrix Benchmark 1 processor 4 cores per processor 2 threads per core (8 threads in total) === 11GB system RAM 8MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core Core i7-3770 3.4 GHz - 4 cores - 8 threads (whale @ MSC/MSB) 1 processor 4 cores per processor 2 threads per core (8 threads in total) === 8GB system RAM 8MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core Core i7-2600 3.4 GHz - 4 cores - 8 threads (Vostro-460 @ Scila) 1 processor 4 cores per processor 2 threads per core (8 threads in total) === 32GB system RAM 8MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core Google Cloud Platform Compute Engine n1-standard-8 (8 vCPUs, 30 GB memory, Skylake) 1 processor 4 cores per processor 2 threads per core (8 threads in total) === 30GB system RAM 8.25MB L3 cache per processor 1MB L2 cache per core 32kB L1 cache per core
- X86_64__12 - Static variable in class org.ojalgo.machine.Hardware
-
"Gulftown" (32 nm) Model: SLBUZ (B1) Intel Core i7-980 3.33GHz 8/25/2010 ref: http://ark.intel.com/products/47932 https://en.wikipedia.org/wiki/List_of_Intel_Core_i7_microprocessors Device Manager
- X86_64__16 - Static variable in class org.ojalgo.machine.Hardware
-
SAILFISH / MacPro4,1 2 processors 4 cores per processor (8 cores in total) 2 threads per core (16 threads in total) === 12GB system RAM 8MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core OCTOPUS / MacBookPro16,1 1 processors 8 cores per processor (8 cores in total) 2 threads per core (16 threads in total) === 64GB system RAM 16MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core
- X86_64__64 - Static variable in class org.ojalgo.machine.Hardware
-
CBL (prod & test) 2 x Intel(R) Xeon(R) CPU E5-2697A v4 @ 2.60GHz 2 processors 16 cores per processor (32 cores in total) 2 threads per core (64 threads in total) === 512GB system RAM 40MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core CBF (simu) 4 x Intel(R) Xeon(R) CPU E7-4809 v3 @ 2.00GHz 4 processors 8 cores per processor (32 cores in total) 2 threads per core (64 threads in total) === 512GB system RAM 20MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core
- X86_64__96 - Static variable in class org.ojalgo.machine.Hardware
-
CBF (prod) 4 x Intel(R) Xeon(R) CPU E7-4830 v3 @ 2.10GHz 4 processors 12 cores per processor (48 cores in total) 2 threads per core (96 threads in total) === 512GB system RAM 30MB L3 cache per processor 256kB L2 cache per core 32kB L1 cache per core
Y
- y - Variable in class org.ojalgo.optimisation.linear.RevisedStore
-
delta – primal basic solution
- Y - org.ojalgo.scalar.Quaternion.RotationAxis
- YahooParser - Class in org.ojalgo.data.domain.finance.series
- YahooParser() - Constructor for class org.ojalgo.data.domain.finance.series.YahooParser
- YahooParser.Data - Class in org.ojalgo.data.domain.finance.series
- YahooSession - Class in org.ojalgo.data.domain.finance.series
-
Deprecated.
- YahooSession() - Constructor for class org.ojalgo.data.domain.finance.series.YahooSession
-
Deprecated.
- YahooSession.Fetcher - Class in org.ojalgo.data.domain.finance.series
-
Deprecated.
- YahooSessionOld - Class in org.ojalgo.data.domain.finance.series
-
Deprecated.
- YahooSessionOld() - Constructor for class org.ojalgo.data.domain.finance.series.YahooSessionOld
-
Deprecated.
- YahooSessionOld.Fetcher - Class in org.ojalgo.data.domain.finance.series
-
Deprecated.
- YEAR - org.ojalgo.type.CalendarDateUnit
- YOCTO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- YOCTO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- YOCTO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- YOCTO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- YOTTA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- YOTTA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- YOTTA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- YOTTA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
Z
- z - Variable in class org.ojalgo.optimisation.linear.RevisedStore
- Z - org.ojalgo.algebra.NumberSet
-
Integers
- Z - org.ojalgo.scalar.Quaternion.RotationAxis
- Z008 - org.ojalgo.type.math.MathType
-
Integer: byte
- Z008 - Static variable in class org.ojalgo.array.Array1D
- Z008 - Static variable in class org.ojalgo.array.Array2D
- Z008 - Static variable in class org.ojalgo.array.ArrayAnyD
- Z008 - Static variable in class org.ojalgo.array.BufferArray
- Z008 - Static variable in class org.ojalgo.array.OffHeapArray
- Z016 - org.ojalgo.type.math.MathType
-
Integer: short
- Z016 - Static variable in class org.ojalgo.array.Array1D
- Z016 - Static variable in class org.ojalgo.array.Array2D
- Z016 - Static variable in class org.ojalgo.array.ArrayAnyD
- Z016 - Static variable in class org.ojalgo.array.BufferArray
- Z016 - Static variable in class org.ojalgo.array.OffHeapArray
- Z032 - org.ojalgo.type.math.MathType
-
Integer: int
- Z032 - Static variable in class org.ojalgo.array.Array1D
- Z032 - Static variable in class org.ojalgo.array.Array2D
- Z032 - Static variable in class org.ojalgo.array.ArrayAnyD
- Z032 - Static variable in class org.ojalgo.array.BufferArray
- Z032 - Static variable in class org.ojalgo.array.OffHeapArray
- Z064 - org.ojalgo.type.math.MathType
-
Integer: long
- Z064 - Static variable in class org.ojalgo.array.Array1D
- Z064 - Static variable in class org.ojalgo.array.Array2D
- Z064 - Static variable in class org.ojalgo.array.ArrayAnyD
- Z064 - Static variable in class org.ojalgo.array.BufferArray
- Z064 - Static variable in class org.ojalgo.array.OffHeapArray
- ZEPTO - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- ZEPTO - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- ZEPTO - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- ZEPTO - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- zero() - Method in class org.ojalgo.matrix.store.FactoryStore
- zero() - Method in class org.ojalgo.matrix.store.LogicalStore
- zero() - Method in interface org.ojalgo.scalar.Scalar.Factory
- ZERO - Static variable in class org.ojalgo.function.constant.BigMath
- ZERO - Static variable in class org.ojalgo.function.constant.PrimitiveMath
- ZERO - Static variable in class org.ojalgo.function.constant.QuadrupleMath
- ZERO - Static variable in class org.ojalgo.function.constant.RationalMath
- ZERO - Static variable in class org.ojalgo.machine.MemoryEstimator
- ZERO - Static variable in class org.ojalgo.scalar.Amount
- ZERO - Static variable in class org.ojalgo.scalar.BigScalar
- ZERO - Static variable in class org.ojalgo.scalar.ComplexNumber
-
Complex number Z = (0.0 + 0.0i)
- ZERO - Static variable in class org.ojalgo.scalar.Money
- ZERO - Static variable in class org.ojalgo.scalar.Price
- ZERO - Static variable in class org.ojalgo.scalar.PrimitiveScalar
- ZERO - Static variable in class org.ojalgo.scalar.Quadruple
- ZERO - Static variable in class org.ojalgo.scalar.Quantity
- ZERO - Static variable in class org.ojalgo.scalar.Quaternion
- ZERO - Static variable in class org.ojalgo.scalar.RationalNumber
- ZERO_BYTE - Static variable in class org.ojalgo.type.NativeMemory
- ZERO_DOUBLE - Static variable in class org.ojalgo.type.NativeMemory
- ZERO_FLOAT - Static variable in class org.ojalgo.type.NativeMemory
- ZERO_INT - Static variable in class org.ojalgo.type.NativeMemory
- ZERO_LONG - Static variable in class org.ojalgo.type.NativeMemory
- ZERO_ONE_TWO - Static variable in class org.ojalgo.optimisation.Presolvers
-
Looks for constraint expressions with 0, 1 or 2 non-fixed variables.
- ZERO_SHORT - Static variable in class org.ojalgo.type.NativeMemory
- ZeroStore<N extends java.lang.Comparable<N>> - Class in org.ojalgo.matrix.store
-
ZeroStore
- ZeroStore(PhysicalStore.Factory<N, ?>, int, int) - Constructor for class org.ojalgo.matrix.store.ZeroStore
- ZeroStore(PhysicalStore.Factory<N, ?>, long, long) - Constructor for class org.ojalgo.matrix.store.ZeroStore
- ZETTA - Static variable in class org.ojalgo.function.constant.BigMath.Prefix
- ZETTA - Static variable in class org.ojalgo.function.constant.PrimitiveMath.Prefix
- ZETTA - Static variable in class org.ojalgo.function.constant.QuadrupleMath.Prefix
- ZETTA - Static variable in class org.ojalgo.function.constant.RationalMath.Prefix
- ZONED_DATE_TIME - Static variable in interface org.ojalgo.series.BasicSeries
- ZONED_DATE_TIME - Static variable in class org.ojalgo.type.TimeIndex
- ZOperator(Access1D<?>) - Constructor for class org.ojalgo.data.transform.ZTransform.ZOperator
- ZTransform - Class in org.ojalgo.data.transform
-
This class implements the Z-transform for a given complex number z.
- ZTransform(ComplexNumber) - Constructor for class org.ojalgo.data.transform.ZTransform
- ZTransform.ZOperator - Class in org.ojalgo.data.transform
_
- _0_0 - Static variable in class org.ojalgo.data.domain.finance.portfolio.MarkowitzModel
- _0_0001 - Static variable in class org.ojalgo.random.ChiSquareDistribution
- _0_0001 - Static variable in class org.ojalgo.random.TDistribution
All Classes All Packages