- 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
-
- gamma(double) - Static method in class org.ojalgo.random.RandomUtils
-
Lanczos approximation.
- GaussianField<K extends Comparable<K>> - Class in org.ojalgo.random.process
-
A Gaussian process is a stochastic process whose realizations consist of random values associated with every point in
a range of times (or of space) such that each such random variable has a normal distribution.
- GaussianField(GaussianField.Covariance<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.Covariance<K extends Comparable<K>> - Interface in org.ojalgo.random.process
-
- GaussianField.Mean<K extends Comparable<K>> - Interface in org.ojalgo.random.process
-
- GaussianProcess - Class in org.ojalgo.random.process
-
A Gaussian process is a stochastic process whose realizations consist of
random values associated with every point in a range of times (or of space)
such that each such random variable has a normal distribution.
- 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
-
- gcd(BigInteger, BigInteger) - Static method in class org.ojalgo.scalar.RationalNumber
-
Greatest Common Denominator
- gcd(int, int) - Static method in class org.ojalgo.scalar.RationalNumber
-
Greatest Common Denominator
- gcd(long, long) - Static method in class org.ojalgo.scalar.RationalNumber
-
Greatest Common Denominator
- General() - Constructor for class org.ojalgo.matrix.jama.JamaEigenvalue.General
-
- 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.Uniform
-
- generate() - Method in class org.ojalgo.random.Weibull
-
- generateApplyAndCopyHouseholderColumn(int, int, Householder<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
- generateApplyAndCopyHouseholderColumn(int, int, Householder<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- generateApplyAndCopyHouseholderColumn(int, int, Householder<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- GenerateApplyAndCopyHouseholderColumn - Class in org.ojalgo.matrix.store.operation
-
- generateApplyAndCopyHouseholderColumn(int, int, Householder<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- generateApplyAndCopyHouseholderRow(int, int, Householder<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
- generateApplyAndCopyHouseholderRow(int, int, Householder<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- generateApplyAndCopyHouseholderRow(int, int, Householder<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- GenerateApplyAndCopyHouseholderRow - Class in org.ojalgo.matrix.store.operation
-
- generateApplyAndCopyHouseholderRow(int, int, Householder<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- GenericAppender(Appendable) - Constructor for class org.ojalgo.netio.BasicLogger.GenericAppender
-
- GenericContext<T> - Class in org.ojalgo.type.context
-
- GenericContext(Format) - Constructor for class org.ojalgo.type.context.GenericContext
-
- GenericSolver - Class in org.ojalgo.optimisation
-
- GenericSolver(Optimisation.Options) - Constructor for class org.ojalgo.optimisation.GenericSolver
-
- 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
-
- GeometricBrownian1D - Class in org.ojalgo.random.process
-
- GeometricBrownian1D(Access2D<?>, List<? extends GeometricBrownianMotion>) - Constructor for class org.ojalgo.random.process.GeometricBrownian1D
-
- GeometricBrownian1D(List<? extends GeometricBrownianMotion>) - Constructor for class org.ojalgo.random.process.GeometricBrownian1D
-
- GeometricBrownianMotion - Class in org.ojalgo.random.process
-
Diffusion process defined by a stochastic differential equation: dX = r X dt + s X dW A stochastic process is said to
follow a geometric Brownian motion if it satisfies this stochastic differential equation.
- GeometricBrownianMotion(double, double) - Constructor for class org.ojalgo.random.process.GeometricBrownianMotion
-
- get(long) - Method in interface org.ojalgo.access.Access1D
-
- get(long, long) - Method in interface org.ojalgo.access.Access2D
-
- get(long[]) - Method in interface org.ojalgo.access.AccessAnyD
-
- get(long) - Method in class org.ojalgo.access.ColumnsIterator
-
- get(long) - Method in class org.ojalgo.access.RowsIterator
-
- get(int) - Method in class org.ojalgo.array.Array1D
-
- get(long) - Method in class org.ojalgo.array.Array1D
-
- get(long) - Method in class org.ojalgo.array.Array2D
-
- get(long, 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.ArrayAnyD
-
- get(int) - Method in class org.ojalgo.array.BigArray
-
- get(int) - Method in class org.ojalgo.array.ComplexArray
-
- get(long) - Method in class org.ojalgo.array.OffHeapArray
-
- get(int) - Method in class org.ojalgo.array.PrimitiveArray
-
- get(int) - Method in class org.ojalgo.array.RationalArray
-
- get(DataSource<?>) - Method in class org.ojalgo.finance.data.SourceCache
-
- get(long) - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- get(long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- get(long, long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- get(long, long) - Method in class org.ojalgo.matrix.store.AboveBelowStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.ColumnsStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.ConjugatedStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.IdentityStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.LeftRightStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.ModificationStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.RowsStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.SingleStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.SuperimposedStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.TransposedStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.WrapperStore
-
- get(long, long) - Method in class org.ojalgo.matrix.store.ZeroStore
-
- get(int) - Method in class org.ojalgo.matrix.transformation.Householder.Big
-
- get(long) - Method in class org.ojalgo.matrix.transformation.Householder.Big
-
- get(int) - Method in class org.ojalgo.matrix.transformation.Householder.Complex
-
- get(long) - Method in class org.ojalgo.matrix.transformation.Householder.Complex
-
- get(int) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive
-
- get(long) - Method in class org.ojalgo.matrix.transformation.Householder.Primitive
-
- get(long) - Method in class org.ojalgo.optimisation.Optimisation.Result
-
- get(int) - Method in class org.ojalgo.random.SampleSet
-
- get(long) - Method in class org.ojalgo.random.SampleSet
-
- get(long) - Method in class org.ojalgo.scalar.ComplexNumber
-
- get(long, long) - Method in class org.ojalgo.scalar.ComplexNumber
-
- get(long) - Method in class org.ojalgo.scalar.Quaternion
-
- get(long, long) - Method in class org.ojalgo.scalar.Quaternion
-
- get(Object) - Method in class org.ojalgo.series.CoordinationSet
-
- get(String) - Method in class org.ojalgo.series.CoordinationSet
-
- get(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- get(long) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- get() - Method in class org.ojalgo.type.Alternator
-
- get(K) - Method in class org.ojalgo.type.KeyCounter
-
- getAdjustedGradient(Access1D<?>) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedHessian() - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedLinearFactor(Expression.Index) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedLinearFactor(int) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedLinearFactor(Variable) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedQuadraticFactor(int, int) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedQuadraticFactor(Expression.RowColumn) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustedQuadraticFactor(Variable, Variable) - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustmentExponent() - Method in class org.ojalgo.optimisation.Expression
-
- getAdjustmentExponent() - Method in class org.ojalgo.optimisation.Variable
-
- getAE() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
[AE][X] == [BE]
- getAE() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getAI() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
[AI][X] <= [BI]
- getAI() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getAllCalendarDates() - Method in class org.ojalgo.series.CoordinationSet
-
- getAllSeriesNames() - Method in class org.ojalgo.series.CoordinationSet
-
- getAllSeriesNames() - Method in class org.ojalgo.series.function.SeriesFunction
-
- getAmount() - Method in class org.ojalgo.type.StandardType
-
- getArchitecture() - Static method in class org.ojalgo.machine.VirtualMachine
-
- getArgument() - Method in class org.ojalgo.netio.Message
-
- getArgument() - Method in class org.ojalgo.scalar.ComplexNumber
-
- getAssetKey(int) - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- getAssetKeys() - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- getAssetReturns() - Method in interface org.ojalgo.finance.portfolio.FinancePortfolio.Context
-
- getAssetReturns() - Method in class org.ojalgo.finance.portfolio.PortfolioContext
-
- getAssetReturns() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getAssetVolatilities() - Method in interface org.ojalgo.finance.portfolio.FinancePortfolio.Context
-
- getAssetVolatilities() - Method in class org.ojalgo.finance.portfolio.PortfolioContext
-
- getAssetVolatilities() - Method in class org.ojalgo.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
-
- getBackground() - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- getBE() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
[AE][X] == [BE]
- getBE() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getBestResultSoFar() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- getBI() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
[AI][X] <= [BI]
- getBI() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getBidiagonalAccessD() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getBidiagonalQ1() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getBidiagonalQ2() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getBig(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyBoth
-
- getBig(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyLeft
-
- getBig(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyRight
-
- getBigEnforceFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getBigFunction() - Method in enum org.ojalgo.function.aggregator.Aggregator
-
- getBigRoundFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getBigWorker() - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- getBoolean() - Method in class org.ojalgo.type.StandardType
-
- getBuilder(int) - Method in interface org.ojalgo.matrix.BasicMatrix.Factory
-
- getBuilder(int, int) - Method in interface org.ojalgo.matrix.BasicMatrix.Factory
-
- getBuilder(int) - Static method in class org.ojalgo.matrix.BigMatrix
-
- getBuilder(int, int) - Static method in class org.ojalgo.matrix.BigMatrix
-
- getBuilder(int) - Static method in class org.ojalgo.matrix.ComplexMatrix
-
- getBuilder(int, int) - Static method in class org.ojalgo.matrix.ComplexMatrix
-
- getBuilder(int) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- getBuilder(int, int) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- getBuilder(int) - Static method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getBuilder(int, int) - Static method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getBuilder(int) - Static method in class org.ojalgo.matrix.PrimitiveMatrix
-
- getBuilder(int, int) - Static method in class org.ojalgo.matrix.PrimitiveMatrix
-
- getBuilder() - Static method in class org.ojalgo.optimisation.convex.ConvexSolver
-
- getBuilder() - Static method in class org.ojalgo.optimisation.linear.LinearSolver
-
- getC() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Linear objective: [C]
- getC() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getCachedObject() - Method in class org.ojalgo.type.TypeCache
-
- getCalendar() - Method in class org.ojalgo.type.CalendarDate
-
- getCalendar(Locale) - Method in class org.ojalgo.type.CalendarDate
-
- getCalendar(TimeZone) - Method in class org.ojalgo.type.CalendarDate
-
- getCalendar(TimeZone, Locale) - Method in class org.ojalgo.type.CalendarDate
-
- getCharArray() - Method in enum org.ojalgo.netio.LineTerminator
-
- getColDim() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getColDim() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- getColDim() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- getColDim() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- getCollection() - Static method in class org.ojalgo.function.aggregator.BigAggregator
-
- getCollection() - Static method in class org.ojalgo.function.aggregator.ComplexAggregator
-
- getCollection() - Static method in class org.ojalgo.function.aggregator.PrimitiveAggregator
-
- getCollection() - Static method in class org.ojalgo.function.aggregator.RationalAggregator
-
- getColour() - Method in interface org.ojalgo.series.BasicSeries
-
- getColumnsRange(int, int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getColumnsRange(int, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getCombination(Number) - Method in class org.ojalgo.series.SeriesInterpolator
-
- getCommand() - Method in class org.ojalgo.netio.Message
-
- getCompensatedLowerLimit(Collection<Expression.Index>) - Method in class org.ojalgo.optimisation.Expression
-
- getCompensatedUpperLimit(Collection<Expression.Index>) - Method in class org.ojalgo.optimisation.Expression
-
- getComplex(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyBoth
-
- getComplex(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyLeft
-
- getComplex(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyRight
-
- getComplexEnforceFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getComplexFunction() - Method in enum org.ojalgo.function.aggregator.Aggregator
-
- getComplexRoundFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getComplexWorker() - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- getCondition() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getCondition() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
The condition number.
- getCondition() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getCondition() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getCondition() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getConfidence() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
"weight on views" or "tau" A parameter that describes the general confidence in the views.
- getConformance(FinancePortfolio) - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- getConstant() - Method in interface org.ojalgo.function.multiary.MultiaryFunction.Constant
-
- getContributionWeight() - Method in interface org.ojalgo.optimisation.Optimisation.Objective
-
May return null
- getCorrelation(int, int) - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getCorrelation(SampleSet) - Method in class org.ojalgo.random.SampleSet
-
- getCorrelations() - Method in interface org.ojalgo.finance.portfolio.FinancePortfolio.Context
-
- getCorrelations() - Method in class org.ojalgo.finance.portfolio.PortfolioContext
-
- getCorrelations() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation.Big
-
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation.Complex
-
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation
-
- getCosine() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
-
- getCovariance(int, int) - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getCovariance(SampleSet) - Method in class org.ojalgo.random.SampleSet
-
- getCovariances() - Method in interface org.ojalgo.finance.portfolio.FinancePortfolio.Context
-
- getCovariances() - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- getCovariances() - Method in class org.ojalgo.finance.portfolio.PortfolioContext
-
- getCovariances() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getCurrency(Locale) - Static method in class org.ojalgo.type.context.NumberContext
-
- 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.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
-
- getD() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getD() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- getD() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getDataSeries() - Method in interface org.ojalgo.series.BasicSeries
-
- getDate() - Static method in class org.ojalgo.OjAlgoUtils
-
- getDate() - Method in class org.ojalgo.type.CalendarDate
-
- 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
-
- getDelegate() - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.BigPolynomial
-
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.ComplexPolynomial
-
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.PrimitivePolynomial
-
- getDerivativeFactor(int) - Method in class org.ojalgo.function.polynomial.RationalPolynomial
-
- getDeterminant() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getDeterminant() - Method in interface org.ojalgo.matrix.decomposition.Cholesky
-
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- getDeterminant() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
A matrix' determinant is the product of its eigenvalues.
- getDeterminant() - Method in interface org.ojalgo.matrix.decomposition.LU
-
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- getDeterminant() - Method in interface org.ojalgo.matrix.decomposition.QR
-
- getDeterminant() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- getDeterminant() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getDeterminant() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- getDeterminant() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getDeterminant() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getDeterminant() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- getDeterminant() - Method in class org.ojalgo.scalar.Quaternion
-
The fourth power of the norm of a quaternion is the determinant of the corresponding matrix.
- getDiagonal() - Method in interface org.ojalgo.matrix.decomposition.Schur
-
- getDiagonal() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- getDiagonal() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition.SchurResult
-
- getDiagonalAccessD() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- 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(boolean, K...) - Method in class org.ojalgo.random.process.GaussianField
-
- getDistribution(K...) - Method in class org.ojalgo.random.process.GaussianField
-
- getDistribution(double) - Method in class org.ojalgo.random.process.GaussianProcess
-
- 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
-
Calling this method repeatedly gives the same ressult, unless you call #step(double) inbetween.
- getDistribution(double) - Method in class org.ojalgo.random.process.WienerProcess
-
- getDistribution(double) - Method in class org.ojalgo.random.Uniform
-
- getEarliestFirstKey() - Method in class org.ojalgo.series.CoordinationSet
-
- getEarliestLastKey() - Method in class org.ojalgo.series.CoordinationSet
-
- getEigenvalues() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getEigenvalues() - Method in interface org.ojalgo.matrix.decomposition.Eigenvalue
-
Even for real matrices the eigenvalues are potentially complex numbers.
- getEigenvalues() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- getEigenvalues() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- getEigenvalues() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getExcluded() - Method in class org.ojalgo.optimisation.linear.LinearSolver
-
- getExcluded() - Method in class org.ojalgo.type.IndexSelector
-
- getExpected() - Method in class org.ojalgo.random.Binomial
-
- getExpected() - Method in class org.ojalgo.random.Deterministic
-
- getExpected() - Method in interface org.ojalgo.random.Distribution
-
- 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.Uniform
-
- getExpected() - Method in class org.ojalgo.random.Weibull
-
- getExpression(String) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getExpressions() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getExpressionsBasedModel() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
- getFirst() - Method in class org.ojalgo.random.SampleSet
-
- getFixedVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getFormat() - Method in enum org.ojalgo.type.format.DatePart
-
- getFormat(DateStyle) - Method in enum org.ojalgo.type.format.DatePart
-
- getFormat(DateStyle, Locale) - Method in enum org.ojalgo.type.format.DatePart
-
- getFormat(Locale) - Method in enum org.ojalgo.type.format.DatePart
-
- getFormat() - Method in enum org.ojalgo.type.format.DateStyle
-
- getFormat(DatePart) - Method in enum org.ojalgo.type.format.DateStyle
-
- getFormat(DatePart, Locale) - Method in enum org.ojalgo.type.format.DateStyle
-
- getFormat(Locale) - 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.NumberStyle
-
- getFormatterFactory() - Method in class org.ojalgo.type.context.swing.ContextTextField
-
- getFreeVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getFrobeniusNorm() - Method in interface 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.
- 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
-
- getFrobeniusNorm() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getFrobeniusNorm() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getFunction(Class<?>) - Method in enum org.ojalgo.function.aggregator.Aggregator
-
- 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
-
- getGeneral(int) - Static method in class org.ojalgo.type.context.NumberContext
-
- getGeneral(int, int) - Static method in class org.ojalgo.type.context.NumberContext
-
- getGeneral(int, RoundingMode) - Static method in class org.ojalgo.type.context.NumberContext
-
- getGeneral(MathContext) - Static method in class org.ojalgo.type.context.NumberContext
-
The scale will be set to half the precision.
- getGeometricMean() - Method in class org.ojalgo.random.LogNormal
-
The geometric mean is also the median
- getGeometricStandardDeviation() - Method in class org.ojalgo.random.LogNormal
-
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.CompoundFunction
-
- 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.QuadraticFunction
-
- getGradient(Access1D<N>) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
-
- getGradient(Access1D<Double>) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- getH() - Method in interface org.ojalgo.matrix.decomposition.Hessenberg
-
- getH() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- getHeight() - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.CompoundFunction
-
- 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.QuadraticFunction
-
- getHessian(Access1D<N>) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
-
- getHistoricalPrices() - Method in class org.ojalgo.finance.data.DataSource
-
- getHistoricalPrices(BufferedReader) - Method in class org.ojalgo.finance.data.DataSource
-
- getHundredYearsAgo() - Static method in class org.ojalgo.type.TypeUtils
-
- getImaginary() - Method in class org.ojalgo.scalar.ComplexNumber
-
- getIncluded() - Method in class org.ojalgo.optimisation.linear.LinearSolver
-
- getIncluded() - Method in class org.ojalgo.type.IndexSelector
-
- getIndexOfLargestInColumn(int, int) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
- getIndexOfLargestInColumn(int, int) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- getIndexOfLargestInColumn(int, int) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- getIndexOfLargestInColumn(int, int) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- getInfinityNorm() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getInfinityNorm() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getInitialValue() - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
-
- getInteger(Locale) - Static method in class org.ojalgo.type.context.NumberContext
-
- getIntegerVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getInverse() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- getInverse(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- getInverse() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- getInverse(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- getInverse() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
The output must be a "right inverse" and a "generalised inverse".
- getInverse(DecompositionStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
Implementiong this method is optional.
- getInverse() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- getInverse(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- getInverse() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getInverse(DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getInverse() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getInverse() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- getInverse() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getInverse() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- getInverse() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getJavaClass() - Method in enum org.ojalgo.type.SQL
-
- getKey() - Method in class org.ojalgo.finance.data.DatePrice
-
- getKey() - Method in class org.ojalgo.type.keyvalue.ComparableToDouble
-
- getKey() - Method in class org.ojalgo.type.keyvalue.ComparableToObject
-
- getKey() - Method in class org.ojalgo.type.keyvalue.IntToDouble
-
- getKey() - Method in class org.ojalgo.type.keyvalue.IntToObject
-
- getKey() - Method in interface org.ojalgo.type.keyvalue.KeyValue
-
- getKey() - Method in class org.ojalgo.type.keyvalue.LongToDouble
-
- getKey() - Method in class org.ojalgo.type.keyvalue.LongToObject
-
- getKey() - Method in class org.ojalgo.type.keyvalue.MapEntry
-
- getKey() - Method in class org.ojalgo.type.keyvalue.MethodToAtomicLong
-
- getKey() - Method in class org.ojalgo.type.keyvalue.StringToDouble
-
- getKey() - Method in class org.ojalgo.type.keyvalue.StringToInt
-
- getKey() - Method in class org.ojalgo.type.keyvalue.StringToObject
-
- getKyFanNorm(int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getKyFanNorm(int) - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
Ky Fan k-norm.
- getKyFanNorm(int) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getKyFanNorm(int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getKyFanNorm(int) - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getL() - Method in interface org.ojalgo.matrix.decomposition.Cholesky
-
- getL() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- 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.jama.JamaCholesky
-
- getL() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getL() - Method in class org.ojalgo.optimisation.convex.KKTSolver.Output
-
- getLargest() - Method in class org.ojalgo.random.SampleSet
-
max(abs(value))
- getLast() - Method in class org.ojalgo.random.SampleSet
-
- getLastArgument() - Method in class org.ojalgo.netio.ProcessInputStream
-
- getLastArgument() - Method in class org.ojalgo.netio.ProcessOutputStream
-
- getLastCommand() - Method in class org.ojalgo.netio.ProcessInputStream
-
- getLastCommand() - Method in class org.ojalgo.netio.ProcessOutputStream
-
- getLastExcluded() - Method in class org.ojalgo.type.IndexSelector
-
- getLastIncluded() - Method in class org.ojalgo.type.IndexSelector
-
- getLastKey() - Method in class org.ojalgo.series.function.SeriesForecaster
-
- getLastReturnArgument() - Method in class org.ojalgo.netio.SystemProcess
-
- getLatestFirstKey() - Method in class org.ojalgo.series.CoordinationSet
-
- getLatestLastKey() - Method in class org.ojalgo.series.CoordinationSet
-
- getLE() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Lagrange multipliers / dual variables for Equalities
- getLE() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getLI() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Lagrange multipliers / dual variables for Inequalities
- getLI(int...) - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Lagrange multipliers / dual variables for selected inequalities
- getLI(int...) - Method in class org.ojalgo.optimisation.BaseSolver
-
- getLinearFactor(Expression.Index) - Method in class org.ojalgo.optimisation.Expression
-
- getLinearFactor(int) - Method in class org.ojalgo.optimisation.Expression
-
- getLinearFactor(Variable) - Method in class org.ojalgo.optimisation.Expression
-
- getLinearFactorKeys() - Method in class org.ojalgo.optimisation.Expression
-
- getLossProbability() - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- getLossProbability(Number) - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- getLowerLimit() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
May return null
- getLowerSlack() - Method in class org.ojalgo.optimisation.Variable
-
- getMath(int, RoundingMode) - Static method in class org.ojalgo.type.context.NumberContext
-
- getMath(MathContext) - Static method in class org.ojalgo.type.context.NumberContext
-
The scale will be undefined/unlimited.
- 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
-
- getMaxDim() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getMaxDim() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- getMaxDim() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- getMaxDim() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- getMaximum() - Method in class org.ojalgo.random.SampleSet
-
max(value)
- getMean() - Method in class org.ojalgo.random.SampleSet
-
- getMeanReturn() - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
The mean/expected return of this instrument.
- getMeanReturn() - Method in class org.ojalgo.finance.portfolio.SimpleAsset
-
- getMeanReturn() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getMeanReturn(int) - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getMedian() - Method in class org.ojalgo.random.SampleSet
-
- getMemory() - Static method in class org.ojalgo.machine.VirtualMachine
-
- getMimeType() - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- getMinDim() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getMinDim() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- getMinDim() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- getMinDim() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- getMinimum() - Method in class org.ojalgo.random.SampleSet
-
min(value)
- getModel() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- getModelObject() - Method in class org.ojalgo.type.context.awt.ContextLabel
-
- getModelObject() - Method in class org.ojalgo.type.context.awt.ContextTextField
-
- getModelObject() - Method in class org.ojalgo.type.context.swing.ContextLabel
-
- getModelObject() - Method in class org.ojalgo.type.context.swing.ContextTextField
-
- getModulus() - Method in class org.ojalgo.scalar.ComplexNumber
-
- getMoment() - Method in class org.ojalgo.type.StandardType
-
- getMoney() - Method in class org.ojalgo.type.StandardType
-
- getName() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
- getName() - Method in interface org.ojalgo.series.BasicSeries
-
- getNegativeVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- 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.WienerProcess
-
- getNumber() - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
-
- getNumber() - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
-
- getNumber() - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
-
- getNumber() - Method in class org.ojalgo.scalar.BigScalar
-
- getNumber() - Method in class org.ojalgo.scalar.ComplexNumber
-
- getNumber() - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- getNumber() - Method in class org.ojalgo.scalar.Quaternion
-
- getNumber() - Method in class org.ojalgo.scalar.RationalNumber
-
- getNumber() - Method in interface org.ojalgo.scalar.Scalar
-
- getObjectiveExpression() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getObjectiveFunction() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getOldL() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getOldU() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getOneNorm() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getOneNorm() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getOperatorNorm() - Method in interface org.ojalgo.matrix.BasicMatrix
-
2-norm, max singular value
- getOperatorNorm() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
- getOperatorNorm() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getOperatorNorm() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getOperatorNorm() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getOptimisationState() - Method in class org.ojalgo.finance.portfolio.MarkowitzModel
-
- getOrder() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition.Pivot
-
- getOriginalReturns() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
- getOriginalWeights() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
- getP() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getParameter() - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
-
- getParameter() - Method in class org.ojalgo.type.StandardType
-
- getPart() - Method in class org.ojalgo.type.context.DateContext
-
- getPercent(int, Locale) - Static method in class org.ojalgo.type.context.NumberContext
-
- getPercent(Locale) - Static method in class org.ojalgo.type.context.NumberContext
-
- getPercent() - Method in class org.ojalgo.type.StandardType
-
- getPivotOrder() - Method in interface org.ojalgo.matrix.decomposition.LU
-
- getPivotOrder() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- getPivotOrder() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getPivotOrder() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getPositiveVariables() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getPrecision() - Method in class org.ojalgo.type.context.NumberContext
-
- getPrice() - Method in class org.ojalgo.finance.data.DatePrice
-
- getPrice() - Method in class org.ojalgo.finance.data.GoogleSymbol.Data
-
- getPrice() - Method in class org.ojalgo.finance.data.YahooSymbol.Data
-
- getPrice() - Method in class org.ojalgo.type.StandardType
-
- getPriceSeries() - Method in class org.ojalgo.finance.data.DataSource
-
- getPriceSeries(BufferedReader) - Method in class org.ojalgo.finance.data.DataSource
-
- getPrimeNumber(int) - Static method in class org.ojalgo.constant.PrimitiveMath
-
- getPrimitive(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyBoth
-
- getPrimitive(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyLeft
-
- getPrimitive(long, long) - Static method in class org.ojalgo.matrix.store.operation.MultiplyRight
-
- getPrimitiveEnforceFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.BigPolynomial
-
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.ComplexPolynomial
-
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.PrimitivePolynomial
-
- getPrimitiveFactor(int) - Method in class org.ojalgo.function.polynomial.RationalPolynomial
-
- getPrimitiveFunction() - Method in enum org.ojalgo.function.aggregator.Aggregator
-
- getPrimitiveKeys() - Method in class org.ojalgo.series.CalendarDateSeries
-
- getPrimitiveRoundFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getPrimitiveTimeSeries() - Method in class org.ojalgo.series.CalendarDateSeries
-
- getPrimitiveValues() - Method in interface org.ojalgo.series.BasicSeries
-
- getPrimitiveWorker() - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- getProbability(int) - Method in class org.ojalgo.random.Binomial
-
- getProbability(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.
- getProbability(int) - Method in interface org.ojalgo.random.DiscreteDistribution
-
Probability density function
- getProbability(double) - Method in class org.ojalgo.random.Exponential
-
- getProbability(int) - Method in class org.ojalgo.random.Geometric
-
- getProbability(double) - Method in class org.ojalgo.random.LogNormal
-
- getProbability(double) - Method in class org.ojalgo.random.Normal
-
- getProbability(int) - Method in class org.ojalgo.random.Poisson
-
- getProbability(double) - Method in class org.ojalgo.random.Uniform
-
- 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 interface org.ojalgo.matrix.decomposition.Schur
-
- getQ() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- getQ() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition.SchurResult
-
- getQ() - Method in interface org.ojalgo.matrix.decomposition.Tridiagonal
-
- getQ() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- getQ() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- getQ() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Quadratic objective: [Q]
- getQ() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getQ1() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
-
- getQ1() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- getQ1() - 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 [Q1] span the column space, range or image of [A].
The last m-r columns of [Q1] span the left nullspace or cokernel of [A].
Calculating the QR decomposition of [A] is a faster alternative.
- getQ1() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getQ1() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getQ2() - Method in interface org.ojalgo.matrix.decomposition.Bidiagonal
-
- getQ2() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- getQ2() - 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 [Q2] span the row space or coimage of [A].
The last n-r columns of [Q2] span the nullspace or kernel of [A].
Calculating the QR decomposition of [A]T is a faster alternative.
- getQ2() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getQ2() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getQuadraticFactor(int, int) - Method in class org.ojalgo.optimisation.Expression
-
- getQuadraticFactor(Expression.RowColumn) - Method in class org.ojalgo.optimisation.Expression
-
- getQuadraticFactor(Variable, Variable) - Method in class org.ojalgo.optimisation.Expression
-
- getQuadraticFactorKeys() - Method in class org.ojalgo.optimisation.Expression
-
- 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.Uniform
-
- getQuantity() - Method in class org.ojalgo.type.StandardType
-
- 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.jama.JamaCholesky
-
- getR() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- getRank() - Method in interface 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.LU
-
- getRank() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- getRank() - Method in interface org.ojalgo.matrix.decomposition.QR
-
- getRank() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- getRank() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
Effective numerical matrix rank.
- getRank() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getRank() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getRank() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getRank() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getRank() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- getRank() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getRationalEnforceFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getRationalFunction() - Method in enum org.ojalgo.function.aggregator.Aggregator
-
- getRationalRoundFunction() - Method in class org.ojalgo.type.context.NumberContext
-
- getReal() - Method in class org.ojalgo.scalar.ComplexNumber
-
- getReducedPivots() - Method in interface org.ojalgo.matrix.decomposition.LU
-
- getReducedPivots() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- getReducedPivots() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getResolution() - Method in class org.ojalgo.finance.data.DataSource
-
- 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
-
- getReturnVariance() - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
The instrument's return variance.
- getReturnVariance() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getReturnVariance(int) - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getRiskAversion() - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- getRoundingMode() - Method in class org.ojalgo.type.context.NumberContext
-
- getRowDim() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getRowDim() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- getRowDim() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- getRowDim() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- getRowEchelonForm() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- getRowsRange(int, int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getRowsRange(int, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getSampleSet(int) - Method in class org.ojalgo.random.process.RandomProcess.SimulationResults
-
- 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.
- getSE() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Slack for Equalities: [SE] = [BE] - [AE][X]
- getSE() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getSeries(String) - Method in class org.ojalgo.series.function.SeriesFunction
-
- 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.RationalFunction
-
- getSharpeRatio() - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- getSharpeRatio(Number) - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- getSI() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Slack for Inequalities: [SI] = [BI] - [AI][X]
- getSI(int...) - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Selected Slack for Inequalities
- getSI(int...) - Method in class org.ojalgo.optimisation.BaseSolver
-
- getSimulator() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation.Big
-
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation.Complex
-
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation
-
- getSine() - Method in class org.ojalgo.matrix.transformation.Rotation.Primitive
-
- getSingularValues() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getSingularValues() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
- getSingularValues() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getSingularValues() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getSingularValues() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- getSmallest() - Method in class org.ojalgo.random.SampleSet
-
min(abs(value))
- getStandardDeviation() - Method in class org.ojalgo.random.Deterministic
-
- getStandardDeviation() - Method in interface org.ojalgo.random.Distribution
-
- 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.RandomNumber
-
Subclasses must override either getStandardDeviation() or getVariance()!
- getStandardDeviation() - Method in class org.ojalgo.random.SampleSet
-
- getState() - Method in class org.ojalgo.optimisation.GenericSolver
-
- getState() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
- getStreamReader() - Method in class org.ojalgo.netio.ResourceLocator
-
Open connection and return a buffered 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
-
- getStyle() - Method in class org.ojalgo.type.context.DateContext
-
- getSumOfSquares() - Method in class org.ojalgo.random.SampleSet
-
"Sum of squares is a concept that permeates much of inferential statistics and descriptive statistics.
- getSymbol() - Method in class org.ojalgo.finance.data.DataSource
-
- getSymbolCache(long, CalendarDateUnit) - Method in class org.ojalgo.finance.data.DataSource
-
- 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
-
- 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
-
Note that this method may, and actually does, return null in many cases.
- getTitle() - Static method in class org.ojalgo.OjAlgoUtils
-
- getTrace() - Method in interface org.ojalgo.matrix.BasicMatrix
-
The sum of the diagonal elements.
- 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.jama.JamaEigenvalue
-
- getTrace() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getTraceNorm() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- getTraceNorm() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
- getTraceNorm() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- getTraceNorm() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getTraceNorm() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- 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 interface org.ojalgo.matrix.decomposition.Schur
-
- getU() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- getU() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- getUnit() - Method in class org.ojalgo.type.context.DateContext
-
- getUpperLimit() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
May return null
- getUpperSlack() - Method in class org.ojalgo.optimisation.Variable
-
- 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.jama.JamaEigenvalue
-
- getValidationMessages() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- getValue() - Method in class org.ojalgo.finance.data.DatePrice
-
- getValue() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
Objective Function Value
- getValue() - Method in class org.ojalgo.optimisation.Variable
-
- getValue(String, CalendarDate) - Method in class org.ojalgo.series.CoordinationSet
-
- getValue() - Method in class org.ojalgo.type.keyvalue.ComparableToDouble
-
- getValue() - Method in class org.ojalgo.type.keyvalue.ComparableToObject
-
- getValue() - Method in class org.ojalgo.type.keyvalue.IntToDouble
-
- getValue() - Method in class org.ojalgo.type.keyvalue.IntToObject
-
- getValue() - Method in interface org.ojalgo.type.keyvalue.KeyValue
-
- getValue() - Method in class org.ojalgo.type.keyvalue.LongToDouble
-
- getValue() - Method in class org.ojalgo.type.keyvalue.LongToObject
-
- getValue() - Method in class org.ojalgo.type.keyvalue.MapEntry
-
- getValue() - Method in class org.ojalgo.type.keyvalue.MethodToAtomicLong
-
- getValue() - Method in class org.ojalgo.type.keyvalue.StringToDouble
-
- getValue() - Method in class org.ojalgo.type.keyvalue.StringToInt
-
- getValue() - Method in class org.ojalgo.type.keyvalue.StringToObject
-
- getValueAtRisk(Number, Number) - Method in class org.ojalgo.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.finance.portfolio.FinancePortfolio
-
- getValues() - Method in class org.ojalgo.random.SampleSet
-
- getValueSeries() - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
-
- getVariable(int) - 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.Binomial
-
- getVariance() - Method in class org.ojalgo.random.Deterministic
-
- getVariance() - Method in interface org.ojalgo.random.Distribution
-
- 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.RandomNumber
-
Subclasses must override either getStandardDeviation() or getVariance()!
- getVariance() - Method in class org.ojalgo.random.SampleSet
-
- getVariance() - Method in class org.ojalgo.random.Uniform
-
- getVariance() - Method in class org.ojalgo.random.Weibull
-
- getVectorNorm(int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Treats [this] as if it is one dimensional (a vector) and
calculates the vector norm.
- getVectorNorm(int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- getVendor() - Static method in class org.ojalgo.OjAlgoUtils
-
- getVersion() - Static method in class org.ojalgo.OjAlgoUtils
-
- getViewPortfolios() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
- getViewReturns() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
Scaled by risk aversion factor.
- getViews() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
- getViewVariances() - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
Scaled by tau / weight on views
- getVolatility() - Method in class org.ojalgo.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.finance.portfolio.SimpleAsset
-
- getVolatility(int) - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getWeight() - Method in class org.ojalgo.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.finance.portfolio.SimplePortfolio
-
- getWeights() - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
This method returns a list of the weights of the Portfolio's contained assets.
- getWeights() - Method in class org.ojalgo.finance.portfolio.SimpleAsset
-
- getWeights() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- getWidth() - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- getX() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
Solution / Variables: [X]
- getX() - Method in class org.ojalgo.optimisation.BaseSolver
-
- getX() - Method in class org.ojalgo.optimisation.convex.KKTSolver.Output
-
- GIGA - Static variable in class org.ojalgo.constant.BigPrefix
-
- GIGA - Static variable in class org.ojalgo.constant.PrimitivePrefix
-
- GoogleSymbol - Class in org.ojalgo.finance.data
-
- GoogleSymbol(String) - Constructor for class org.ojalgo.finance.data.GoogleSymbol
-
- GoogleSymbol(String, CalendarDateUnit) - Constructor for class org.ojalgo.finance.data.GoogleSymbol
-
- GoogleSymbol.Data - Class in org.ojalgo.finance.data
-
- grow() - Method in class org.ojalgo.type.IndexSelector
-
Randomly include 1 of the currently excluded
- I - Static variable in class org.ojalgo.scalar.ComplexNumber
-
- i - Variable in class org.ojalgo.scalar.ComplexNumber
-
- I - Static variable in class org.ojalgo.scalar.Quaternion
-
- i - Variable in class org.ojalgo.scalar.Quaternion
-
- IdentityStore<N extends Number> - Class in org.ojalgo.matrix.store
-
IdentityStore
- IdentityStore(PhysicalStore.Factory<N, ?>, int) - Constructor for class org.ojalgo.matrix.store.IdentityStore
-
- IdentityStore.Factory<N extends Number> - Interface in org.ojalgo.matrix.store
-
- ImplicitTimeSeries - Class in org.ojalgo.series.primitive
-
- ImplicitTimeSeries(Calendar, CalendarDateUnit, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- ImplicitTimeSeries(CalendarDate, CalendarDateUnit, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- ImplicitTimeSeries(Date, CalendarDateUnit, PrimitiveSeries) - Constructor for class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- include(int) - Method in class org.ojalgo.optimisation.linear.LinearSolver
-
- include(int[]) - Method in class org.ojalgo.optimisation.linear.LinearSolver
-
- 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
-
- increment() - Method in class org.ojalgo.type.IntCount
-
- increment(K) - Method in class org.ojalgo.type.KeyCounter
-
- incrementIterationsCount() - Method in class org.ojalgo.optimisation.GenericSolver
-
Should be called after a completed iteration.
- index(int[], int[]) - Static method in class org.ojalgo.access.AccessUtils
-
- index(int[], long[]) - Static method in class org.ojalgo.access.AccessUtils
-
- index(long[], long[]) - Static method in class org.ojalgo.access.AccessUtils
-
- Index(int) - Constructor for class org.ojalgo.optimisation.Expression.Index
-
- index - Variable in class org.ojalgo.optimisation.Expression.Index
-
- indexOf(Object) - Method in class org.ojalgo.array.Array1D
-
- indexOf(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfFirst(char) - Method in class org.ojalgo.netio.CharacterRing
-
- indexOfFreeVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfFreeVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfIntegerVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfIntegerVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfLargest() - Method in class org.ojalgo.array.Array1D
-
- indexOfLargest(long, long, long) - Method in class org.ojalgo.array.BasicArray
-
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.BigArray
-
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.ComplexArray
-
- indexOfLargest(long, long, long) - Method in class org.ojalgo.array.OffHeapArray
-
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.PrimitiveArray
-
- indexOfLargest(int, int, int) - Method in class org.ojalgo.array.RationalArray
-
- indexOfLargestInColumn(long, long) - Method in class org.ojalgo.array.Array2D
-
- indexOfLargestInRange(long, long) - Method in class org.ojalgo.array.Array1D
-
- indexOfLargestInRow(long, long) - Method in class org.ojalgo.array.Array2D
-
- indexOfLast(char) - Method in class org.ojalgo.netio.CharacterRing
-
- indexOfNegativeVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfNegativeVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfPositiveVariable(int) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- indexOfPositiveVariable(Variable) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- IndexSelector - Class in org.ojalgo.type
-
- IndexSelector(int) - Constructor for class org.ojalgo.type.IndexSelector
-
- IndexSelector(int, int[]) - Constructor for class org.ojalgo.type.IndexSelector
-
- inequalities(MatrixStore<Double>, MatrixStore<Double>) - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- inequalities(MatrixStore<Double>, MatrixStore<Double>) - Method in class org.ojalgo.optimisation.convex.ConvexSolver.Builder
-
- INFINITY - Static variable in class org.ojalgo.scalar.ComplexNumber
-
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.GenericSolver
-
- initialise(Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.OldIntegerSolver
-
- Input(MatrixStore<Double>, MatrixStore<Double>) - Constructor for class org.ojalgo.optimisation.convex.KKTSolver.Input
-
| Q | = | C |
- Input(MatrixStore<Double>, MatrixStore<Double>, MatrixStore<Double>, MatrixStore<Double>) - Constructor for class org.ojalgo.optimisation.convex.KKTSolver.Input
-
| Q | AT | = | C |
| A | 0 | = | B |
- INSTANCE - Static variable in class org.ojalgo.concurrent.DaemonPoolExecutor
-
- INT_ZERO - Static variable in class org.ojalgo.type.KeyCounter
-
- IntCount - Class in org.ojalgo.type
-
- IntCount(int) - Constructor for class org.ojalgo.type.IntCount
-
- integer - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Used to determine if a variable value is integer or not.
- integer(boolean) - Method in class org.ojalgo.optimisation.Variable
-
- integer() - Static method in class org.ojalgo.type.StandardType
-
- IntegerSolver - Class in org.ojalgo.optimisation.integer
-
- IntegerSolver(ExpressionsBasedModel, Optimisation.Options) - Constructor for class org.ojalgo.optimisation.integer.IntegerSolver
-
- integrate(N, N) - Method in interface org.ojalgo.function.BasicFunction.Integratable
-
- integrate(BigDecimal, BigDecimal) - Method in class org.ojalgo.function.polynomial.BigPolynomial
-
- integrate(ComplexNumber, ComplexNumber) - Method in class org.ojalgo.function.polynomial.ComplexPolynomial
-
- integrate(Double, Double) - Method in class org.ojalgo.function.polynomial.PrimitivePolynomial
-
- integrate(RationalNumber, RationalNumber) - Method in class org.ojalgo.function.polynomial.RationalPolynomial
-
- Integration() - Constructor for class org.ojalgo.optimisation.ExpressionsBasedModel.Integration
-
- Integration() - Constructor for class org.ojalgo.optimisation.FunctionsBasedModel.Integration
-
- Integration() - Constructor for class org.ojalgo.optimisation.MathProgSysModel.Integration
-
- IntToDouble - Class in org.ojalgo.type.keyvalue
-
- IntToDouble(int, double) - Constructor for class org.ojalgo.type.keyvalue.IntToDouble
-
- IntToDouble(int, Double) - Constructor for class org.ojalgo.type.keyvalue.IntToDouble
-
- IntToDouble(Integer, double) - Constructor for class org.ojalgo.type.keyvalue.IntToDouble
-
- IntToDouble(Integer, Double) - Constructor for class org.ojalgo.type.keyvalue.IntToDouble
-
- IntToObject<V> - Class in org.ojalgo.type.keyvalue
-
- IntToObject(int, V) - Constructor for class org.ojalgo.type.keyvalue.IntToObject
-
- IntToObject(Integer, V) - Constructor for class org.ojalgo.type.keyvalue.IntToObject
-
- intValue() - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
-
- 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.PrimitiveScalar
-
- 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
-
- INVERT - Static variable in class org.ojalgo.function.BigFunction
-
- invert() - Method in class org.ojalgo.function.BigFunction
-
- INVERT - Static variable in class org.ojalgo.function.ComplexFunction
-
- invert() - Method in class org.ojalgo.function.ComplexFunction
-
- invert() - Method in class org.ojalgo.function.FunctionSet
-
- INVERT - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- invert() - Method in class org.ojalgo.function.PrimitiveFunction
-
- INVERT - Static variable in class org.ojalgo.function.RationalFunction
-
- invert() - Method in class org.ojalgo.function.RationalFunction
-
- invert() - Method in interface org.ojalgo.matrix.BasicMatrix
-
About inverting matrices:
- invert() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- invert(MatrixStore<Double>) - Method in class org.ojalgo.matrix.task.AbstractInverter
-
- invert(MatrixStore<N>) - Method in interface org.ojalgo.matrix.task.InverterTask
-
The output must be a "right inverse" and a "generalised inverse".
- invert(MatrixStore<N>, DecompositionStore<N>) - Method in interface org.ojalgo.matrix.task.InverterTask
-
Implementiong this method is optional.
- invert() - Method in class org.ojalgo.matrix.transformation.Rotation.Big
-
- invert() - Method in class org.ojalgo.matrix.transformation.Rotation.Complex
-
- 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
-
- invert() - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- invert() - Method in class org.ojalgo.scalar.Quaternion
-
- invert() - Method in class org.ojalgo.scalar.RationalNumber
-
- invert() - Method in interface org.ojalgo.scalar.Scalar
-
- InverterTask<N extends Number> - Interface in org.ojalgo.matrix.task
-
- InverterTask.Factory<N extends Number> - Class in org.ojalgo.matrix.task
-
- invoke(BigDecimal[], int, int, int, Access1D<BigDecimal>, BinaryFunction<BigDecimal>, Access1D<BigDecimal>) - Static method in class org.ojalgo.array.BigArray
-
- invoke(BigDecimal[], int, int, int, Access1D<BigDecimal>, BinaryFunction<BigDecimal>, BigDecimal) - Static method in class org.ojalgo.array.BigArray
-
- invoke(BigDecimal[], int, int, int, Access1D<BigDecimal>, ParameterFunction<BigDecimal>, int) - Static method in class org.ojalgo.array.BigArray
-
- invoke(BigDecimal[], int, int, int, Access1D<BigDecimal>, UnaryFunction<BigDecimal>) - Static method in class org.ojalgo.array.BigArray
-
- invoke(BigDecimal[], int, int, int, BigDecimal, BinaryFunction<BigDecimal>, Access1D<BigDecimal>) - Static method in class org.ojalgo.array.BigArray
-
- invoke(BigDecimal[], int, int, int, VoidFunction<BigDecimal>) - Static method in class org.ojalgo.array.BigArray
-
- invoke(ComplexNumber[], int, int, int, Access1D<ComplexNumber>, BinaryFunction<ComplexNumber>, Access1D<ComplexNumber>) - Static method in class org.ojalgo.array.ComplexArray
-
- invoke(ComplexNumber[], int, int, int, Access1D<ComplexNumber>, BinaryFunction<ComplexNumber>, ComplexNumber) - Static method in class org.ojalgo.array.ComplexArray
-
- invoke(ComplexNumber[], int, int, int, Access1D<ComplexNumber>, ParameterFunction<ComplexNumber>, int) - Static method in class org.ojalgo.array.ComplexArray
-
- invoke(ComplexNumber[], int, int, int, Access1D<ComplexNumber>, UnaryFunction<ComplexNumber>) - Static method in class org.ojalgo.array.ComplexArray
-
- invoke(ComplexNumber[], int, int, int, ComplexNumber, BinaryFunction<ComplexNumber>, Access1D<ComplexNumber>) - Static method in class org.ojalgo.array.ComplexArray
-
- invoke(ComplexNumber[], int, int, int, VoidFunction<ComplexNumber>) - Static method in class org.ojalgo.array.ComplexArray
-
- invoke(double[], int, int, int, Access1D<Double>, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.PrimitiveArray
-
- invoke(double[], int, int, int, Access1D<Double>, BinaryFunction<Double>, double) - Static method in class org.ojalgo.array.PrimitiveArray
-
- invoke(double[], int, int, int, Access1D<Double>, ParameterFunction<Double>, int) - Static method in class org.ojalgo.array.PrimitiveArray
-
- invoke(double[], int, int, int, Access1D<Double>, UnaryFunction<Double>) - Static method in class org.ojalgo.array.PrimitiveArray
-
- invoke(double[], int, int, int, double, BinaryFunction<Double>, Access1D<Double>) - Static method in class org.ojalgo.array.PrimitiveArray
-
- invoke(double[], int, int, int, VoidFunction<Double>) - Static method in class org.ojalgo.array.PrimitiveArray
-
- invoke(RationalNumber[], int, int, int, Access1D<RationalNumber>, BinaryFunction<RationalNumber>, Access1D<RationalNumber>) - Static method in class org.ojalgo.array.RationalArray
-
- invoke(RationalNumber[], int, int, int, Access1D<RationalNumber>, BinaryFunction<RationalNumber>, RationalNumber) - Static method in class org.ojalgo.array.RationalArray
-
- invoke(RationalNumber[], int, int, int, Access1D<RationalNumber>, ParameterFunction<RationalNumber>, int) - Static method in class org.ojalgo.array.RationalArray
-
- invoke(RationalNumber[], int, int, int, Access1D<RationalNumber>, UnaryFunction<RationalNumber>) - Static method in class org.ojalgo.array.RationalArray
-
- invoke(RationalNumber[], int, int, int, RationalNumber, BinaryFunction<RationalNumber>, Access1D<RationalNumber>) - Static method in class org.ojalgo.array.RationalArray
-
- invoke(RationalNumber[], int, int, int, VoidFunction<RationalNumber>) - Static method in class org.ojalgo.array.RationalArray
-
- invoke(int, int, int) - Method in class org.ojalgo.concurrent.DivideAndConquer
-
Synchronous execution - wait until it's finished.
- invoke(double) - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
-
- invoke(N) - Method in class org.ojalgo.function.BinaryFunction.FixedFirst
-
- invoke(double) - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
-
- invoke(N) - Method in class org.ojalgo.function.BinaryFunction.FixedSecond
-
- invoke(double, double) - Method in class org.ojalgo.function.BinaryFunction
-
- invoke(N, N) - Method in class org.ojalgo.function.BinaryFunction
-
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.CompoundFunction
-
- 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.QuadraticFunction
-
- invoke(Access1D<N>) - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
-
- invoke() - Method in interface org.ojalgo.function.NullaryFunction
-
- invoke(double) - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
-
- invoke(N) - Method in class org.ojalgo.function.ParameterFunction.FixedParameter
-
- invoke(double, int) - Method in class org.ojalgo.function.ParameterFunction
-
- invoke(N, int) - Method in class org.ojalgo.function.ParameterFunction
-
- invoke(BigDecimal) - Method in class org.ojalgo.function.polynomial.BigPolynomial
-
- invoke(ComplexNumber) - Method in class org.ojalgo.function.polynomial.ComplexPolynomial
-
- invoke(Double) - Method in class org.ojalgo.function.polynomial.PrimitivePolynomial
-
- invoke(RationalNumber) - Method in class org.ojalgo.function.polynomial.RationalPolynomial
-
- invoke(double) - Method in interface org.ojalgo.function.UnaryFunction
-
- invoke(N) - Method in interface org.ojalgo.function.UnaryFunction
-
- invoke(double) - Method in interface org.ojalgo.function.VoidFunction
-
- invoke(N) - Method in interface org.ojalgo.function.VoidFunction
-
- invoke(BigDecimal[], Access1D<BigDecimal>, int, Access1D<BigDecimal>) - Method in interface org.ojalgo.matrix.store.BigDenseStore.BigMultiplyBoth
-
- invoke(BigDecimal[], Access1D<BigDecimal>, int, BigDecimal[]) - Method in interface org.ojalgo.matrix.store.BigDenseStore.BigMultiplyLeft
-
- invoke(BigDecimal[], BigDecimal[], int, Access1D<BigDecimal>) - Method in interface org.ojalgo.matrix.store.BigDenseStore.BigMultiplyRight
-
- invoke(ComplexNumber[], Access1D<ComplexNumber>, int, Access1D<ComplexNumber>) - Method in interface org.ojalgo.matrix.store.ComplexDenseStore.ComplexMultiplyBoth
-
- invoke(ComplexNumber[], Access1D<ComplexNumber>, int, ComplexNumber[]) - Method in interface org.ojalgo.matrix.store.ComplexDenseStore.ComplexMultiplyLeft
-
- invoke(ComplexNumber[], ComplexNumber[], int, Access1D<ComplexNumber>) - Method in interface org.ojalgo.matrix.store.ComplexDenseStore.ComplexMultiplyRight
-
- invoke(BigDecimal[], int, int, int, BigDecimal[]) - Static method in class org.ojalgo.matrix.store.operation.ApplyCholesky
-
- invoke(ComplexNumber[], int, int, int, ComplexNumber[]) - Static method in class org.ojalgo.matrix.store.operation.ApplyCholesky
-
- invoke(double[], int, int, int, double[]) - Static method in class org.ojalgo.matrix.store.operation.ApplyCholesky
-
- invoke(BigDecimal[], int, int, int, BigDecimal[], int) - Static method in class org.ojalgo.matrix.store.operation.ApplyLU
-
- invoke(ComplexNumber[], int, int, int, ComplexNumber[], int) - Static method in class org.ojalgo.matrix.store.operation.ApplyLU
-
- invoke(double[], int, int, int, double[], int) - Static method in class org.ojalgo.matrix.store.operation.ApplyLU
-
- invoke(BigDecimal[], int, BigDecimal[], int, BigDecimal, int, int) - Static method in class org.ojalgo.matrix.store.operation.CAXPY
-
- invoke(ComplexNumber[], int, ComplexNumber[], int, ComplexNumber, int, int) - Static method in class org.ojalgo.matrix.store.operation.CAXPY
-
- invoke(double[], int, double[], int, double, int, int) - Static method in class org.ojalgo.matrix.store.operation.CAXPY
-
- invoke(BigDecimal[], int, BigDecimal[], int, int) - Static method in class org.ojalgo.matrix.store.operation.DotProduct
-
- invoke(ComplexNumber[], int, ComplexNumber[], int, int) - Static method in class org.ojalgo.matrix.store.operation.DotProduct
-
- invoke(double[], int, double[], int, int) - Static method in class org.ojalgo.matrix.store.operation.DotProduct
-
- invoke(RationalNumber[], int, RationalNumber[], int, int) - Static method in class org.ojalgo.matrix.store.operation.DotProduct
-
- invoke(BigDecimal[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.matrix.store.operation.FillConjugated
-
- invoke(ComplexNumber[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.matrix.store.operation.FillConjugated
-
- invoke(double[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.matrix.store.operation.FillConjugated
-
- invoke(BigDecimal[], int, int, int, Access1D<? extends Number>) - Static method in class org.ojalgo.matrix.store.operation.FillMatchingSingle
-
- invoke(ComplexNumber[], int, int, int, Access1D<? extends Number>) - Static method in class org.ojalgo.matrix.store.operation.FillMatchingSingle
-
- invoke(double[], int, int, int, Access1D<? extends Number>) - Static method in class org.ojalgo.matrix.store.operation.FillMatchingSingle
-
- invoke(BigDecimal[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.matrix.store.operation.FillTransposed
-
- invoke(ComplexNumber[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.matrix.store.operation.FillTransposed
-
- invoke(double[], int, int, int, Access2D<?>) - Static method in class org.ojalgo.matrix.store.operation.FillTransposed
-
- invoke(BigDecimal[], int, int, int, Householder.Big) - Static method in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderColumn
-
- invoke(ComplexNumber[], int, int, int, Householder.Complex) - Static method in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderColumn
-
- invoke(double[], int, int, int, Householder.Primitive) - Static method in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderColumn
-
- invoke(BigDecimal[], int, int, int, Householder.Big) - Static method in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderRow
-
- invoke(ComplexNumber[], int, int, int, Householder.Complex) - Static method in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderRow
-
- invoke(double[], int, int, int, Householder.Primitive) - Static method in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderRow
-
- invoke(BigDecimal[], int, int, BigDecimal[], BigDecimal[]) - Static method in class org.ojalgo.matrix.store.operation.HermitianRank2Update
-
- invoke(ComplexNumber[], int, int, ComplexNumber[], ComplexNumber[]) - Static method in class org.ojalgo.matrix.store.operation.HermitianRank2Update
-
- invoke(double[], int, int, double[], double[]) - Static method in class org.ojalgo.matrix.store.operation.HermitianRank2Update
-
- invoke(BigDecimal[], Householder.Big, BigDecimal[]) - Static method in class org.ojalgo.matrix.store.operation.HouseholderHermitian
-
- invoke(ComplexNumber[], Householder.Complex, ComplexNumber[]) - Static method in class org.ojalgo.matrix.store.operation.HouseholderHermitian
-
- invoke(double[], Householder.Primitive, double[]) - Static method in class org.ojalgo.matrix.store.operation.HouseholderHermitian
-
- invoke(BigDecimal[], int, int, int, Householder.Big) - Static method in class org.ojalgo.matrix.store.operation.HouseholderLeft
-
- invoke(ComplexNumber[], int, int, int, Householder.Complex) - Static method in class org.ojalgo.matrix.store.operation.HouseholderLeft
-
- invoke(double[], int, int, int, Householder.Primitive) - Static method in class org.ojalgo.matrix.store.operation.HouseholderLeft
-
- invoke(BigDecimal[], int, int, int, Householder.Big) - Static method in class org.ojalgo.matrix.store.operation.HouseholderRight
-
- invoke(ComplexNumber[], int, int, int, Householder.Complex) - Static method in class org.ojalgo.matrix.store.operation.HouseholderRight
-
- invoke(double[], int, int, int, Householder.Primitive) - Static method in class org.ojalgo.matrix.store.operation.HouseholderRight
-
- invoke(BigDecimal[], int, int, int, BigDecimal, MatrixStore<BigDecimal>) - Static method in class org.ojalgo.matrix.store.operation.MAXPY
-
- invoke(ComplexNumber[], int, int, int, ComplexNumber, MatrixStore<ComplexNumber>) - Static method in class org.ojalgo.matrix.store.operation.MAXPY
-
- invoke(double[], int, int, int, double, MatrixStore<Double>) - Static method in class org.ojalgo.matrix.store.operation.MAXPY
-
- invoke(BigDecimal[], int, int, BigDecimal[], BigDecimal[], int) - Static method in class org.ojalgo.matrix.store.operation.MultiplyHermitianAndVector
-
- invoke(ComplexNumber[], int, int, ComplexNumber[], ComplexNumber[], int) - Static method in class org.ojalgo.matrix.store.operation.MultiplyHermitianAndVector
-
- invoke(double[], int, int, double[], double[], int) - Static method in class org.ojalgo.matrix.store.operation.MultiplyHermitianAndVector
-
- invoke(BigDecimal[], int, BigDecimal[], int, BigDecimal, int, int) - Static method in class org.ojalgo.matrix.store.operation.RAXPY
-
- invoke(ComplexNumber[], int, ComplexNumber[], int, ComplexNumber, int, int) - Static method in class org.ojalgo.matrix.store.operation.RAXPY
-
- invoke(double[], int, double[], int, double, int, int) - Static method in class org.ojalgo.matrix.store.operation.RAXPY
-
- invoke(BigDecimal[], int, int, int, BigDecimal, BigDecimal) - Static method in class org.ojalgo.matrix.store.operation.RotateLeft
-
- invoke(ComplexNumber[], int, int, int, ComplexNumber, ComplexNumber) - Static method in class org.ojalgo.matrix.store.operation.RotateLeft
-
- invoke(double[], int, int, int, double, double) - Static method in class org.ojalgo.matrix.store.operation.RotateLeft
-
- invoke(BigDecimal[], int, int, int, BigDecimal, BigDecimal) - Static method in class org.ojalgo.matrix.store.operation.RotateRight
-
- invoke(ComplexNumber[], int, int, int, ComplexNumber, ComplexNumber) - Static method in class org.ojalgo.matrix.store.operation.RotateRight
-
- invoke(double[], int, int, int, double, double) - Static method in class org.ojalgo.matrix.store.operation.RotateRight
-
- invoke(BigDecimal[], int, int, int, Access2D<BigDecimal>, boolean) - Static method in class org.ojalgo.matrix.store.operation.SubstituteBackwards
-
- invoke(ComplexNumber[], int, int, int, Access2D<ComplexNumber>, boolean) - Static method in class org.ojalgo.matrix.store.operation.SubstituteBackwards
-
- invoke(double[], int, int, int, Access2D<Double>, boolean) - Static method in class org.ojalgo.matrix.store.operation.SubstituteBackwards
-
- invoke(BigDecimal[], int, int, int, Access2D<BigDecimal>, boolean, boolean) - Static method in class org.ojalgo.matrix.store.operation.SubstituteForwards
-
- invoke(ComplexNumber[], int, int, int, Access2D<ComplexNumber>, boolean, boolean) - Static method in class org.ojalgo.matrix.store.operation.SubstituteForwards
-
- invoke(double[], int, int, int, Access2D<Double>, boolean, boolean) - Static method in class org.ojalgo.matrix.store.operation.SubstituteForwards
-
- invoke(BigDecimal[], int, BigDecimal[], int, BigDecimal, int, int) - Static method in class org.ojalgo.matrix.store.operation.SubtractScaledVector
-
- invoke(ComplexNumber[], int, ComplexNumber[], int, ComplexNumber, int, int) - Static method in class org.ojalgo.matrix.store.operation.SubtractScaledVector
-
- invoke(double[], int, double[], int, double, int, int) - Static method in class org.ojalgo.matrix.store.operation.SubtractScaledVector
-
- invoke(double[], Access1D<?>, int, Access1D<?>) - Method in interface org.ojalgo.matrix.store.PrimitiveDenseStore.PrimitiveMultiplyBoth
-
- invoke(double[], Access1D<?>, int, double[]) - Method in interface org.ojalgo.matrix.store.PrimitiveDenseStore.PrimitiveMultiplyLeft
-
- invoke(double[], double[], int, Access1D<?>) - Method in interface org.ojalgo.matrix.store.PrimitiveDenseStore.PrimitiveMultiplyRight
-
- invoke(K, K) - Method in interface org.ojalgo.random.process.GaussianField.Covariance
-
- invoke(K) - Method in interface org.ojalgo.random.process.GaussianField.Mean
-
- invoke() - Method in class org.ojalgo.random.RandomNumber
-
- invoke(CalendarDate...) - Method in class org.ojalgo.series.function.SeriesForecaster
-
- invoke(CalendarDateDuration...) - Method in class org.ojalgo.series.function.SeriesForecaster
-
- invoke(K...) - Method in class org.ojalgo.series.function.SeriesFunction
-
- invoke(double) - Method in class org.ojalgo.series.NumberSeries
-
- invoke(N) - Method in class org.ojalgo.series.NumberSeries
-
- IS_ZERO - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- isAbsolute(long) - Method in interface org.ojalgo.access.Access1D.Elements
-
- isAbsolute(long, long) - Method in interface org.ojalgo.access.Access2D.Elements
-
- isAbsolute(long[]) - Method in interface org.ojalgo.access.AccessAnyD.Elements
-
- isAbsolute(long) - Method in class org.ojalgo.array.Array1D
-
- isAbsolute(long) - Method in class org.ojalgo.array.Array2D
-
- isAbsolute(long, long) - Method in class org.ojalgo.array.Array2D
-
- isAbsolute(long) - Method in class org.ojalgo.array.ArrayAnyD
-
- isAbsolute(long[]) - Method in class org.ojalgo.array.ArrayAnyD
-
- isAbsolute(int) - Method in class org.ojalgo.array.BigArray
-
- isAbsolute(int) - Method in class org.ojalgo.array.ComplexArray
-
- isAbsolute(long) - Method in class org.ojalgo.array.OffHeapArray
-
- isAbsolute(int) - Method in class org.ojalgo.array.PrimitiveArray
-
- isAbsolute(int) - Method in class org.ojalgo.array.RationalArray
-
- isAbsolute(long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isAbsolute(long, long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isAbsolute(long, long) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- isAbsolute(long, long) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- isAbsolute(long, long) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- isAbsolute(BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
-
- isAbsolute() - Method in class org.ojalgo.scalar.BigScalar
-
- isAbsolute(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isAbsolute() - Method in class org.ojalgo.scalar.ComplexNumber
-
- isAbsolute(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
-
- isAbsolute() - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- isAbsolute(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
-
- isAbsolute() - Method in class org.ojalgo.scalar.Quaternion
-
- isAbsolute(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
-
- isAbsolute() - Method in class org.ojalgo.scalar.RationalNumber
-
- isAbsolute() - Method in interface org.ojalgo.scalar.Scalar
-
- isAllZeros() - Method in class org.ojalgo.array.Array1D
-
- isAllZeros() - Method in class org.ojalgo.array.Array2D
-
- isAllZeros() - Method in class org.ojalgo.array.ArrayAnyD
-
- isAlphabetic(int) - Static method in class org.ojalgo.netio.ASCII
-
- isAlphanumeric(int) - Static method in class org.ojalgo.netio.ASCII
-
- isAnyExpressionQuadratic() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Objective or any constraint has quadratic part.
- isAnyLinearFactorNonZero() - Method in class org.ojalgo.optimisation.Expression
-
- isAnyQuadraticFactorNonZero() - Method in class org.ojalgo.optimisation.Expression
-
- isAnyVariableFixed() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- isAnyVariableInteger() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- isAscii(int) - Static method in class org.ojalgo.netio.ASCII
-
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- isAspectRatioNormal() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- isBinary() - Method in class org.ojalgo.optimisation.Variable
-
- isCacheSet() - Method in class org.ojalgo.type.TypeCache
-
- isCalendarUnit() - Method in enum org.ojalgo.type.CalendarDateUnit
-
- isColumnZeros(long, long) - Method in class org.ojalgo.array.Array2D
-
- isComputed() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
- isComputed() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- isComputed() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- isComputed() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- isComputed() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- isComputed() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- isConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has a lower or an upper limit (possibly both).
- isControl(int) - Static method in class org.ojalgo.netio.ASCII
-
- isDaemonAvailable() - Method in class org.ojalgo.concurrent.DaemonPoolExecutor
-
- isDebug() - Method in class org.ojalgo.optimisation.GenericSolver
-
- isDiagonalZeros(long, long) - Method in class org.ojalgo.array.Array2D
-
- isDifferent(double, double) - Method in class org.ojalgo.type.context.NumberContext
-
- isDigit(int) - Static method in class org.ojalgo.netio.ASCII
-
- isDirty() - Method in class org.ojalgo.type.TypeCache
-
- isDistinct() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
- isEmpty() - Method in class org.ojalgo.array.Array1D
-
- isEmpty() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Matrices are either square, tall, fat or empty.
- isEmpty() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isEqualityConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has both a lower limit and an upper limit, and they are equal.
- isFailure() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
FAILED, INVALID, INFEASIBLE, UNBOUNDED or INDISTINCT
- isFat() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Matrices are either square, tall, fat or empty.
- isFat() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isFeasible() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
- isFullColumnRank() - Method in interface org.ojalgo.matrix.decomposition.QR
-
The QR decompostion always exists, even if the matrix does not have full column rank, so the compute method will
never fail.
- isFullColumnRank() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- isFullColumnRank() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- isFullRank() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- isFullRank() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- isFullSize() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- isFullSize() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- isFullSize() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- isFullSize() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- isFullSize() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- isFullSize() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- isFunctionCompound() - Method in class org.ojalgo.optimisation.Expression
-
- isFunctionLinear() - Method in class org.ojalgo.optimisation.Expression
-
- isFunctionQuadratic() - Method in class org.ojalgo.optimisation.Expression
-
- isFunctionSet() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- isFunctionZero() - Method in class org.ojalgo.optimisation.Expression
-
- isGoodEnoughToContinueBranching(double) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- isGraph(int) - Static method in class org.ojalgo.netio.ASCII
-
- isHermitian() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- 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.jama.JamaEigenvalue
-
- isHermitian() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isHermitian(Access2D<?>) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- isInfinite(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isInfinite(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
-
- 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.Variable
-
- isIntegerSolutionFound() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- 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?
- isLowercase(int) - Static method in class org.ojalgo.netio.ASCII
-
- isLowerConstraint() - Method in interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has a lower limit, and the upper limit (if it exists) is different.
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isLowerLeftShaded(Access1D<?>) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.AboveBelowStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.ColumnsStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.IdentityStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.LeftRightStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.LowerTriangularStore
-
- isLowerLeftShaded() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
The entries below (left of) the first subdiagonal are zero - effectively an upper Hessenberg matrix.
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.ModificationStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.RowsStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.SingleStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.SuperimposedStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.UpperTriangularStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.WrapperStore
-
- isLowerLeftShaded() - Method in class org.ojalgo.matrix.store.ZeroStore
-
- isModelSet() - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- isModified() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition.Pivot
-
- isNaN(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isNaN(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
-
- isNaN(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
-
- isNaN(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
-
- isNormal(MatrixStore<N>) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- isObjective() - Method in interface org.ojalgo.optimisation.Optimisation.Objective
-
- isOptimal() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
- 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 interface org.ojalgo.matrix.decomposition.Schur
-
- isOrdered() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- isOrdered() - Method in interface org.ojalgo.matrix.decomposition.SingularValue
-
- isOrdered() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- isOrdered() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- isPositive(long) - Method in interface org.ojalgo.access.Access1D.Elements
-
- isPositive(long, long) - Method in interface org.ojalgo.access.Access2D.Elements
-
- isPositive(long[]) - Method in interface org.ojalgo.access.AccessAnyD.Elements
-
- isPositive(long) - Method in class org.ojalgo.array.Array1D
-
- isPositive(long) - Method in class org.ojalgo.array.Array2D
-
- isPositive(long, long) - Method in class org.ojalgo.array.Array2D
-
- isPositive(long) - Method in class org.ojalgo.array.ArrayAnyD
-
- isPositive(long[]) - Method in class org.ojalgo.array.ArrayAnyD
-
- isPositive(int) - Method in class org.ojalgo.array.BigArray
-
- isPositive(int) - Method in class org.ojalgo.array.ComplexArray
-
- isPositive(long) - Method in class org.ojalgo.array.OffHeapArray
-
- isPositive(int) - Method in class org.ojalgo.array.PrimitiveArray
-
- isPositive(int) - Method in class org.ojalgo.array.RationalArray
-
- isPositive(long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isPositive(long, long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isPositive(long, long) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- isPositive(long, long) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- isPositive(long, long) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- isPositive(BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
-
- isPositive(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isPositive(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
-
- isPositive(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
-
- isPositive(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
-
- 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
-
- isRangeZeros(long, long) - Method in class org.ojalgo.array.Array1D
-
- isReal(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isReal() - Method in class org.ojalgo.scalar.ComplexNumber
-
- isReal(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
-
- isReal() - Method in class org.ojalgo.scalar.Quaternion
-
- isRowZeros(long, long) - Method in class org.ojalgo.array.Array2D
-
- isScalar() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- isScalar() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isSingular() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- isSmall(long, double) - Method in interface org.ojalgo.access.Access1D.Elements
-
- isSmall(long, long, double) - Method in interface org.ojalgo.access.Access2D.Elements
-
- isSmall(long[], double) - Method in interface org.ojalgo.access.AccessAnyD.Elements
-
- isSmall(long, double) - Method in class org.ojalgo.array.Array1D
-
- isSmall(long, double) - Method in class org.ojalgo.array.Array2D
-
- isSmall(long, long, double) - Method in class org.ojalgo.array.Array2D
-
- isSmall(long, double) - Method in class org.ojalgo.array.ArrayAnyD
-
- isSmall(long[], double) - Method in class org.ojalgo.array.ArrayAnyD
-
- isSmall(int, double) - Method in class org.ojalgo.array.BigArray
-
- isSmall(int, double) - Method in class org.ojalgo.array.ComplexArray
-
- isSmall(long, double) - Method in class org.ojalgo.array.OffHeapArray
-
- isSmall(int, double) - Method in class org.ojalgo.array.PrimitiveArray
-
- isSmall(int, double) - Method in class org.ojalgo.array.RationalArray
-
- isSmall(long, double) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isSmall(long, long, double) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isSmall(long, long, double) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- isSmall(long, long, double) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- isSmall(long, long, double) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- isSmall(double, BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
-
- isSmall(double) - Method in class org.ojalgo.scalar.BigScalar
-
- isSmall(double, ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isSmall(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
- isSmall(double, double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
-
- isSmall(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- isSmall(double, Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
-
- isSmall(double) - Method in class org.ojalgo.scalar.Quaternion
-
- isSmall(double, RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
-
- isSmall(double) - Method in class org.ojalgo.scalar.RationalNumber
-
- isSmall(double) - Method in interface org.ojalgo.scalar.Scalar
-
- isSmall(double, double) - Method in class org.ojalgo.type.context.NumberContext
-
- isSmallComparedTo(double, double) - Method in class org.ojalgo.type.context.NumberContext
-
- isSmallError(double, double) - Method in class org.ojalgo.type.context.NumberContext
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- isSolvable() - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- isSolvable() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- isSolvable() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- isSolvable() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- isSolvable() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- isSolvable() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- isSolvable() - Method in class org.ojalgo.optimisation.convex.KKTSolver.Output
-
- 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.jama.JamaCholesky
-
- isSquare() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Matrices are either square, tall, fat or empty.
- isSquare() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isSquareAndNotSingular() - Method in interface org.ojalgo.matrix.decomposition.LU
-
- isSquareAndNotSingular() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- isSquareAndNotSingular() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- isSquareAndNotSingular() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- isSuccess() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
VALID, APPROXIMATE, FEASIBLE, OPTIMAL or DISTINCT
- isSymmetric() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- isSymmetric() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isTall() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Matrices are either square, tall, fat or empty.
- isTall() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isTransposed() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- 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 interface org.ojalgo.optimisation.Optimisation.Constraint
-
The Constraint has an upper limit, and the lower limit (if it exists) is different.
- isUpperRightShaded() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isUpperRightShaded(Access1D<?>) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.AboveBelowStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.ColumnsStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.IdentityStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.LeftRightStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.LowerTriangularStore
-
- isUpperRightShaded() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
The entries above (right of) the first superdiagonal are zero - effectively a lower Hessenberg matrix.
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.ModificationStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.RowsStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.SingleStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.SuperimposedStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.UpperTriangularStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.WrapperStore
-
- isUpperRightShaded() - Method in class org.ojalgo.matrix.store.ZeroStore
-
- isValid() - Method in enum org.ojalgo.optimisation.Optimisation.State
-
- isValueSet() - Method in class org.ojalgo.optimisation.Variable
-
- isVector() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- isVector() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isWorkCopy() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- isX() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- isX() - Method in class org.ojalgo.optimisation.BaseSolver
-
- isZero(long) - Method in interface org.ojalgo.access.Access1D.Elements
-
- isZero(long, long) - Method in interface org.ojalgo.access.Access2D.Elements
-
- isZero(long[]) - Method in interface org.ojalgo.access.AccessAnyD.Elements
-
- isZero(long) - Method in class org.ojalgo.array.Array1D
-
- isZero(long) - Method in class org.ojalgo.array.Array2D
-
- isZero(long, long) - Method in class org.ojalgo.array.Array2D
-
- isZero(long) - Method in class org.ojalgo.array.ArrayAnyD
-
- isZero(long[]) - Method in class org.ojalgo.array.ArrayAnyD
-
- isZero(int) - Method in class org.ojalgo.array.BigArray
-
- isZero(int) - Method in class org.ojalgo.array.ComplexArray
-
- isZero(long) - Method in class org.ojalgo.array.OffHeapArray
-
- isZero(int) - Method in class org.ojalgo.array.PrimitiveArray
-
- isZero(int) - Method in class org.ojalgo.array.RationalArray
-
- isZero() - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- isZero(long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isZero(long, long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- isZero(long, long) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- isZero(long, long) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- isZero(long, long) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- isZero(BigDecimal) - Static method in class org.ojalgo.scalar.BigScalar
-
- isZero(ComplexNumber) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- isZero(double) - Static method in class org.ojalgo.scalar.PrimitiveScalar
-
- isZero(Quaternion) - Static method in class org.ojalgo.scalar.Quaternion
-
- isZero(RationalNumber) - Static method in class org.ojalgo.scalar.RationalNumber
-
- isZero() - Method in interface org.ojalgo.scalar.Scalar
-
- isZero(double) - Method in class org.ojalgo.type.context.NumberContext
-
- isZero(double) - Static method in class org.ojalgo.type.TypeUtils
-
- isZero(double, double) - Static method in class org.ojalgo.type.TypeUtils
-
- isZeroModified(UnaryFunction<N>) - Static method in class org.ojalgo.function.FunctionUtils
-
- isZeros(long[], int) - Method in class org.ojalgo.array.ArrayAnyD
-
- isZeros(long, long, long) - Method in class org.ojalgo.array.BasicArray
-
- isZeros(int, int, int) - Method in class org.ojalgo.array.BigArray
-
- isZeros(int, int, int) - Method in class org.ojalgo.array.ComplexArray
-
- isZeros(long, long, long) - Method in class org.ojalgo.array.OffHeapArray
-
- isZeros(int, int, int) - Method in class org.ojalgo.array.PrimitiveArray
-
- isZeros(int, int, int) - Method in class org.ojalgo.array.RationalArray
-
- 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.
- iterator() - Method in class org.ojalgo.access.ColumnsIterator
-
- iterator() - Method in class org.ojalgo.access.RowsIterator
-
- iterator() - Method in class org.ojalgo.array.Array1D
-
- iterator() - Method in class org.ojalgo.array.Array2D
-
- iterator() - Method in class org.ojalgo.array.ArrayAnyD
-
- iterator() - Method in class org.ojalgo.array.BasicArray
-
- iterator() - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- iterator() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- iterator() - Method in class org.ojalgo.matrix.transformation.Householder.Big
-
- iterator() - Method in class org.ojalgo.matrix.transformation.Householder.Complex
-
- iterator() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive
-
- iterator() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
- iterator() - Method in class org.ojalgo.random.SampleSet
-
- iterator() - Method in class org.ojalgo.scalar.ComplexNumber
-
- iterator() - Method in class org.ojalgo.scalar.Quaternion
-
- iterator() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- Iterator1D<N extends Number> - Class in org.ojalgo.access
-
- Iterator1D(Access1D<N>) - Constructor for class org.ojalgo.access.Iterator1D
-
- MACHINE_DOUBLE_ERROR - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- MACHINE_EPSILON - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- MACHINE_FLOAT_ERROR - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- MACHINE_LARGEST - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- MACHINE_SMALLEST - Static variable in class org.ojalgo.constant.PrimitiveMath
-
Refers to "min normal" rather than "min value"
- make(Access2D<S>) - Static method in class org.ojalgo.access.ColumnsIterator
-
- make(Access2D<S>) - Static method in class org.ojalgo.access.RowsIterator
-
- make(int) - Static method in class org.ojalgo.array.BigArray
-
- make(int) - Static method in class org.ojalgo.array.ComplexArray
-
- make(long) - Static method in class org.ojalgo.array.OffHeapArray
-
- make(int) - Static method in class org.ojalgo.array.PrimitiveArray
-
- make(int) - Static method in class org.ojalgo.array.RationalArray
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- make(Access2D<N>) - Static method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- make(int) - Method in interface org.ojalgo.matrix.store.IdentityStore.Factory
-
- make(N) - Method in interface org.ojalgo.matrix.store.SingleStore.Factory
-
- make(Access2D<?>) - Method in interface org.ojalgo.matrix.store.WrapperStore.Factory
-
- make(int, int) - Method in interface org.ojalgo.matrix.store.ZeroStore.Factory
-
- make(MatrixStore<N>) - Method in class org.ojalgo.matrix.task.DeterminantTask.Factory
-
- make(MatrixStore<N>, boolean) - 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) - Method in class org.ojalgo.matrix.task.InverterTask.Factory
-
- make(MatrixStore<N>, MatrixStore<N>) - Method in class org.ojalgo.matrix.task.SolverTask.Factory
-
- make(MatrixStore<N>, MatrixStore<N>, boolean) - Method in class org.ojalgo.matrix.task.SolverTask.Factory
-
- make(MathProgSysModel) - Static method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- make(ExpressionsBasedModel) - Static method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- make(File) - Static method in class org.ojalgo.optimisation.MathProgSysModel
-
- make(String) - Static method in class org.ojalgo.optimisation.Variable
-
- 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(RandomNumber, int) - Static method in class org.ojalgo.random.SampleSet
-
- make(Calendar, CalendarDateUnit) - Static method in class org.ojalgo.type.CalendarDate
-
- make(CalendarDateUnit) - Static method in class org.ojalgo.type.CalendarDate
-
- make(Date, CalendarDateUnit) - Static method in class org.ojalgo.type.CalendarDate
-
- make(long, CalendarDateUnit) - Static method in class org.ojalgo.type.CalendarDate
-
- makeAlternative() - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeArray(int) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- makeArray(int) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
- makeBig(Access2D<? extends Number>, Access1D<? extends Number>) - Static method in class org.ojalgo.function.multiary.CompoundFunction
-
- makeBig(int) - Static method in class org.ojalgo.function.multiary.CompoundFunction
-
- makeBig(int) - Static method in class org.ojalgo.function.multiary.ConstantFunction
-
- makeBig(int, Number) - Static method in class org.ojalgo.function.multiary.ConstantFunction
-
- makeBig(Access1D<? extends Number>) - Static method in class org.ojalgo.function.multiary.LinearFunction
-
- makeBig(int) - Static method in class org.ojalgo.function.multiary.LinearFunction
-
- makeBig(Access2D<? extends Number>) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
-
- makeBig(int) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeBig(boolean) - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeBig() - Static method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- makeBig(int) - Static method in class org.ojalgo.matrix.store.IdentityStore
-
- makeBig(BigDecimal) - Static method in class org.ojalgo.matrix.store.SingleStore
-
- makeBig(Access2D<?>) - Static method in class org.ojalgo.matrix.store.WrapperStore
-
- makeBig(int, int) - Static method in class org.ojalgo.matrix.store.ZeroStore
-
- makeBig(int, int, BigDecimal) - Static method in class org.ojalgo.matrix.transformation.Rotation
-
- makeBinary(String) - Static method in class org.ojalgo.optimisation.Variable
-
- makeCalendarPriceSeries(double[], Calendar, CalendarDateUnit) - Static method in class org.ojalgo.finance.FinanceUtils
-
- makeClearText(int) - Static method in class org.ojalgo.netio.Password
-
- makeCommaDelimited() - Static method in class org.ojalgo.netio.DelimitedData
-
- makeComplex(Access2D<? extends Number>, Access1D<? extends Number>) - Static method in class org.ojalgo.function.multiary.CompoundFunction
-
- makeComplex(int) - Static method in class org.ojalgo.function.multiary.CompoundFunction
-
- makeComplex(int) - Static method in class org.ojalgo.function.multiary.ConstantFunction
-
- makeComplex(int, Number) - Static method in class org.ojalgo.function.multiary.ConstantFunction
-
- makeComplex(Access1D<? extends Number>) - Static method in class org.ojalgo.function.multiary.LinearFunction
-
- makeComplex(int) - Static method in class org.ojalgo.function.multiary.LinearFunction
-
- makeComplex(Access2D<? extends Number>) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
-
- makeComplex(int) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeComplex(boolean) - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeComplex() - Static method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- makeComplex(int) - Static method in class org.ojalgo.matrix.store.IdentityStore
-
- makeComplex(ComplexNumber) - Static method in class org.ojalgo.matrix.store.SingleStore
-
- makeComplex(Access2D<?>) - Static method in class org.ojalgo.matrix.store.WrapperStore
-
- makeComplex(int, int) - Static method in class org.ojalgo.matrix.store.ZeroStore
-
- makeComplex(int, int, ComplexNumber) - Static method in class org.ojalgo.matrix.transformation.Rotation
-
- makeCovarianceMatrix(Collection<CalendarDateSeries<V>>) - Static method in class org.ojalgo.finance.FinanceUtils
-
- makeD() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeD() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeD() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- makeDatePriceSeries(double[], Date, CalendarDateUnit) - Static method in class org.ojalgo.finance.FinanceUtils
-
- makeDecreasingRange(int, int) - Static method in class org.ojalgo.access.AccessUtils
-
- makeDecreasingRange(long, int) - Static method in class org.ojalgo.access.AccessUtils
-
- makeDecreasingRange(int, int) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- makeDirty() - Method in class org.ojalgo.type.TypeCache
-
- makeEigenvalues() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeExcessGrowthRateSampleSet(CalendarDateSeries<?>, CalendarDateSeries<?>) - Static method in class org.ojalgo.finance.FinanceUtils
-
- makeEye(long, long) - Method in interface org.ojalgo.access.Access2D.Factory
-
- makeEye(long, long) - Method in class org.ojalgo.array.Array2D.Factory
-
- makeEye(long, long) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- makeForClassExtendingObject() - Static method in class org.ojalgo.machine.MemoryEstimator
-
- makeForSubclass(MemoryEstimator) - Static method in class org.ojalgo.machine.MemoryEstimator
-
- makeFromFile(File) - Static method in class org.ojalgo.optimisation.MathProgSysModel
-
- makeHouseholder(int) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- makeHouseholder(int) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
- makeIncreasingRange(int, int) - Static method in class org.ojalgo.access.AccessUtils
-
- makeIncreasingRange(long, int) - Static method in class org.ojalgo.access.AccessUtils
-
- makeIncreasingRange(int, int) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- makeInstance(int) - Method in class org.ojalgo.function.polynomial.BigPolynomial
-
- makeInstance(int) - Method in class org.ojalgo.function.polynomial.ComplexPolynomial
-
- makeInstance(int) - Method in class org.ojalgo.function.polynomial.PrimitivePolynomial
-
- makeInstance(int) - Method in class org.ojalgo.function.polynomial.RationalPolynomial
-
- makeJama() - Static method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- makeJama() - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeJama(boolean) - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeJama() - Static method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- makeJama() - Static method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- makeJama() - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeNormalisedExcessPrice(CalendarDateSeries<?>, CalendarDateSeries<?>) - Static method in class org.ojalgo.finance.FinanceUtils
-
- makePolar(double, double) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- makePrimitive(Access2D<? extends Number>, Access1D<? extends Number>) - Static method in class org.ojalgo.function.multiary.CompoundFunction
-
- makePrimitive(int) - Static method in class org.ojalgo.function.multiary.CompoundFunction
-
- makePrimitive(int) - Static method in class org.ojalgo.function.multiary.ConstantFunction
-
- makePrimitive(int, Number) - Static method in class org.ojalgo.function.multiary.ConstantFunction
-
- makePrimitive(Access1D<? extends Number>) - Static method in class org.ojalgo.function.multiary.LinearFunction
-
- makePrimitive(int) - Static method in class org.ojalgo.function.multiary.LinearFunction
-
- makePrimitive(Access2D<? extends Number>) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
-
- makePrimitive(int) - Static method in class org.ojalgo.function.multiary.QuadraticFunction
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makePrimitive(boolean) - Static method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.HessenbergDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makePrimitive() - Static method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- makePrimitive(int) - Static method in class org.ojalgo.matrix.store.IdentityStore
-
- makePrimitive(double) - Static method in class org.ojalgo.matrix.store.SingleStore
-
- makePrimitive(Access2D<?>) - Static method in class org.ojalgo.matrix.store.WrapperStore
-
- makePrimitive(int, int) - Static method in class org.ojalgo.matrix.store.ZeroStore
-
- makePrimitive(int, int, double) - Static method in class org.ojalgo.matrix.transformation.Rotation
-
- makeQ() - Method in class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- makeQ1() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- makeQ1() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeQ2() - Method in class org.ojalgo.matrix.decomposition.BidiagonalDecomposition
-
- makeQ2() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeRandom(long, RandomNumber) - Method in interface org.ojalgo.access.Access1D.Factory
-
- makeRandom(long, long, RandomNumber) - Method in interface org.ojalgo.access.Access2D.Factory
-
- makeRandom(long[], RandomNumber) - Method in interface org.ojalgo.access.AccessAnyD.Factory
-
- makeRandom(long, RandomNumber) - Method in class org.ojalgo.array.Array1D.Factory
-
- makeRandom(long, long, RandomNumber) - Method in class org.ojalgo.array.Array2D.Factory
-
- makeRandom(long[], RandomNumber) - Method in class org.ojalgo.array.ArrayAnyD.Factory
-
- makeRandom(long, long, RandomNumber) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- makeRandomComplexStore(int, int) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- makeReal(double) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- makeReal(double) - Static method in class org.ojalgo.scalar.Quaternion
-
- makeRectangular(double, double) - Static method in class org.ojalgo.scalar.ComplexNumber
-
- makeRotation(int, int, double, double) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- makeRotation(int, int, Double, Double) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- makeRotation(int, int, double, double) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
- makeRotation(int, int, N, N) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
- makeSegmented(long) - Static method in class org.ojalgo.array.BigArray
-
- makeSegmented(long) - Static method in class org.ojalgo.array.ComplexArray
-
- makeSegmented(long) - Static method in class org.ojalgo.array.OffHeapArray
-
- makeSegmented(int) - Static method in class org.ojalgo.array.PrimitiveArray
-
- makeSegmented(long) - Static method in class org.ojalgo.array.PrimitiveArray
-
- makeSegmented(long) - Static method in class org.ojalgo.array.RationalArray
-
- makeSemicolonDelimited() - Static method in class org.ojalgo.netio.DelimitedData
-
- makeSimple() - Static method in class org.ojalgo.machine.Hardware
-
- makeSimple(String, long, int) - Static method in class org.ojalgo.machine.Hardware
-
- makeSingularValues() - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- makeSpaceDelimited() - Static method in class org.ojalgo.netio.DelimitedData
-
- makeSqlDate(long) - Static method in class org.ojalgo.type.TypeUtils
-
- makeSqlTime(long) - Static method in class org.ojalgo.type.TypeUtils
-
- makeSqlTimestamp(long) - Static method in class org.ojalgo.type.TypeUtils
-
- makeTabDelimited() - Static method in class org.ojalgo.netio.DelimitedData
-
- makeV() - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- makeZero(long) - Method in interface org.ojalgo.access.Access1D.Factory
-
- makeZero(long, long) - Method in interface org.ojalgo.access.Access2D.Factory
-
- makeZero(long...) - Method in interface org.ojalgo.access.AccessAnyD.Factory
-
- makeZero(long) - Method in class org.ojalgo.array.Array1D.Factory
-
- makeZero(long, long) - Method in class org.ojalgo.array.Array2D.Factory
-
- makeZero(long...) - Method in class org.ojalgo.array.ArrayAnyD.Factory
-
- makeZero(long, long) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- MapEntry<K extends Comparable<K>,V> - Class in org.ojalgo.type.keyvalue
-
This class is primarily an implementation of Map.Entry,
but also implemnts
KeyValue.
- MapEntry(K, V) - Constructor for class org.ojalgo.type.keyvalue.MapEntry
-
- MapEntry(Map.Entry<K, V>) - Constructor for class org.ojalgo.type.keyvalue.MapEntry
-
- MapEntry(Map<K, V>, K) - Constructor for class org.ojalgo.type.keyvalue.MapEntry
-
- MarketEquilibrium - Class in org.ojalgo.finance.portfolio
-
MarketEquilibrium translates between the market portfolio weights and the equilibrium excess returns.
- MarketEquilibrium(BasicMatrix<?>) - Constructor for class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- MarketEquilibrium(BasicMatrix<?>, Number) - Constructor for class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- MarketEquilibrium(String[], BasicMatrix<?>) - Constructor for class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- MarketEquilibrium(String[], BasicMatrix<?>, Number) - Constructor for class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- markInteger(NodeKey, Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.IntegerSolver
-
- MarkowitzModel - Class in org.ojalgo.finance.portfolio
-
The Markowitz model, in this class, is defined as:
- MarkowitzModel(BasicMatrix<?>, BasicMatrix<?>) - Constructor for class org.ojalgo.finance.portfolio.MarkowitzModel
-
- MarkowitzModel(FinancePortfolio.Context) - Constructor for class org.ojalgo.finance.portfolio.MarkowitzModel
-
- MarkowitzModel(MarketEquilibrium, BasicMatrix<?>) - Constructor for class org.ojalgo.finance.portfolio.MarkowitzModel
-
- match(Class<?>) - Static method in enum org.ojalgo.machine.JavaType
-
- MATH_032 - Static variable in class org.ojalgo.type.StandardType
-
- MATH_064 - Static variable in class org.ojalgo.type.StandardType
-
- MATH_128 - Static variable in class org.ojalgo.type.StandardType
-
- MathProgSysModel - Class in org.ojalgo.optimisation
-
Mathematical Programming System (MPS) Model
- MathProgSysModel.Integration<S extends Optimisation.Solver> - Class in org.ojalgo.optimisation
-
- MATRIX_FACTORY - Static variable in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- MatrixDecomposition<N extends Number> - Interface in org.ojalgo.matrix.decomposition
-
Notation used to describe the various matrix decompositions:
[A] could be any matrix.
- MatrixError - Exception in org.ojalgo.matrix
-
MatrixError
- MatrixError(String) - Constructor for exception org.ojalgo.matrix.MatrixError
-
- MatrixStore<N extends Number> - Interface in org.ojalgo.matrix.store
-
A
MatrixStore is a two dimensional store of numbers/scalars.
- MatrixStore.Builder<N extends Number> - Class in org.ojalgo.matrix.store
-
- MatrixTask<N extends Number> - Interface in org.ojalgo.matrix.task
-
- MatrixUtils - Class in org.ojalgo.matrix
-
- 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.RationalAggregator
-
- MAX - Static variable in class org.ojalgo.function.BigFunction
-
- max() - Method in class org.ojalgo.function.BigFunction
-
- MAX - Static variable in class org.ojalgo.function.ComplexFunction
-
- max() - Method in class org.ojalgo.function.ComplexFunction
-
- max() - Method in class org.ojalgo.function.FunctionSet
-
- max(int...) - Static method in class org.ojalgo.function.FunctionUtils
-
- max(int, int) - Static method in class org.ojalgo.function.FunctionUtils
-
- max(int, int, int) - Static method in class org.ojalgo.function.FunctionUtils
-
- max(int, int, int, int) - Static method in class org.ojalgo.function.FunctionUtils
-
- MAX - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- max() - Method in class org.ojalgo.function.PrimitiveFunction
-
- MAX - Static variable in class org.ojalgo.function.RationalFunction
-
- max() - Method in class org.ojalgo.function.RationalFunction
-
- max(int...) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- MAX_VALUE - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- maximise() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- maximise() - Method in class org.ojalgo.optimisation.FunctionsBasedModel
-
- maximise() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
Will disregard the OBJSENSE and maximise.
- maximise() - Method in interface org.ojalgo.optimisation.Optimisation.Model
-
- maximum() - Method in class org.ojalgo.function.aggregator.AggregatorCollection
-
Max value
- maxpy(Double, MatrixStore<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- maxpy(BigDecimal, MatrixStore<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- maxpy(ComplexNumber, MatrixStore<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- MAXPY - Class in org.ojalgo.matrix.store.operation
-
- maxpy(N, MatrixStore<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
- maxpy(Double, MatrixStore<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- measure - Variable in class org.ojalgo.type.CalendarDateDuration
-
- MEGA - Static variable in class org.ojalgo.constant.BigPrefix
-
- MEGA - Static variable in class org.ojalgo.constant.PrimitivePrefix
-
- memory - Variable in class org.ojalgo.machine.BasicMachine
-
- memory() - Method in enum org.ojalgo.machine.JavaType
-
- MemoryEstimator - Class in org.ojalgo.machine
-
MemoryEstimator
- merge(N) - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
-
- merge(N, N) - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
-
- mergeColumns(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
[aMtrx] is appended to the bottom of [this].
- mergeColumns(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- mergeRows(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
[aMtrx] is appended to the right side of [this].
- mergeRows(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- Message - Class in org.ojalgo.netio
-
- Message(String) - Constructor for class org.ojalgo.netio.Message
-
- Message(String, String) - Constructor for class org.ojalgo.netio.Message
-
- Message(String, String, String) - Constructor for class org.ojalgo.netio.Message
-
- Message(String[]) - Constructor for class org.ojalgo.netio.Message
-
- MethodToAtomicLong - Class in org.ojalgo.type.keyvalue
-
- MethodToAtomicLong(Method) - Constructor for class org.ojalgo.type.keyvalue.MethodToAtomicLong
-
- MethodToAtomicLong(Method, AtomicLong) - Constructor for class org.ojalgo.type.keyvalue.MethodToAtomicLong
-
- MICRO - Static variable in class org.ojalgo.constant.BigPrefix
-
- MICRO - Static variable in class org.ojalgo.constant.PrimitivePrefix
-
- MILLI - Static variable in class org.ojalgo.constant.BigPrefix
-
- MILLI - Static variable in class org.ojalgo.constant.PrimitivePrefix
-
- millis - Variable in class org.ojalgo.type.CalendarDate
-
- MILLIS_PER_HOUR - Static variable in class org.ojalgo.type.TypeUtils
-
- 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.RationalAggregator
-
- MIN - Static variable in class org.ojalgo.function.BigFunction
-
- min() - Method in class org.ojalgo.function.BigFunction
-
- MIN - Static variable in class org.ojalgo.function.ComplexFunction
-
- min() - Method in class org.ojalgo.function.ComplexFunction
-
- min() - Method in class org.ojalgo.function.FunctionSet
-
- min(int...) - Static method in class org.ojalgo.function.FunctionUtils
-
- min(int, int) - Static method in class org.ojalgo.function.FunctionUtils
-
- min(int, int, int) - Static method in class org.ojalgo.function.FunctionUtils
-
- min(int, int, int, int) - Static method in class org.ojalgo.function.FunctionUtils
-
- MIN - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- min() - Method in class org.ojalgo.function.PrimitiveFunction
-
- MIN - Static variable in class org.ojalgo.function.RationalFunction
-
- min() - Method in class org.ojalgo.function.RationalFunction
-
- min(int...) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- MIN_VALUE - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- minimise() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- minimise() - Method in class org.ojalgo.optimisation.FunctionsBasedModel
-
- minimise() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
Will disregard the OBJSENSE and minimise.
- minimise() - Method in interface org.ojalgo.optimisation.Optimisation.Model
-
- minimum() - Method in class org.ojalgo.function.aggregator.AggregatorCollection
-
Min value
- mip_gap - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
The (relative) MIP gap is the difference between the best integer solution found so far and a
node's non-integer solution, relative to the optimal value.
- mix(int) - Method in class org.ojalgo.finance.portfolio.PortfolioMixer
-
- ModificationStore<N extends Number> - Class in org.ojalgo.matrix.store
-
- ModificationStore(MatrixStore<N>, UnaryFunction<N>) - Constructor for class org.ojalgo.matrix.store.ModificationStore
-
- modified - Variable in class org.ojalgo.type.IntCount
-
- modify(long, long, long, Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
-
- modify(long, long, long, BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.BasicArray
-
- modify(long, long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
-
- modify(int, Access1D<BigDecimal>, BinaryFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, BinaryFunction<BigDecimal>, Access1D<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, int, int, Access1D<BigDecimal>, BinaryFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, int, int, BigDecimal, BinaryFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, int, int, BinaryFunction<BigDecimal>, Access1D<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, int, int, BinaryFunction<BigDecimal>, BigDecimal) - Method in class org.ojalgo.array.BigArray
-
- modify(int, int, int, ParameterFunction<BigDecimal>, int) - Method in class org.ojalgo.array.BigArray
-
- modify(int, int, int, UnaryFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, UnaryFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- modify(int, Access1D<ComplexNumber>, BinaryFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, BinaryFunction<ComplexNumber>, Access1D<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, int, int, Access1D<ComplexNumber>, BinaryFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, int, int, BinaryFunction<ComplexNumber>, Access1D<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, int, int, BinaryFunction<ComplexNumber>, ComplexNumber) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, int, int, ComplexNumber, BinaryFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, int, int, ParameterFunction<ComplexNumber>, int) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, int, int, UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(int, UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- modify(long, long, long, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
-
- modify(long, long, long, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.OffHeapArray
-
- modify(long, long, long, UnaryFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
-
- modify(int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, int, int, Access1D<Double>, BinaryFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, int, int, BinaryFunction<Double>, Access1D<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, int, int, BinaryFunction<Double>, Double) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, int, int, Double, BinaryFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, int, int, ParameterFunction<Double>, int) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, int, int, UnaryFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, UnaryFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- modify(int, Access1D<RationalNumber>, BinaryFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, BinaryFunction<RationalNumber>, Access1D<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, int, int, Access1D<RationalNumber>, BinaryFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, int, int, BinaryFunction<RationalNumber>, Access1D<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, int, int, BinaryFunction<RationalNumber>, RationalNumber) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, int, int, ParameterFunction<RationalNumber>, int) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, int, int, RationalNumber, BinaryFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, int, int, UnaryFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(int, UnaryFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- modify(UnaryFunction<N>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- modify(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modify(UnaryFunction<N>) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- modify(BasicSeries<K, V>, BinaryFunction<V>) - Method in interface org.ojalgo.series.BasicSeries
-
- modify(BinaryFunction<V>, BasicSeries<K, V>) - Method in interface org.ojalgo.series.BasicSeries
-
- modify(BinaryFunction<V>, V) - Method in interface org.ojalgo.series.BasicSeries
-
- modify(ParameterFunction<V>, int) - Method in interface org.ojalgo.series.BasicSeries
-
- modify(UnaryFunction<V>) - Method in interface org.ojalgo.series.BasicSeries
-
- modify(V, BinaryFunction<V>) - Method in interface org.ojalgo.series.BasicSeries
-
- modify(BinaryFunction<V>, V) - Method in class org.ojalgo.series.CoordinationSet
-
- modify(ParameterFunction<V>, int) - Method in class org.ojalgo.series.CoordinationSet
-
- modify(UnaryFunction<V>) - Method in class org.ojalgo.series.CoordinationSet
-
- modify(BinaryFunction<Double>, Double) - Method in class org.ojalgo.series.primitive.DataSeries
-
- modify(Double, BinaryFunction<Double>) - Method in class org.ojalgo.series.primitive.DataSeries
-
- modify(ParameterFunction<Double>, int) - Method in class org.ojalgo.series.primitive.DataSeries
-
- modify(UnaryFunction<Double>) - Method in class org.ojalgo.series.primitive.DataSeries
-
- modifyAll(UnaryFunction<N>) - Method in interface org.ojalgo.access.Access1D.Modifiable
-
- 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(double[][], UnaryFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- modifyAll(UnaryFunction<N>) - Method in class org.ojalgo.array.BasicArray
-
- modifyAll(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modifyAll(UnaryFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- modifyAll(UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- ModifyAll - Class in org.ojalgo.matrix.store.operation
-
- modifyAll(UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- modifyColumn(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.access.Access2D.Modifiable
-
- modifyColumn(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- modifyColumn(double[][], int, int, UnaryFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- modifyColumn(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modifyColumn(long, long, UnaryFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- modifyColumn(long, long, UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- modifyColumn(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.access.Access2D.Modifiable
-
- modifyDiagonal(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- modifyDiagonal(double[][], int, int, UnaryFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- modifyDiagonal(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modifyDiagonal(long, long, UnaryFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- modifyDiagonal(long, long, UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- modifyDiagonal(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- modifyMatching(Access1D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.Array1D
-
- modifyMatching(BinaryFunction<N>, Access1D<N>) - Method in class org.ojalgo.array.Array1D
-
- modifyMatching(Array2D<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- modifyMatching(BinaryFunction<N>, Array2D<N>) - Method in class org.ojalgo.array.Array2D
-
- modifyMatching(ArrayAnyD<N>, BinaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
-
- modifyMatching(BinaryFunction<N>, ArrayAnyD<N>) - Method in class org.ojalgo.array.ArrayAnyD
-
- modifyOne(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modifyOne(long, long, UnaryFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- modifyOne(long, long, UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- modifyOne(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
- modifyOne(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- modifyRange(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.access.Access1D.Modifiable
-
- 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<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modifyRow(long, long, UnaryFunction<N>) - Method in interface org.ojalgo.access.Access2D.Modifiable
-
- modifyRow(long, long, UnaryFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- modifyRow(double[][], int, int, UnaryFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- modifyRow(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- modifyRow(long, long, UnaryFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- modifyRow(long, long, UnaryFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- modifyRow(long, long, UnaryFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- modifySet(long[], int, UnaryFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
-
- MultiaryFunction<N extends Number> - Interface in org.ojalgo.function.multiary
-
- MultiaryFunction.Constant<N extends Number,F extends MultiaryFunction.Constant<N,?>> - Interface in org.ojalgo.function.multiary
-
- MultiaryFunction.Convex<N extends Number> - Interface in org.ojalgo.function.multiary
-
- MultiaryFunction.Linear<N extends Number> - Interface in org.ojalgo.function.multiary
-
- MultiaryFunction.Quadratic<N extends Number> - Interface in org.ojalgo.function.multiary
-
- MultiaryFunction.TwiceDifferentiable<N extends Number> - Interface in org.ojalgo.function.multiary
-
Twice (Continuously) Differentiable Multiary Function
- MULTIPLY - Static variable in class org.ojalgo.function.BigFunction
-
- multiply() - Method in class org.ojalgo.function.BigFunction
-
- MULTIPLY - Static variable in class org.ojalgo.function.ComplexFunction
-
- multiply() - Method in class org.ojalgo.function.ComplexFunction
-
- multiply() - Method in class org.ojalgo.function.FunctionSet
-
*
- MULTIPLY - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- multiply() - Method in class org.ojalgo.function.PrimitiveFunction
-
- MULTIPLY - Static variable in class org.ojalgo.function.RationalFunction
-
- multiply() - Method in class org.ojalgo.function.RationalFunction
-
- multiply(Number) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Multiplies the elements of this matrix with aNmbr.
- multiply(Number) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- multiply(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
-
- multiply(double) - Method in class org.ojalgo.scalar.BigScalar
-
- multiply(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
- multiply(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
- multiply(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- multiply(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- multiply(double) - Method in class org.ojalgo.scalar.Quaternion
-
- multiply(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
-
- multiply(double) - Method in class org.ojalgo.scalar.RationalNumber
-
- multiply(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
-
- multiply(double) - Method in interface org.ojalgo.scalar.Scalar
-
- multiply(N) - Method in interface org.ojalgo.scalar.Scalar
-
- multiply(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
-
- multiply(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
-
- multiply(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- multiply(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- multiply(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- multiply(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- MultiplyBoth - Class in org.ojalgo.matrix.store.operation
-
- multiplyElements(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Multiplies the elements of this matrix with the elements of aMtrx.
- multiplyElements(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- MultiplyHermitianAndVector - Class in org.ojalgo.matrix.store.operation
-
Multiplies an hermitian (square symmetric) matrix with a vector.
- multiplyLeft(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Matrix multiplication: [aMtrx][this]
The column dimension of the left matrix must equal the row dimension of
the right matrix.
- multiplyLeft(Access1D<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- multiplyLeft(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- multiplyLeft(Access1D<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- multiplyLeft(Access1D<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.ConjugatedStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.LeftRightStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- multiplyLeft(Access1D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
- MultiplyLeft - Class in org.ojalgo.matrix.store.operation
-
- multiplyLeft(Access1D<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.SingleStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.TransposedStore
-
- multiplyLeft(Access1D<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
-
- multiplyRight(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Matrix multiplication: [this][aMtrx]
The column dimension of the left matrix must equal the row dimension of
the right matrix.
- multiplyRight(Access1D<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- multiplyRight(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.AboveBelowStore
-
- multiplyRight(Access1D<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- multiplyRight(Access1D<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.ConjugatedStore
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.IdentityStore
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- multiplyRight(Access1D<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
- MultiplyRight - Class in org.ojalgo.matrix.store.operation
-
- multiplyRight(Access1D<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.SingleStore
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.TransposedStore
-
- multiplyRight(Access1D<N>) - Method in class org.ojalgo.matrix.store.ZeroStore
-
- multiplyVectors(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Assumes that both [this] and [aVctr] have row or column dimension,
doesn't matter which, equal to 1.
- multiplyVectors(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- sample(int) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- SampleSet - Class in org.ojalgo.random
-
- scalar() - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- scalar() - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
- scalar() - Method in class org.ojalgo.scalar.Quaternion
-
- Scalar<N extends Number> - Interface in org.ojalgo.scalar
-
A
Scalar is:
An abstraction of a vector/matrix element.
A
Number decorator, increasing the number of things you can do with them.
- Scalar.Factory<N extends Number> - Interface in org.ojalgo.scalar
-
- SCALE - Static variable in class org.ojalgo.function.BigFunction
-
- scale() - Method in class org.ojalgo.function.BigFunction
-
- SCALE - Static variable in class org.ojalgo.function.ComplexFunction
-
- scale() - Method in class org.ojalgo.function.ComplexFunction
-
- scale() - Method in class org.ojalgo.function.FunctionSet
-
- SCALE - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- scale() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SCALE - Static variable in class org.ojalgo.function.RationalFunction
-
- scale() - Method in class org.ojalgo.function.RationalFunction
-
- scale(Double) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- scale(BigDecimal) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- scale(ComplexNumber) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- scale(N) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- scale(N) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
- scale(Double) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- scale(N) - Method in class org.ojalgo.matrix.store.ZeroStore
-
- schedule(Timer) - Method in class org.ojalgo.type.ScheduleBuilder
-
- ScheduleBuilder - Class in org.ojalgo.type
-
- ScheduleBuilder(TimerTask) - Constructor for class org.ojalgo.type.ScheduleBuilder
-
- Schur<N extends Number> - Interface in org.ojalgo.matrix.decomposition
-
Schur: [A] = [Q][U][Q]-1
[A] = [Q][U][Q]-1 where:
[A] is a square complex entry matrix.
[Q] is a unitary matrix (so that [Q]-1 equals
[Q]H).
[U] is an upper triangular matrix, which is called a Schur form
of [A].
- SchurDecomposition<N extends Number> - Class in org.ojalgo.matrix.decomposition
-
- SchurDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.SchurDecomposition
-
- SchurDecomposition.SchurResult<N extends Number> - Class in org.ojalgo.matrix.decomposition
-
- SchurResult(Array1D<ComplexNumber>, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.decomposition.SchurDecomposition.SchurResult
-
- searchAscending(N) - Method in class org.ojalgo.array.Array1D
-
- searchAscending(BigDecimal) - Method in class org.ojalgo.array.BigArray
-
- searchAscending(ComplexNumber) - Method in class org.ojalgo.array.ComplexArray
-
- searchAscending(Double) - Method in class org.ojalgo.array.PrimitiveArray
-
- searchAscending(RationalNumber) - Method in class org.ojalgo.array.RationalArray
-
- searchDescending(N) - Method in class org.ojalgo.array.Array1D
-
- second(double) - Method in class org.ojalgo.function.BinaryFunction
-
- second(N) - Method in class org.ojalgo.function.BinaryFunction
-
- SecondOrderApproximation<N extends Number> - Class in org.ojalgo.function.multiary
-
- SecondOrderApproximation(MultiaryFunction.TwiceDifferentiable<N>, Access1D<N>) - Constructor for class org.ojalgo.function.multiary.SecondOrderApproximation
-
- selectColumns(int...) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- selectColumns(int...) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- selectExpressionsLinearEquality() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Linear equality constrained expressions.
- selectExpressionsLinearLower() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Linear lower constrained expressions.
- selectExpressionsLinearUpper() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Linear upper constrained expressions.
- selectExpressionsQuadraticEquality() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Quadratic (and/or compound) equality constrained expressions.
- selectExpressionsQuadraticLower() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Quadratic (and/or compound) lower constrained expressions.
- selectExpressionsQuadraticUpper() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
Quadratic (and/or compound) upper constrained expressions.
- selectRows(int...) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- selectRows(int...) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- selectVariablesFreeLower() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- selectVariablesFreeUpper() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- selectVariablesNegativeLower() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- selectVariablesNegativeUpper() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- selectVariablesPositiveLower() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- selectVariablesPositiveUpper() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- SEMICOLON - Static variable in class org.ojalgo.netio.ASCII
-
- sendBatch(List<Message>) - Method in class org.ojalgo.netio.ProcessOutputStream
-
- sendMessage(Message) - Method in class org.ojalgo.netio.ProcessOutputStream
-
- SeriesExtrapolator<K extends Comparable<K>> - Class in org.ojalgo.series.function
-
An extrapolator produces new data points to existing series.
- SeriesExtrapolator(BasicSeries<K, ? extends Number>) - Constructor for class org.ojalgo.series.function.SeriesExtrapolator
-
- SeriesExtrapolator(Map<String, ? extends BasicSeries<K, ? extends Number>>) - 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(CalendarDateSeries<? extends Number>) - Constructor for class org.ojalgo.series.function.SeriesForecaster
-
- SeriesForecaster(CoordinationSet<? extends Number>) - Constructor for class org.ojalgo.series.function.SeriesForecaster
-
- SeriesFunction<K extends Comparable<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(BasicSeries<K, ? extends Number>) - Constructor for class org.ojalgo.series.function.SeriesFunction
-
- SeriesFunction(Map<String, ? extends BasicSeries<K, ? extends Number>>) - Constructor for class org.ojalgo.series.function.SeriesFunction
-
- SeriesInterpolator<K extends Comparable<K>> - Class in org.ojalgo.series.function
-
An interpolator produces new data points to existing series, inbetween
existing keys.
- SeriesInterpolator(BasicSeries<K, ? extends Number>) - Constructor for class org.ojalgo.series.function.SeriesInterpolator
-
- SeriesInterpolator(Map<String, ? extends BasicSeries<K, ? extends Number>>) - Constructor for class org.ojalgo.series.function.SeriesInterpolator
-
- SeriesInterpolator - Class in org.ojalgo.series
-
- SeriesInterpolator() - Constructor for class org.ojalgo.series.SeriesInterpolator
-
- SeriesInterpolator(NumberContext) - Constructor for class org.ojalgo.series.SeriesInterpolator
-
- set(long, double) - Method in interface org.ojalgo.access.Access1D.Builder
-
- set(long, Number) - Method in interface org.ojalgo.access.Access1D.Builder
-
- set(long, double) - Method in interface org.ojalgo.access.Access1D.Fillable
-
- set(long, Number) - Method in interface org.ojalgo.access.Access1D.Fillable
-
- set(long, long, double) - Method in interface org.ojalgo.access.Access2D.Builder
-
- set(long, long, Number) - Method in interface org.ojalgo.access.Access2D.Builder
-
- set(long, long, double) - Method in interface org.ojalgo.access.Access2D.Fillable
-
- set(long, long, Number) - Method in interface org.ojalgo.access.Access2D.Fillable
-
- set(long[], double) - Method in interface org.ojalgo.access.AccessAnyD.Builder
-
- set(long[], Number) - Method in interface org.ojalgo.access.AccessAnyD.Builder
-
- set(long[], double) - Method in interface org.ojalgo.access.AccessAnyD.Fillable
-
- set(long[], Number) - Method in interface org.ojalgo.access.AccessAnyD.Fillable
-
- set(int, Number) - Method in class org.ojalgo.array.Array1D
-
- set(long, double) - Method in class org.ojalgo.array.Array1D
-
- set(long, Number) - Method in class org.ojalgo.array.Array1D
-
- set(long, double) - Method in class org.ojalgo.array.Array2D
-
- set(long, long, double) - Method in class org.ojalgo.array.Array2D
-
- set(long, long, Number) - Method in class org.ojalgo.array.Array2D
-
- set(long, Number) - Method in class org.ojalgo.array.Array2D
-
- set(long, double) - Method in class org.ojalgo.array.ArrayAnyD
-
- set(long, Number) - Method in class org.ojalgo.array.ArrayAnyD
-
- set(long[], double) - Method in class org.ojalgo.array.ArrayAnyD
-
- set(long[], Number) - Method in class org.ojalgo.array.ArrayAnyD
-
- set(int, double) - Method in class org.ojalgo.array.BigArray
-
- set(int, Number) - Method in class org.ojalgo.array.BigArray
-
- set(int, double) - Method in class org.ojalgo.array.ComplexArray
-
- set(int, Number) - Method in class org.ojalgo.array.ComplexArray
-
- set(long, double) - Method in class org.ojalgo.array.OffHeapArray
-
- set(long, Number) - Method in class org.ojalgo.array.OffHeapArray
-
- set(int, double) - Method in class org.ojalgo.array.PrimitiveArray
-
- set(int, Number) - Method in class org.ojalgo.array.PrimitiveArray
-
- set(int, double) - Method in class org.ojalgo.array.RationalArray
-
- set(int, Number) - Method in class org.ojalgo.array.RationalArray
-
- set(Access1D<?>) - Method in class org.ojalgo.function.polynomial.BigPolynomial
-
- set(Access1D<?>) - Method in class org.ojalgo.function.polynomial.ComplexPolynomial
-
- set(Access1D<?>) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
-
- set(int, double) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
-
- set(int, N) - Method in interface org.ojalgo.function.polynomial.PolynomialFunction
-
- set(Access1D<?>) - Method in class org.ojalgo.function.polynomial.PrimitivePolynomial
-
- set(Access1D<?>) - Method in class org.ojalgo.function.polynomial.RationalPolynomial
-
- set(int, Number) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- set(long, double) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- set(long, long, double) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- set(long, long, Number) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- set(long, Number) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- set(long, long, double) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- set(long, long, Number) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- set(long, long, double) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- set(long, long, Number) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- set(long, long, double) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- set(long, long, Number) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- set(int, int, Object) - Method in class org.ojalgo.netio.DelimitedData
-
The row and column must already exist.
- set(K, int) - Method in class org.ojalgo.type.KeyCounter
-
- setAllOperationThresholds(int) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- setBackground(Paint) - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- 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(Number) - Method in class org.ojalgo.finance.portfolio.BlackLittermanModel
-
- setConstant(Number) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.Constant
-
- setHeight(int) - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- setHost(String) - Method in class org.ojalgo.finance.data.DataSource
-
- setHost(String) - Method in class org.ojalgo.netio.ResourceLocator
-
- setInteger(boolean) - Method in class org.ojalgo.optimisation.Variable
-
- setLE(int, double) - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- setLE(int, double) - Method in class org.ojalgo.optimisation.BaseSolver
-
- setLI(int, double) - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- setLI(int, double) - Method in class org.ojalgo.optimisation.BaseSolver
-
- setLinearFactor(Expression.Index, Number) - Method in class org.ojalgo.optimisation.Expression
-
- setLinearFactor(int, Number) - Method in class org.ojalgo.optimisation.Expression
-
- setLinearFactor(Variable, Number) - Method in class org.ojalgo.optimisation.Expression
-
- 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.
- setLowerLimit(int, BigDecimal) - Method in class org.ojalgo.finance.portfolio.MarkowitzModel
-
- setModelObject(T) - Method in class org.ojalgo.type.context.awt.ContextLabel
-
- setModelObject(T) - Method in class org.ojalgo.type.context.awt.ContextTextField
-
- setModelObject(T) - Method in class org.ojalgo.type.context.swing.ContextLabel
-
- setModelObject(T) - Method in class org.ojalgo.type.context.swing.ContextTextField
-
- setPath(String) - Method in class org.ojalgo.finance.data.DataSource
-
- setPath(String) - Method in class org.ojalgo.netio.ResourceLocator
-
- setPort(int) - Method in class org.ojalgo.netio.ResourceLocator
-
The default (null) value is -1.
- setQuadraticFactor(int, int, Number) - Method in class org.ojalgo.optimisation.Expression
-
- setQuadraticFactor(Expression.RowColumn, Number) - Method in class org.ojalgo.optimisation.Expression
-
- setQuadraticFactor(Variable, Variable, Number) - Method in class org.ojalgo.optimisation.Expression
-
- setQuadraticFactors(List<Variable>, Access2D<?>) - Method in class org.ojalgo.optimisation.Expression
-
- setQueryParameters(Map<String, String>) - Method in class org.ojalgo.netio.ResourceLocator
-
- setRiskAversion(Number) - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- setScheme(String) - Method in class org.ojalgo.netio.ResourceLocator
-
Protocol
The default value is "http"
- setShortingAllowed(boolean) - Method in class org.ojalgo.finance.portfolio.MarkowitzModel
-
- setState(Optimisation.State) - Method in class org.ojalgo.optimisation.GenericSolver
-
- setTargetReturn(BigDecimal) - Method in class org.ojalgo.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.finance.portfolio.MarkowitzModel
-
Will set the target variance to whatever you input and the target return to null
.
- setToIdentity(int) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
- setToIdentity(int) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- setToIdentity(int) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- setToIdentity(int) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- setUpperLimit(int, BigDecimal) - Method in class org.ojalgo.finance.portfolio.MarkowitzModel
-
- setValue(BigDecimal) - Method in class org.ojalgo.optimisation.Variable
-
- setValue(V) - Method in class org.ojalgo.type.keyvalue.MapEntry
-
- setWidth(int) - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- setX(int, double) - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- setX(int, double) - Method in class org.ojalgo.optimisation.BaseSolver
-
- SEVEN - Static variable in class org.ojalgo.constant.BigMath
-
- SEVEN - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- SEVENTH - Static variable in class org.ojalgo.constant.BigMath
-
- SEVENTH - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- 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
- SIGNUM - Static variable in class org.ojalgo.function.BigFunction
-
- signum() - Method in class org.ojalgo.function.BigFunction
-
- SIGNUM - Static variable in class org.ojalgo.function.ComplexFunction
-
- signum() - Method in class org.ojalgo.function.ComplexFunction
-
- signum() - Method in class org.ojalgo.function.FunctionSet
-
- SIGNUM - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- signum() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SIGNUM - Static variable in class org.ojalgo.function.RationalFunction
-
- signum() - Method in class org.ojalgo.function.RationalFunction
-
- signum() - Method in class org.ojalgo.matrix.decomposition.LUDecomposition.Pivot
-
- signum() - Method in class org.ojalgo.scalar.BigScalar
-
- signum() - Method in class org.ojalgo.scalar.ComplexNumber
-
- signum() - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- signum() - Method in class org.ojalgo.scalar.Quaternion
-
- signum() - Method in class org.ojalgo.scalar.RationalNumber
-
- signum() - Method in interface org.ojalgo.scalar.Scalar
-
this = signum(this) * norm(this)
- SimpleAsset - Class in org.ojalgo.finance.portfolio
-
SimpleAsset is used to describe 1 asset (portfolio member).
- SimpleAsset(FinancePortfolio) - Constructor for class org.ojalgo.finance.portfolio.SimpleAsset
-
- SimpleAsset(FinancePortfolio, Number) - Constructor for class org.ojalgo.finance.portfolio.SimpleAsset
-
- SimpleAsset(Number) - Constructor for class org.ojalgo.finance.portfolio.SimpleAsset
-
- SimpleAsset(Number, Number) - Constructor for class org.ojalgo.finance.portfolio.SimpleAsset
-
- SimpleAsset(Number, Number, Number) - Constructor for class org.ojalgo.finance.portfolio.SimpleAsset
-
- SimplePortfolio - Class in org.ojalgo.finance.portfolio
-
- SimplePortfolio(Access2D<?>, List<SimpleAsset>) - Constructor for class org.ojalgo.finance.portfolio.SimplePortfolio
-
- SimplePortfolio(FinancePortfolio.Context, FinancePortfolio) - Constructor for class org.ojalgo.finance.portfolio.SimplePortfolio
-
- SimplePortfolio(List<SimpleAsset>) - Constructor for class org.ojalgo.finance.portfolio.SimplePortfolio
-
- SimplePortfolio(Number...) - Constructor for class org.ojalgo.finance.portfolio.SimplePortfolio
-
- simulate(int, int, double) - Method in class org.ojalgo.finance.portfolio.simulator.PortfolioSimulator
-
- simulate(int, int, double, int) - Method in class org.ojalgo.finance.portfolio.simulator.PortfolioSimulator
-
- simulate(int, int, double) - Method in interface org.ojalgo.random.process.RandomProcess
-
- SimulationResults(double, Array2D<Double>) - Constructor for class org.ojalgo.random.process.RandomProcess.SimulationResults
-
- SIN - Static variable in class org.ojalgo.function.BigFunction
-
- sin() - Method in class org.ojalgo.function.BigFunction
-
- SIN - Static variable in class org.ojalgo.function.ComplexFunction
-
- sin() - Method in class org.ojalgo.function.ComplexFunction
-
- sin() - Method in class org.ojalgo.function.FunctionSet
-
- SIN - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- sin() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SIN - Static variable in class org.ojalgo.function.RationalFunction
-
- sin() - Method in class org.ojalgo.function.RationalFunction
-
- sin - Variable in class org.ojalgo.matrix.transformation.Rotation.Big
-
- sin - Variable in class org.ojalgo.matrix.transformation.Rotation.Complex
-
- sin - Variable in class org.ojalgo.matrix.transformation.Rotation.Primitive
-
- SingleStore<N extends Number> - Class in org.ojalgo.matrix.store
-
- SingleStore(PhysicalStore.Factory<N, ?>, N) - Constructor for class org.ojalgo.matrix.store.SingleStore
-
- SingleStore.Factory<N extends Number> - Interface in org.ojalgo.matrix.store
-
- SingularValue<N extends Number> - Interface in org.ojalgo.matrix.decomposition
-
Singular Value: [A] = [Q1][D][Q2]T Decomposes [this] into [Q1], [D] and [Q2] where:
[Q1] is an orthogonal matrix.
- SingularValueDecomposition<N extends Number & Comparable<N>> - Class in org.ojalgo.matrix.decomposition
-
- SingularValueDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>, BidiagonalDecomposition<N>) - Constructor for class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- SingularValueSolver - Class in org.ojalgo.optimisation.system
-
- SingularValueSolver() - Constructor for class org.ojalgo.optimisation.system.SingularValueSolver
-
- SINH - Static variable in class org.ojalgo.function.BigFunction
-
- sinh() - Method in class org.ojalgo.function.BigFunction
-
- SINH - Static variable in class org.ojalgo.function.ComplexFunction
-
- sinh() - Method in class org.ojalgo.function.ComplexFunction
-
- sinh() - Method in class org.ojalgo.function.FunctionSet
-
- SINH - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- sinh() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SINH - Static variable in class org.ojalgo.function.RationalFunction
-
- sinh() - Method in class org.ojalgo.function.RationalFunction
-
- SIX - Static variable in class org.ojalgo.constant.BigMath
-
- SIX - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- SIXTH - Static variable in class org.ojalgo.constant.BigMath
-
- SIXTH - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- size(int[]) - Static method in class org.ojalgo.access.AccessUtils
-
- size(int[], int) - Static method in class org.ojalgo.access.AccessUtils
-
- size() - Method in class org.ojalgo.array.Array1D
-
- size() - Method in class org.ojalgo.array.BigArray
-
- size() - Method in class org.ojalgo.array.ComplexArray
-
- size() - Method in class org.ojalgo.array.PrimitiveArray
-
- size() - Method in class org.ojalgo.array.RationalArray
-
- size() - Method in interface org.ojalgo.finance.portfolio.FinancePortfolio.Context
-
- size() - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- size() - Method in class org.ojalgo.finance.portfolio.PortfolioContext
-
- size() - Method in class org.ojalgo.finance.portfolio.SimplePortfolio
-
- size() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- size() - Method in class org.ojalgo.matrix.transformation.Householder.Big
-
- size() - Method in class org.ojalgo.matrix.transformation.Householder.Complex
-
- size() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive
-
- size() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
- size() - Method in class org.ojalgo.random.Random1D
-
- size() - Method in class org.ojalgo.random.SampleSet
-
- size() - Method in class org.ojalgo.series.primitive.BinaryFunctionSeries
-
- size() - Method in class org.ojalgo.series.primitive.DataSeries
-
- 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.UnaryFunctionSeries
-
- size() - Method in enum org.ojalgo.type.CalendarDateUnit
-
- size() - Method in class org.ojalgo.type.IndexSelector
-
- slack - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Used to determine if a constraint is violated or not.
- slice(long[], int) - Method in class org.ojalgo.array.ArrayAnyD
-
- sliceColumn(long, long) - Method in class org.ojalgo.array.Array2D
-
- sliceDiagonal(long, long) - Method in class org.ojalgo.array.Array2D
-
- sliceRow(long, long) - Method in class org.ojalgo.array.Array2D
-
- smallest() - Method in class org.ojalgo.function.aggregator.AggregatorCollection
-
Smallest non-zero absolute value
- 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.RationalAggregator
-
- solution - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
Used when copying the solver's solution back to the model (converting from double to BigDecimal).
- solve(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
This method solves a system of linear equations: [this][X]=[aRHS].
- solve(Access2D<N>, DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.CholeskyDecomposition
-
Solves [this][X] = [aRHS] by first solving
- solve(Access2D<N>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- solve(Access2D<N>, DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.EigenvalueDecomposition
-
- solve(Access2D<N>, DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.LUDecomposition
-
Solves [this][X] = [aRHS] by first solving
- solve(Access2D<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
[A][X]=[B] or [this][return]=[aRHS]
- solve(Access2D<N>, DecompositionStore<N>) - Method in interface org.ojalgo.matrix.decomposition.MatrixDecomposition
-
Implementiong this method is optional.
- solve(Access2D<N>, DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.QRDecomposition
-
Solve [A]*[X]=[B] by first solving [Q]*[Y]=[B] and then [R]*[X]=[Y].
- solve(Access2D<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- solve(Access2D<N>, DecompositionStore<N>) - Method in class org.ojalgo.matrix.decomposition.SingularValueDecomposition
-
- solve(Access2D<Double>) - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- solve(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- solve(Access2D<Double>) - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
Internally this implementation uses the pseudoinverse that is recreated
with every call.
- solve(Access2D<N>, Access2D<N>) - Method in interface org.ojalgo.matrix.task.SolverTask
-
[A][X]=[B] or [this][return]=[aRHS]
- solve(Access2D<N>, Access2D<N>, DecompositionStore<N>) - Method in interface org.ojalgo.matrix.task.SolverTask
-
Implementiong this method is optional.
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.convex.ConvexSolver
-
- solve(KKTSolver.Input) - Method in class org.ojalgo.optimisation.convex.KKTSolver
-
- solve(KKTSolver.Input, boolean) - Method in class org.ojalgo.optimisation.convex.KKTSolver
-
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
The general recommendation is to NOT call this method directly.
- solve() - Method in class org.ojalgo.optimisation.GenericSolver
-
- solve(Optimisation.Result) - Method in class org.ojalgo.optimisation.integer.OldIntegerSolver
-
- solve() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
If the OBJSENSE was specified in the file it is used otherwise the default is to minimise.
- solve() - Method in interface org.ojalgo.optimisation.Optimisation.Solver
-
- solve(Optimisation.Result) - Method in interface org.ojalgo.optimisation.Optimisation.Solver
-
- solve(MatrixStore<Double>, MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.ConjugateGradientSolver
-
- solve(MatrixStore<Double>, MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.OptimisationSystem
-
- solveConjugated(Access2D<Double>) - Method in class org.ojalgo.matrix.jama.JamaQR
-
- SolverTask<N extends Number> - Interface in org.ojalgo.matrix.task
-
- SolverTask.Factory<N extends Number> - Class in org.ojalgo.matrix.task
-
- sort(long[], double[]) - Static method in class org.ojalgo.array.ArrayUtils
-
- sort(long[], Object[]) - Static method in class org.ojalgo.array.ArrayUtils
-
- sortAscending() - Method in class org.ojalgo.array.Array1D
-
- sortAscending() - Method in class org.ojalgo.array.BigArray
-
- sortAscending() - Method in class org.ojalgo.array.ComplexArray
-
- sortAscending() - Method in class org.ojalgo.array.PrimitiveArray
-
- sortAscending() - Method in class org.ojalgo.array.RationalArray
-
- sortDescending() - Method in class org.ojalgo.array.Array1D
-
- SourceCache - Class in org.ojalgo.finance.data
-
- SourceCache(CalendarDateUnit) - Constructor for class org.ojalgo.finance.data.SourceCache
-
- SP - Static variable in class org.ojalgo.netio.ASCII
-
- SQL - Enum in org.ojalgo.type
-
- 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 - Static variable in class org.ojalgo.function.BigFunction
-
- sqrt() - Method in class org.ojalgo.function.BigFunction
-
- SQRT - Static variable in class org.ojalgo.function.ComplexFunction
-
- sqrt() - Method in class org.ojalgo.function.ComplexFunction
-
- sqrt() - Method in class org.ojalgo.function.FunctionSet
-
- SQRT - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- sqrt() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SQRT - Static variable in class org.ojalgo.function.RationalFunction
-
- sqrt() - Method in class org.ojalgo.function.RationalFunction
-
- SQRT1PX2 - Static variable in class org.ojalgo.function.BigFunction
-
- sqrt1px2() - Method in class org.ojalgo.function.BigFunction
-
- SQRT1PX2 - Static variable in class org.ojalgo.function.ComplexFunction
-
- sqrt1px2() - Method in class org.ojalgo.function.ComplexFunction
-
- sqrt1px2() - Method in class org.ojalgo.function.FunctionSet
-
- SQRT1PX2 - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- sqrt1px2() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SQRT1PX2 - Static variable in class org.ojalgo.function.RationalFunction
-
- sqrt1px2() - Method in class org.ojalgo.function.RationalFunction
-
- SQRT_PI - Static variable in class org.ojalgo.constant.BigMath
-
- SQRT_PI - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- SQRT_TWO - Static variable in class org.ojalgo.constant.BigMath
-
- SQRT_TWO - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- SQRT_TWO_PI - Static variable in class org.ojalgo.constant.BigMath
-
- SQRT_TWO_PI - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- StandardType - Class in org.ojalgo.type
-
- StandardType() - Constructor for class org.ojalgo.type.StandardType
-
- start(Date) - Method in class org.ojalgo.type.ScheduleBuilder
-
- start(int, CalendarDateUnit) - Method in class org.ojalgo.type.ScheduleBuilder
-
- step(int[], int) - Static method in class org.ojalgo.access.AccessUtils
-
- step(int[], int[]) - Static method in class org.ojalgo.access.AccessUtils
-
- step(long[], int) - Static method in class org.ojalgo.access.AccessUtils
-
- step(long[], long[]) - Static method in class org.ojalgo.access.AccessUtils
-
- step(double, double, double) - Method in class org.ojalgo.random.process.GaussianProcess
-
- step(double, double, double) - Method in class org.ojalgo.random.process.GeometricBrownianMotion
-
- step(double, double, double) - Method in class org.ojalgo.random.process.PoissonProcess
-
- step(double, double, double) - Method in class org.ojalgo.random.process.WienerProcess
-
- step(CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
-
- step(CalendarDateDuration) - Method in class org.ojalgo.type.CalendarDate
-
- step(CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDate
-
- step(int, CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDate
-
- step(Calendar) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- step(Calendar, int) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- step(Date) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- step(Date, int) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- step(long) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- step(long, int) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- string(int) - Static method in class org.ojalgo.type.StandardType
-
- 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_M - Static variable in class org.ojalgo.type.StandardType
-
- StringContext - Class in org.ojalgo.type.context
-
StringContext
- StringContext() - Constructor for class org.ojalgo.type.context.StringContext
-
- StringContext(Format, int) - Constructor for class org.ojalgo.type.context.StringContext
-
- StringContext(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
-
- StringToDouble - Class in org.ojalgo.type.keyvalue
-
- StringToDouble(String, double) - Constructor for class org.ojalgo.type.keyvalue.StringToDouble
-
- StringToInt - Class in org.ojalgo.type.keyvalue
-
- StringToInt(String, int) - Constructor for class org.ojalgo.type.keyvalue.StringToInt
-
- StringToObject<V> - Class in org.ojalgo.type.keyvalue
-
- StringToObject(String, V) - Constructor for class org.ojalgo.type.keyvalue.StringToObject
-
- structure(StructureAnyD) - Static method in class org.ojalgo.access.AccessUtils
-
- structure() - Method in class org.ojalgo.array.ArrayAnyD
-
- subList(int, int) - Method in class org.ojalgo.array.Array1D
-
- subMap(CalendarDate, boolean, CalendarDate, boolean) - Method in class org.ojalgo.series.CalendarDateSeries
-
- subMap(CalendarDate, CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
-
- subSequence(int, int) - Method in class org.ojalgo.netio.CharacterRing
-
- subsets(int, int) - Static method in class org.ojalgo.random.RandomUtils
-
- substituteBackwards(Access2D<N>, boolean) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
Will solve the equation system [A][X]=[B] where:
[aBody][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(Access2D<BigDecimal>, boolean) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- substituteBackwards(Access2D<ComplexNumber>, boolean) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- SubstituteBackwards - Class in org.ojalgo.matrix.store.operation
-
- substituteBackwards(Access2D<Double>, boolean) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- substituteForwards(Access2D<N>, boolean, boolean) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
Will solve the equation system [A][X]=[B] where:
[aBody][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(Access2D<BigDecimal>, boolean, boolean) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- substituteForwards(Access2D<ComplexNumber>, boolean, boolean) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- SubstituteForwards - Class in org.ojalgo.matrix.store.operation
-
- substituteForwards(Access2D<Double>, boolean, boolean) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- SUBTRACT - Static variable in class org.ojalgo.function.BigFunction
-
- subtract() - Method in class org.ojalgo.function.BigFunction
-
- SUBTRACT - Static variable in class org.ojalgo.function.ComplexFunction
-
- subtract() - Method in class org.ojalgo.function.ComplexFunction
-
- subtract() - Method in class org.ojalgo.function.FunctionSet
-
-
- SUBTRACT - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- subtract() - Method in class org.ojalgo.function.PrimitiveFunction
-
- SUBTRACT - Static variable in class org.ojalgo.function.RationalFunction
-
- subtract() - Method in class org.ojalgo.function.RationalFunction
-
- subtract(Access2D<?>) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Subtracts the elements of aMtrx from the elements of this matrix.
- subtract(Number) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Subtracts aNmbr from the elements of this matrix.
- subtract(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- subtract(MatrixStore<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- subtract(Number) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- subtract(MatrixStore<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- subtract(MatrixStore<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- subtract(MatrixStore<N>) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
- subtract(MatrixStore<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- subtract(BigDecimal) - Method in class org.ojalgo.scalar.BigScalar
-
- subtract(double) - Method in class org.ojalgo.scalar.BigScalar
-
- subtract(ComplexNumber) - Method in class org.ojalgo.scalar.ComplexNumber
-
- subtract(double) - Method in class org.ojalgo.scalar.ComplexNumber
-
- subtract(double) - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- subtract(Double) - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- subtract(double) - Method in class org.ojalgo.scalar.Quaternion
-
- subtract(Quaternion) - Method in class org.ojalgo.scalar.Quaternion
-
- subtract(double) - Method in class org.ojalgo.scalar.RationalNumber
-
- subtract(RationalNumber) - Method in class org.ojalgo.scalar.RationalNumber
-
- subtract(double) - Method in interface org.ojalgo.scalar.Scalar
-
- subtract(N) - Method in interface org.ojalgo.scalar.Scalar
-
- subtract(double) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
-
- subtract(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ExplicitTimeSeries
-
- subtract(double) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- subtract(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.ImplicitTimeSeries
-
- subtract(double) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- subtract(PrimitiveSeries) - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- SubtractScaledVector - Class in org.ojalgo.matrix.store.operation
-
y -= ax
- sum() - Method in class org.ojalgo.function.aggregator.AggregatorCollection
-
Running sum
- 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.RationalAggregator
-
- sum2() - Method in class org.ojalgo.function.aggregator.AggregatorCollection
-
Running sum of squares
- 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.RationalAggregator
-
- superimpose(int, int, MatrixStore<N>) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- superimpose(int, int, N) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- superimpose(MatrixStore<N>) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- SuperimposedStore<N extends Number> - Class in org.ojalgo.matrix.store
-
SuperimposedStore
- SuperimposedStore(MatrixStore<N>, int, int, MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.SuperimposedStore
-
- Symmetric() - Constructor for class org.ojalgo.matrix.jama.JamaEigenvalue.Symmetric
-
- SystemProcess - Class in org.ojalgo.netio
-
- SystemProcess(String[], String) - Constructor for class org.ojalgo.netio.SystemProcess
-
- tailMap(CalendarDate) - Method in class org.ojalgo.series.CalendarDateSeries
-
- tailMap(CalendarDate, boolean) - Method in class org.ojalgo.series.CalendarDateSeries
-
- TAN - Static variable in class org.ojalgo.function.BigFunction
-
- tan() - Method in class org.ojalgo.function.BigFunction
-
- TAN - Static variable in class org.ojalgo.function.ComplexFunction
-
- tan() - Method in class org.ojalgo.function.ComplexFunction
-
- tan() - Method in class org.ojalgo.function.FunctionSet
-
- TAN - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- tan() - Method in class org.ojalgo.function.PrimitiveFunction
-
- TAN - Static variable in class org.ojalgo.function.RationalFunction
-
- tan() - Method in class org.ojalgo.function.RationalFunction
-
- TANH - Static variable in class org.ojalgo.function.BigFunction
-
- tanh() - Method in class org.ojalgo.function.BigFunction
-
- TANH - Static variable in class org.ojalgo.function.ComplexFunction
-
- tanh() - Method in class org.ojalgo.function.ComplexFunction
-
- tanh() - Method in class org.ojalgo.function.FunctionSet
-
- TANH - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- tanh() - Method in class org.ojalgo.function.PrimitiveFunction
-
- TANH - Static variable in class org.ojalgo.function.RationalFunction
-
- tanh() - Method in class org.ojalgo.function.RationalFunction
-
- TaskException - Exception in org.ojalgo.matrix.task
-
- TaskException(String) - Constructor for exception org.ojalgo.matrix.task.TaskException
-
- TEN - Static variable in class org.ojalgo.constant.BigMath
-
- TEN - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- TENTH - Static variable in class org.ojalgo.constant.BigMath
-
- TENTH - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- TERA - Static variable in class org.ojalgo.constant.BigPrefix
-
- TERA - Static variable in class org.ojalgo.constant.PrimitivePrefix
-
- terminate() - Method in class org.ojalgo.netio.SystemProcess
-
- TEXT - Static variable in class org.ojalgo.type.StandardType
-
- THIRD - Static variable in class org.ojalgo.constant.BigMath
-
- THIRD - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- THOUSAND - Static variable in class org.ojalgo.constant.BigMath
-
- THOUSAND - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- THOUSANDTH - Static variable in class org.ojalgo.constant.BigMath
-
- THOUSANDTH - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- threads - Variable in class org.ojalgo.machine.BasicMachine
-
- THREE - Static variable in class org.ojalgo.constant.BigMath
-
- THREE - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.AggregateAll
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.ApplyCholesky
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.ApplyLU
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.CAXPY
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.FillConjugated
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.FillMatchingBoth
-
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.matrix.store.operation.FillMatchingLeft
-
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.matrix.store.operation.FillMatchingRight
-
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.matrix.store.operation.FillMatchingSingle
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.FillTransposed
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderColumn
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.GenerateApplyAndCopyHouseholderRow
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.HermitianRank2Update
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.HouseholderHermitian
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.HouseholderLeft
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.HouseholderRight
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.MAXPY
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.ModifyAll
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.MultiplyBoth
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.MultiplyHermitianAndVector
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.MultiplyLeft
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.MultiplyRight
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.RAXPY
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.RotateLeft
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.RotateRight
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.SubstituteBackwards
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.SubstituteForwards
-
- THRESHOLD - Static variable in class org.ojalgo.matrix.store.operation.SubtractScaledVector
-
- throwForIllegalInvocation() - Static method in exception org.ojalgo.ProgrammingError
-
For hidden, not-to-be-used, constructors and methods.
- 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.matrix.MatrixError
-
- throwIfNotEqualColumnDimensions(Access2D<?>, Access2D<?>) - Static method in exception org.ojalgo.matrix.MatrixError
-
- throwIfNotEqualDimensions(Access2D<?>, Access2D<?>) - Static method in exception org.ojalgo.matrix.MatrixError
-
- throwIfNotEqualRowDimensions(Access2D<?>, Access2D<?>) - Static method in exception org.ojalgo.matrix.MatrixError
-
- throwIfNotSquare(BasicMatrix) - Static method in exception org.ojalgo.matrix.MatrixError
-
- throwIfNull(Object) - Static method in exception org.ojalgo.ProgrammingError
-
Instead of IllegalArgumentException and/or NullPointerException.
- 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.
- TimeOnly(String) - Constructor for class org.ojalgo.type.CalendarDate.TimeOnly
-
- TINY - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- toAnnualReturnFromGrowthFactor(double, CalendarDateUnit) - Static method in class org.ojalgo.finance.FinanceUtils
-
GrowthRate = ln(GrowthFactor)
- toAnnualReturnFromGrowthRate(double, CalendarDateUnit) - Static method in class org.ojalgo.finance.FinanceUtils
-
AnnualReturn = exp(GrowthRate * GrowthRateUnitsPerYear) - 1.0
- toAssetVolatilities(Access2D<?>) - Static method in class org.ojalgo.finance.FinanceUtils
-
- toBigDecimal(int, int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Extracts one element of this matrix as a BigDecimal.
- toBigDecimal(int, int) - Method in class org.ojalgo.matrix.BigMatrix
-
- toBigDecimal(int, int) - Method in class org.ojalgo.matrix.ComplexMatrix
-
- toBigDecimal(int, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toBigDecimal(int, int) - Method in class org.ojalgo.matrix.PrimitiveMatrix
-
- toBigDecimal() - Method in class org.ojalgo.scalar.BigScalar
-
- toBigDecimal() - Method in class org.ojalgo.scalar.ComplexNumber
-
- toBigDecimal() - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- 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(Number) - Static method in class org.ojalgo.type.TypeUtils
-
- toBigDecimal(Number, NumberContext) - Static method in class org.ojalgo.type.TypeUtils
-
- toBigStore() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Must be a copy that is safe to modify.
- toBigStore() - Method in class org.ojalgo.matrix.BigMatrix
-
- toBigStore() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toByteArray() - Method in interface org.ojalgo.type.ChartBuilder.ChartResource
-
- toComplexNumber(int, int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Extracts one element of this matrix as a ComplexNumber.
- toComplexNumber(int, int) - Method in class org.ojalgo.matrix.BigMatrix
-
- toComplexNumber(int, int) - Method in class org.ojalgo.matrix.ComplexMatrix
-
- toComplexNumber(int, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toComplexNumber(int, int) - Method in class org.ojalgo.matrix.PrimitiveMatrix
-
- toComplexNumber(Number) - Static method in class org.ojalgo.type.TypeUtils
-
- toComplexStore() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Must be a copy that is safe to modify.
- toComplexStore() - Method in class org.ojalgo.matrix.ComplexMatrix
-
- toComplexStore() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toCorrelations(Access2D<?>, boolean) - Static method in class org.ojalgo.finance.FinanceUtils
-
- toCorrelations() - Method in class org.ojalgo.finance.portfolio.MarketEquilibrium
-
- toCovariances(Access1D<?>, Access2D<?>) - Static method in class org.ojalgo.finance.FinanceUtils
-
- toDataSeries() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- toDateAndTime() - Method in class org.ojalgo.type.CalendarDate
-
- toDateOnly() - Method in class org.ojalgo.type.CalendarDate
-
- toDurationInMillis() - Method in class org.ojalgo.type.CalendarDateDuration
-
- toFirstOrderApproximation(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
-
- 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
-
- toFunction() - Method in class org.ojalgo.optimisation.Expression
-
- toGrowthFactorFromAnnualReturn(double, CalendarDateUnit) - Static method in class org.ojalgo.finance.FinanceUtils
-
GrowthFactor = exp(GrowthRate)
- toGrowthRateFromAnnualReturn(double, CalendarDateUnit) - Static method in class org.ojalgo.finance.FinanceUtils
-
GrowthRate = ln(1.0 + InterestRate) / GrowthRateUnitsPerYear
- toHexString() - Method in class org.ojalgo.type.Colour
-
- toHexString(Color) - Static method in class org.ojalgo.type.TypeUtils
-
The way colours are specified in html pages.
- toListOfColumns() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- toListOfColumns() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toListOfElements() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- toListOfElements() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toListOfRows() - Method in interface org.ojalgo.matrix.BasicMatrix
-
- toListOfRows() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toLocalizedPattern() - Method in interface org.ojalgo.type.context.NumberContext.FormatPattern
-
- toLocalizedPattern() - Method in class org.ojalgo.type.context.NumberContext
-
- toLowercase(int) - Static method in class org.ojalgo.netio.ASCII
-
If aChar is an uppercase character it is converted to the corresponding
lowercase character.
- toModelState(Optimisation.Result, M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
-
Convert solver state to model state.
- toPattern() - Method in interface org.ojalgo.type.context.NumberContext.FormatPattern
-
- toPattern() - Method in class org.ojalgo.type.context.NumberContext
-
- toPlainString(NumberContext) - Method in interface org.ojalgo.scalar.Scalar
-
- toPrimitiveStore() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Must be a copy that is safe to modify.
- toPrimitiveStore() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toPrimitiveStore() - Method in class org.ojalgo.matrix.PrimitiveMatrix
-
- toPrintable(int) - Static method in class org.ojalgo.netio.ASCII
-
- toQuaternion(Number) - Static method in class org.ojalgo.type.TypeUtils
-
- toRationalNumber(Number) - Static method in class org.ojalgo.type.TypeUtils
-
- toRawCopy() - Method in class org.ojalgo.array.Array1D
-
- toRawCopy() - Method in class org.ojalgo.array.Array2D
-
- toRawCopyOf(Access1D<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- toRawCopyOf(Access2D<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- toRawCopyOf(MatrixStore<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- toScalar(int) - Method in class org.ojalgo.array.Array1D
-
- toScalar(long, long) - Method in class org.ojalgo.array.Array2D
-
- toScalar(long...) - Method in class org.ojalgo.array.ArrayAnyD
-
- toScalar(long) - Method in class org.ojalgo.array.BasicArray
-
- toScalar(long) - Method in class org.ojalgo.array.BigArray
-
- toScalar(long) - Method in class org.ojalgo.array.ComplexArray
-
- toScalar(long) - Method in class org.ojalgo.array.OffHeapArray
-
- toScalar(long) - Method in class org.ojalgo.array.PrimitiveArray
-
- toScalar(long) - Method in class org.ojalgo.array.RationalArray
-
- toScalar() - Method in interface org.ojalgo.function.aggregator.AggregatorFunction
-
- toScalar(long, long) - Method in interface org.ojalgo.matrix.BasicMatrix
-
Extracts one element of this matrix as a Scalar.
- toScalar(long, long) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.AboveBelowStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.ColumnsStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.ConjugatedStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.IdentityStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.LeftRightStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.LowerHessenbergStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.LowerTriangularStore
-
- toScalar(long, long) - Method in interface org.ojalgo.matrix.store.MatrixStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.ModificationStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.RowsStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.SingleStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.SuperimposedStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.TransposedStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.UpperHessenbergStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.UpperTriangularStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.WrapperStore
-
- toScalar(long, long) - Method in class org.ojalgo.matrix.store.ZeroStore
-
- toSecondOrderApproximation(Access1D<N>) - Method in interface org.ojalgo.function.multiary.MultiaryFunction.TwiceDifferentiable
-
- toSolverState(Optimisation.Result, M) - Method in interface org.ojalgo.optimisation.Optimisation.Integration
-
Convert model state to solver state.
- toSqlDate() - Method in class org.ojalgo.type.CalendarDate
-
- toSqlTime() - Method in class org.ojalgo.type.CalendarDate
-
- toSqlTimestamp() - Method in class org.ojalgo.type.CalendarDate
-
- 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.finance.data.DatePrice
-
- toString() - Method in class org.ojalgo.finance.portfolio.FinancePortfolio
-
- toString() - Method in class org.ojalgo.finance.portfolio.MarkowitzModel
-
- toString() - Method in class org.ojalgo.function.multiary.FirstOrderApproximation
-
- toString() - Method in class org.ojalgo.function.multiary.SecondOrderApproximation
-
- 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(int, int) - Method in interface org.ojalgo.matrix.BasicMatrix
-
- toString(int, int) - Method in class org.ojalgo.matrix.BigMatrix
-
- toString(int, int) - Method in class org.ojalgo.matrix.ComplexMatrix
-
- toString() - Method in class org.ojalgo.matrix.decomposition.DecompositionStore.HouseholderReference
-
- toString() - Method in class org.ojalgo.matrix.jama.JamaCholesky
-
- toString() - Method in class org.ojalgo.matrix.jama.JamaEigenvalue
-
- toString() - Method in class org.ojalgo.matrix.jama.JamaLU
-
- toString() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toString(int, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- toString() - Method in class org.ojalgo.matrix.jama.JamaQR
-
- toString() - Method in class org.ojalgo.matrix.jama.JamaSingularValue
-
- toString(Access2D<?>) - Static method in class org.ojalgo.matrix.MatrixUtils
-
- toString(int, int) - Method in class org.ojalgo.matrix.PrimitiveMatrix
-
- toString() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- toString() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- toString() - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- toString() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- toString() - Method in class org.ojalgo.matrix.transformation.Householder.Big
-
- toString() - Method in class org.ojalgo.matrix.transformation.Householder.Complex
-
- toString() - Method in class org.ojalgo.matrix.transformation.Householder.Primitive
-
- toString() - Method in class org.ojalgo.matrix.transformation.Rotation
-
- toString() - Method in class org.ojalgo.netio.Batch
-
- toString() - Method in class org.ojalgo.netio.CharacterRing
-
- toString() - Method in class org.ojalgo.netio.DelimitedData
-
- toString() - Method in enum org.ojalgo.netio.LineTerminator
-
- toString(List<Message>) - Static method in class org.ojalgo.netio.Message
-
- toString() - Method in class org.ojalgo.netio.Message
-
- toString() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- toString() - Method in class org.ojalgo.optimisation.BaseSolver
-
- toString() - Method in class org.ojalgo.optimisation.convex.KKTSolver.Output
-
- toString() - Method in class org.ojalgo.optimisation.Expression.Index
-
- toString() - Method in class org.ojalgo.optimisation.Expression.RowColumn
-
- toString() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- toString() - Method in class org.ojalgo.optimisation.integer.OldIntegerSolver
-
- toString() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
- toString() - Method in class org.ojalgo.optimisation.Optimisation.Result
-
- 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(NumberContext) - Method in class org.ojalgo.scalar.BigScalar
-
- toString() - Method in class org.ojalgo.scalar.ComplexNumber
-
- toString(NumberContext) - Method in class org.ojalgo.scalar.ComplexNumber
-
- toString() - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- toString(NumberContext) - Method in class org.ojalgo.scalar.PrimitiveScalar
-
- toString() - Method in class org.ojalgo.scalar.Quaternion
-
- toString(NumberContext) - Method in class org.ojalgo.scalar.Quaternion
-
- toString() - Method in class org.ojalgo.scalar.RationalNumber
-
- toString(NumberContext) - Method in class org.ojalgo.scalar.RationalNumber
-
- toString(NumberContext) - Method in interface org.ojalgo.scalar.Scalar
-
- toString() - Method in class org.ojalgo.series.CalendarDateSeries
-
- toString() - Method in class org.ojalgo.series.CoordinationSet
-
- toString() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- toString() - Method in class org.ojalgo.type.CalendarDate.DateAndTime
-
- toString() - Method in class org.ojalgo.type.CalendarDate.DateOnly
-
- toString() - Method in class org.ojalgo.type.CalendarDate.TimeOnly
-
- 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.IntCount
-
- toString() - Method in class org.ojalgo.type.KeyCounter
-
- toString() - Method in class org.ojalgo.type.keyvalue.ComparableToDouble
-
- toString() - Method in class org.ojalgo.type.keyvalue.ComparableToObject
-
- toString() - Method in class org.ojalgo.type.keyvalue.IntToDouble
-
- toString() - Method in class org.ojalgo.type.keyvalue.IntToObject
-
- toString() - Method in class org.ojalgo.type.keyvalue.LongToDouble
-
- toString() - Method in class org.ojalgo.type.keyvalue.LongToObject
-
- toString() - Method in class org.ojalgo.type.keyvalue.MapEntry
-
- toString() - Method in class org.ojalgo.type.keyvalue.MethodToAtomicLong
-
- toString() - Method in class org.ojalgo.type.keyvalue.StringToDouble
-
- toString() - Method in class org.ojalgo.type.keyvalue.StringToInt
-
- toString() - Method in class org.ojalgo.type.keyvalue.StringToObject
-
- toTimeInMillis(CalendarDateUnit) - Method in class org.ojalgo.type.CalendarDate
-
- toTimeInMillis(Calendar) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- toTimeInMillis(Date) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- toTimeInMillis(long) - Method in enum org.ojalgo.type.CalendarDateUnit
-
- toTimeOnly() - Method in class org.ojalgo.type.CalendarDate
-
- toUppercase(int) - Static method in class org.ojalgo.netio.ASCII
-
If aChar is a lowercase character it is converted to the corresponding
uppercase character.
- TransformationFormat<N extends Number> - Class in org.ojalgo.type.format
-
- TransformationFormat(UnaryFunction<N>, NumberFormat, UnaryFunction<N>) - Constructor for class org.ojalgo.type.format.TransformationFormat
-
- transformLeft(Householder<Double>, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- transformLeft(Rotation<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- transformLeft(Householder<BigDecimal>, int) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- transformLeft(Rotation<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- transformLeft(Householder<ComplexNumber>, int) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- transformLeft(Rotation<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- transformLeft(Householder<N>, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
- transformLeft(Rotation<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
As in MatrixStore#multiplyLeft(MatrixStore)
where the left/parameter matrix is a plane rotation.
- transformLeft(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- transformLeft(Rotation<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- transformRight(Householder<Double>, int) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- transformRight(Rotation<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- transformRight(Householder<BigDecimal>, int) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- transformRight(Rotation<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- transformRight(Householder<ComplexNumber>, int) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- transformRight(Rotation<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- transformRight(Householder<N>, int) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
- transformRight(Rotation<N>) - Method in interface org.ojalgo.matrix.store.PhysicalStore
-
As in MatrixStore#multiplyRight(MatrixStore)
where the right/parameter matrix is a plane rotation.
- transformRight(Householder<Double>, int) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- transformRight(Rotation<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- transformSymmetric(Householder<N>) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
- transformSymmetric(Householder<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- transformSymmetric(Householder<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- transformSymmetric(Householder<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- transpose() - Method in interface org.ojalgo.matrix.BasicMatrix
-
Transposes this matrix.
- transpose(Access2D<?>) - Method in class org.ojalgo.matrix.jama.JamaFactory
-
- transpose() - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- transpose() - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- transpose() - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- transpose() - Method in class org.ojalgo.matrix.store.IdentityStore
-
- transpose() - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- transpose() - Method in interface org.ojalgo.matrix.store.MatrixStore
-
Each call must produce a new instance.
- transpose(Access2D<?>) - Method in interface org.ojalgo.matrix.store.PhysicalStore.Factory
-
- transpose() - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- 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
-
- TransposedStore<N extends Number> - Class in org.ojalgo.matrix.store
-
- TransposedStore(MatrixStore<N>) - Constructor for class org.ojalgo.matrix.store.TransposedStore
-
- tred2(BasicArray<N>, BasicArray<N>, boolean) - Method in interface org.ojalgo.matrix.decomposition.DecompositionStore
-
- tred2(BasicArray<BigDecimal>, BasicArray<BigDecimal>, boolean) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- tred2(BasicArray<ComplexNumber>, BasicArray<ComplexNumber>, boolean) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- tred2(BasicArray<Double>, BasicArray<Double>, boolean) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- tred2j(double[], double[], double[], boolean) - Static method in class org.ojalgo.matrix.store.operation.HouseholderHermitian
-
- tred2nr(double[], double[], double[], boolean) - Static method in class org.ojalgo.matrix.store.operation.HouseholderHermitian
-
- triangular(boolean, boolean) - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- Tridiagonal<N extends Number> - 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() - Method in class org.ojalgo.matrix.store.MatrixStore.Builder
-
- TridiagonalDecomposition<N extends Number> - Class in org.ojalgo.matrix.decomposition
-
- TridiagonalDecomposition(PhysicalStore.Factory<N, ? extends DecompositionStore<N>>) - Constructor for class org.ojalgo.matrix.decomposition.TridiagonalDecomposition
-
- TWELFTH - Static variable in class org.ojalgo.constant.BigMath
-
- TWELFTH - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- TWELVE - Static variable in class org.ojalgo.constant.BigMath
-
- TWELVE - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- TWO - Static variable in class org.ojalgo.constant.BigMath
-
- TWO - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- TWO - Static variable in class org.ojalgo.scalar.ComplexNumber
-
- TWO - Static variable in class org.ojalgo.scalar.RationalNumber
-
- TWO_PI - Static variable in class org.ojalgo.constant.BigMath
-
- TWO_PI - Static variable in class org.ojalgo.constant.PrimitiveMath
-
- TypeCache<T> - Class in org.ojalgo.type
-
- TypeCache(long, CalendarDateUnit) - Constructor for class org.ojalgo.type.TypeCache
-
- 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.
- TypeUtils - Class in org.ojalgo.type
-
- TypeUtils() - Constructor for class org.ojalgo.type.TypeUtils
-
- validate() - Method in class org.ojalgo.optimisation.BaseSolver.AbstractBuilder
-
- validate() - Method in class org.ojalgo.optimisation.convex.ConvexSolver
-
- validate(KKTSolver.Input) - Method in class org.ojalgo.optimisation.convex.KKTSolver
-
- validate(Access1D<BigDecimal>, NumberContext, BasicLogger.Appender) - Method in class org.ojalgo.optimisation.Expression
-
- validate() - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- validate(Access1D<BigDecimal>) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- validate(Access1D<BigDecimal>, NumberContext) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- validate(NumberContext) - Method in class org.ojalgo.optimisation.ExpressionsBasedModel
-
- validate() - Method in class org.ojalgo.optimisation.FunctionsBasedModel
-
- validate() - Method in class org.ojalgo.optimisation.GenericSolver
-
Should validate the solver data/input/structue.
- validate() - Method in class org.ojalgo.optimisation.integer.OldIntegerSolver
-
- validate() - Method in class org.ojalgo.optimisation.MathProgSysModel
-
- validate(Access1D<BigDecimal>, NumberContext) - Method in class org.ojalgo.optimisation.MathProgSysModel
-
- validate() - Method in interface org.ojalgo.optimisation.Optimisation.Model
-
- validate - Variable in class org.ojalgo.optimisation.Optimisation.Options
-
If true models and solvers will validate data at various points.
- validate(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.CholeskySolver
-
- validate(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.EigenvalueSolver
-
- validate(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.LUSolver
-
- validate(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.QRSolver
-
- validate(MatrixStore<Double>) - Method in class org.ojalgo.optimisation.system.SingularValueSolver
-
- validate(BigDecimal, NumberContext, BasicLogger.Appender) - Method in class org.ojalgo.optimisation.Variable
-
- validate(NumberContext, BasicLogger.Appender) - Method in class org.ojalgo.optimisation.Variable
-
- VALUE - Static variable in class org.ojalgo.function.BigFunction
-
- value() - Method in class org.ojalgo.function.BigFunction
-
- VALUE - Static variable in class org.ojalgo.function.ComplexFunction
-
- value() - Method in class org.ojalgo.function.ComplexFunction
-
- value() - Method in class org.ojalgo.function.FunctionSet
-
- VALUE - Static variable in class org.ojalgo.function.PrimitiveFunction
-
- value() - Method in class org.ojalgo.function.PrimitiveFunction
-
- VALUE - Static variable in class org.ojalgo.function.RationalFunction
-
- value() - Method in class org.ojalgo.function.RationalFunction
-
- 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.PrimitiveSeries
-
- value(int) - Method in class org.ojalgo.series.primitive.PrimitiveTimeSeries
-
- value(int) - Method in class org.ojalgo.series.primitive.UnaryFunctionSeries
-
- value - Variable in class org.ojalgo.type.keyvalue.ComparableToDouble
-
- value - Variable in class org.ojalgo.type.keyvalue.ComparableToObject
-
- value - Variable in class org.ojalgo.type.keyvalue.IntToDouble
-
- value - Variable in class org.ojalgo.type.keyvalue.IntToObject
-
- value - Variable in class org.ojalgo.type.keyvalue.LongToDouble
-
- value - Variable in class org.ojalgo.type.keyvalue.LongToObject
-
- value - Variable in class org.ojalgo.type.keyvalue.MethodToAtomicLong
-
- value - Variable in class org.ojalgo.type.keyvalue.StringToDouble
-
- value - Variable in class org.ojalgo.type.keyvalue.StringToInt
-
- value - Variable in class org.ojalgo.type.keyvalue.StringToObject
-
- 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.netio.LineTerminator
-
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.type.CalendarDateUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.ChartBuilder.Orientation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class org.ojalgo.type.Colour
-
- 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.Operation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.ojalgo.type.SQL
-
Returns the enum constant of this type with the specified name.
- 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.netio.LineTerminator
-
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() - Method in class org.ojalgo.series.primitive.PrimitiveSeries
-
- 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() - Static method in enum org.ojalgo.type.ChartBuilder.Orientation
-
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.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() - 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() - Static method in enum org.ojalgo.type.SQL
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Variable - Class in org.ojalgo.optimisation
-
Variable
- Variable(String) - Constructor for class org.ojalgo.optimisation.Variable
-
- Variable(Variable) - Constructor for class org.ojalgo.optimisation.Variable
-
- variations(int, int) - Static method in class org.ojalgo.random.RandomUtils
-
- vector - Variable in class org.ojalgo.matrix.transformation.Householder.Big
-
- vector - Variable in class org.ojalgo.matrix.transformation.Householder.Complex
-
- vector - Variable in class org.ojalgo.matrix.transformation.Householder.Primitive
-
- vector() - Method in class org.ojalgo.scalar.Quaternion
-
- versor() - Method in class org.ojalgo.scalar.Quaternion
-
- VERY_NEGATIVE - Static variable in class org.ojalgo.constant.BigMath
-
- VERY_POSITIVE - Static variable in class org.ojalgo.constant.BigMath
-
- virtualise() - Method in class org.ojalgo.machine.Hardware
-
- VirtualMachine - Class in org.ojalgo.machine
-
- visit(long, long, long, VoidFunction<N>) - Method in class org.ojalgo.array.BasicArray
-
- visit(int, int, int, VoidFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- visit(int, VoidFunction<BigDecimal>) - Method in class org.ojalgo.array.BigArray
-
- visit(int, int, int, VoidFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- visit(int, VoidFunction<ComplexNumber>) - Method in class org.ojalgo.array.ComplexArray
-
- visit(long, long, long, VoidFunction<Double>) - Method in class org.ojalgo.array.OffHeapArray
-
- visit(int, int, int, VoidFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- visit(int, VoidFunction<Double>) - Method in class org.ojalgo.array.PrimitiveArray
-
- visit(int, int, int, VoidFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- visit(int, VoidFunction<RationalNumber>) - Method in class org.ojalgo.array.RationalArray
-
- visit(AggregatorFunction<Double>) - Method in class org.ojalgo.series.primitive.DataSeries
-
- visitAll(VoidFunction<N>) - Method in interface org.ojalgo.access.Access1D.Visitable
-
- 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(double[][], VoidFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- visitAll(VoidFunction<N>) - Method in class org.ojalgo.array.BasicArray
-
- visitAll(VoidFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- visitAll(VoidFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- visitAll(VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- visitColumn(long, long, VoidFunction<N>) - Method in interface org.ojalgo.access.Access2D.Visitable
-
- visitColumn(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- visitColumn(double[][], int, int, VoidFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- visitColumn(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- visitColumn(long, long, VoidFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- visitColumn(long, long, VoidFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- visitColumn(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- visitDiagonal(long, long, VoidFunction<N>) - Method in interface org.ojalgo.access.Access2D.Visitable
-
- visitDiagonal(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- visitDiagonal(double[][], int, int, VoidFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- visitDiagonal(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- visitDiagonal(long, long, VoidFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- visitDiagonal(long, long, VoidFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- visitDiagonal(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- visitRange(long, long, VoidFunction<N>) - Method in interface org.ojalgo.access.Access1D.Visitable
-
- 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(double[][], int, int, VoidFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- visitRange(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.BasicArray
-
- visitRange(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- visitRow(long, long, VoidFunction<N>) - Method in interface org.ojalgo.access.Access2D.Visitable
-
- visitRow(long, long, VoidFunction<N>) - Method in class org.ojalgo.array.Array2D
-
- visitRow(double[][], int, int, VoidFunction<?>) - Static method in class org.ojalgo.array.ArrayUtils
-
- visitRow(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.jama.JamaMatrix
-
- visitRow(long, long, VoidFunction<BigDecimal>) - Method in class org.ojalgo.matrix.store.BigDenseStore
-
- visitRow(long, long, VoidFunction<ComplexNumber>) - Method in class org.ojalgo.matrix.store.ComplexDenseStore
-
- visitRow(long, long, VoidFunction<Double>) - Method in class org.ojalgo.matrix.store.PrimitiveDenseStore
-
- visitSet(long[], int, VoidFunction<N>) - Method in class org.ojalgo.array.ArrayAnyD
-
- VoidFunction<N extends Number> - Interface in org.ojalgo.function
-
- volume - Variable in class org.ojalgo.finance.data.GoogleSymbol.Data
-
- volume - Variable in class org.ojalgo.finance.data.YahooSymbol.Data
-