Uses of Class
org.ojalgo.matrix.store.R064Store
-
-
Uses of R064Store in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as R064Store Modifier and Type Field Description private R064StoreRawLU. myWorkerColumnprivate R064StoreSparseLU. myWorkerColumnprivate R064StoreRawLU. myWorkerRowprivate R064StoreSparseLU. myWorkerRowMethods in org.ojalgo.matrix.decomposition that return R064Store Modifier and Type Method Description (package private) R064StoreRawLU. getWorkerColumn(int nbRows)(package private) R064StoreSparseLU. getWorkerColumn(int nbRows)(package private) R064StoreRawLU. getWorkerRow(int nbCols)(package private) R064StoreSparseLU. getWorkerRow(int nbCols)Methods in org.ojalgo.matrix.decomposition with parameters of type R064Store Modifier and Type Method Description private MatrixStore<java.lang.Double>RawQR. doGetInverse(R064Store preallocated)Makes no use ofpreallocatedat all.private MatrixStore<java.lang.Double>RawQR. doSolve(R064Store preallocated) -
Uses of R064Store in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type R064Store Modifier and Type Field Description static PrimitiveFactory<R064Store>R064Store. FACTORYMethods in org.ojalgo.matrix.store that return R064Store Modifier and Type Method Description R064StoreR064Store. build()(package private) static R064StoreR064Store. cast(Access1D<?> matrix)R064StoreR064Store. copy()static R064StoreR064Store. getComplexArgument(Access2D<ComplexNumber> arg)Extracts the argument of the ComplexNumber elements to a new primitive double valued matrix.static R064StoreR064Store. getComplexImaginary(Access2D<ComplexNumber> arg)Extracts the imaginary part of the ComplexNumber elements to a new primitive double valued matrix.static R064StoreR064Store. getComplexModulus(Access2D<ComplexNumber> arg)Extracts the modulus of the ComplexNumber elements to a new primitive double valued matrix.static R064StoreR064Store. getComplexReal(Access2D<ComplexNumber> arg)Extracts the real part of the ComplexNumber elements to a new primitive double valued matrix.static R064StoreR064Store. wrap(double... data)static R064StoreR064Store. wrap(double[] data, int structure)Methods in org.ojalgo.matrix.store that return types with arguments of type R064Store Modifier and Type Method Description PhysicalStore.Factory<java.lang.Double,R064Store>R064Store. physical() -
Uses of R064Store in org.ojalgo.matrix.task.iterative
Fields in org.ojalgo.matrix.task.iterative declared as R064Store Modifier and Type Field Description private R064StoreQMRSolver. dprivate R064StoreSSORPreconditioner. myDiagprivate R064StoreConjugateGradientSolver. myDirectionprivate R064StoreJacobiSolver. myIncrementprivate R064StoreJacobiPreconditioner. myInvDiagprivate R064StoreConjugateGradientSolver. myPreconditionedprivate R064StoreConjugateGradientSolver. myResidualprivate R064StoreConjugateGradientSolver. myVectorprivate R064StoreSSORPreconditioner. myWorkYprivate R064StoreSSORPreconditioner. myWorkZprivate R064StoreQMRSolver. pprivate R064StoreQMRSolver. ptildeprivate R064StoreQMRSolver. qprivate R064StoreQMRSolver. rprivate R064StoreMINRESSolver. r1private R064StoreMINRESSolver. r2private R064StoreQMRSolver. sprivate R064StoreMINRESSolver. vprivate R064StoreQMRSolver. vprivate R064StoreQMRSolver. vtildeprivate R064StoreMINRESSolver. wprivate R064StoreMINRESSolver. w1private R064StoreMINRESSolver. w2private R064StoreQMRSolver. wtildeprivate R064StoreMINRESSolver. yprivate R064StoreQMRSolver. zMethods in org.ojalgo.matrix.task.iterative that return R064Store Modifier and Type Method Description (package private) static R064StoreIterativeSolverTask. worker(R064Store vector, int size)Methods in org.ojalgo.matrix.task.iterative with parameters of type R064Store Modifier and Type Method Description private static voidQMRSolver. axpby(double alpha, R064Store src, double beta, R064Store dst)private static voidMINRESSolver. axpy(double alpha, R064Store x, Mutate1D.Modifiable<?> y)private static voidQMRSolver. axpy(double alpha, R064Store x, Mutate1D.Modifiable<?> y)private static doubleMINRESSolver. norm2(R064Store a)private static doubleQMRSolver. norm2(R064Store a)private static voidMINRESSolver. scaleCopy(R064Store src, double alpha, R064Store dst)private static voidQMRSolver. scaleCopy(R064Store src, double alpha, R064Store dst)private static voidMINRESSolver. scaleInPlace(R064Store x, double alpha)private static voidQMRSolver. scaleInPlace(R064Store x, double alpha)(package private) static R064StoreIterativeSolverTask. worker(R064Store vector, int size) -
Uses of R064Store in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as R064Store Modifier and Type Field Description private R064StoreGenericSolver.Builder. myLowerBoundsprivate R064StoreGenericSolver.Builder. myUpperBoundsFields in org.ojalgo.optimisation with type parameters of type R064Store Modifier and Type Field Description private static PhysicalStore.Factory<java.lang.Double,R064Store>GenericSolver.Builder. FACTORYMethods in org.ojalgo.optimisation that return R064Store Modifier and Type Method Description protected R064StoreGenericSolver.Builder. getLowerBounds(double defaultValue)protected R064StoreGenericSolver.Builder. getUpperBounds(double defaultValue)Methods in org.ojalgo.optimisation that return types with arguments of type R064Store Modifier and Type Method Description protected PhysicalStore.Factory<java.lang.Double,R064Store>GenericSolver.Builder. getFactory() -
Uses of R064Store in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as R064Store Modifier and Type Field Description private R064StoreActiveSetSolver. myIterationXprivate R064StoreQPESolver. myIterationXprivate R064StoreConstrainedSolver. mySlackEprivate R064StoreActiveSetSolver. mySlackIprivate R064StoreConstrainedSolver. mySolutionLprivate R064StoreBasePrimitiveSolver. mySolutionXFields in org.ojalgo.optimisation.convex with type parameters of type R064Store Modifier and Type Field Description (package private) static PhysicalStore.Factory<java.lang.Double,R064Store>BasePrimitiveSolver. MATRIX_FACTORYMethods in org.ojalgo.optimisation.convex that return R064Store Modifier and Type Method Description (package private) R064StoreActiveSetSolver. getIterationX()(package private) R064StoreConstrainedSolver. getSolutionL()Methods in org.ojalgo.optimisation.convex with parameters of type R064Store Modifier and Type Method Description (package private) voidActiveSetSolver. handleIterationResults(boolean solved, R064Store iterX, int[] included, int[] excluded)private voidActiveSetSolver. handleIterationSolution(R064Store iterX, int[] excluded) -
Uses of R064Store in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as R064Store Modifier and Type Field Description private R064StoreRevisedStore. dReduced costs for non-basic variables.private R064StoreRevisedStore. lDual variables (Lagrange multipliers) for constraints.private R064StoreRevisedStore. myConstraintsRHSRight-hand side vector b of Ax = b.private R064StoreRevisedStore. myObjectiveObjective function coefficients c for all variables.private R064StoreRevisedStore. myPhase1ObjectivePhase-1 objective function (sum of artificial variables).private R064StoreProductFormInverse. myWorkprivate R064StoreRevisedStore. rTemporary storage for reduced cost calculations.private R064StoreRevisedStore. xCurrent basic solution x_B.private R064StoreRevisedStore. yDirection vector for entering variable in primal simplex.private R064StoreRevisedStore. zTemporary storage vector for various computations, especially rows of the inverse basis matrix.Methods in org.ojalgo.optimisation.linear that return R064Store Modifier and Type Method Description private static R064StoreRevisedStore. newColumn(int nbRows)private static R064StoreRevisedStore. newRow(int nbCols)(package private) R064StoreRevisedStore. phase1()Methods in org.ojalgo.optimisation.linear with parameters of type R064Store Modifier and Type Method Description private ProductFormInverse.ElementaryFactorProductFormInverse. newFactor(R064Store values, int col, double diagonalElement) -
Uses of R064Store in org.ojalgo.random.process
Fields in org.ojalgo.random.process with type parameters of type R064Store Modifier and Type Field Description private static PhysicalStore.Factory<java.lang.Double,R064Store>GaussianField. FACTORY
-