Uses of Class
org.ojalgo.matrix.store.R064Store
Packages that use R064Store
Package
Description
-
Uses of R064Store in org.ojalgo.matrix.decomposition
Subclasses with type arguments of type R064Store in org.ojalgo.matrix.decompositionModifier and TypeClassDescription(package private) classIn many ways similar to InPlaceDecomposition but this class is hardwired to work with double[][] data.(package private) final classA sparse, primitive double based, LU decomposition with support for incremental Forrest-Tomlin updates.final classQuasi-Definite LDL (QDLDL) sparse decomposition.Fields in org.ojalgo.matrix.decomposition declared as R064StoreModifier and TypeFieldDescriptionprivate R064StoreRawLU.myWorkerColumnprivate R064StoreSparseLU.myWorkerColumnprivate R064StoreRawLU.myWorkerRowprivate R064StoreSparseLU.myWorkerRowMethods in org.ojalgo.matrix.decomposition that return R064StoreModifier and TypeMethodDescription(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 R064StoreModifier and TypeMethodDescriptionprivate MatrixStore<Double> RawQR.doGetInverse(R064Store preallocated) Makes no use ofpreallocatedat all.private MatrixStore<Double> -
Uses of R064Store in org.ojalgo.matrix.store
Classes in org.ojalgo.matrix.store that implement interfaces with type arguments of type R064StoreModifier and TypeClassDescriptionfinal classAimplementation of PhysicalStore.invalid reference
double
Fields in org.ojalgo.matrix.store with type parameters of type R064StoreMethods in org.ojalgo.matrix.store that return R064StoreModifier and TypeMethodDescriptionR064Store.build()(package private) static 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 -
Uses of R064Store in org.ojalgo.matrix.task.iterative
Fields in org.ojalgo.matrix.task.iterative declared as R064StoreModifier and TypeFieldDescriptionprivate 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 R064StoreMethods in org.ojalgo.matrix.task.iterative with parameters of type R064StoreModifier and TypeMethodDescriptionprivate static voidprivate static voidMINRESSolver.axpy(double alpha, R064Store x, Mutate1D.Modifiable<?> y) private static voidQMRSolver.axpy(double alpha, R064Store x, Mutate1D.Modifiable<?> y) private static doubleprivate static doubleprivate static voidprivate static voidprivate static voidMINRESSolver.scaleInPlace(R064Store x, double alpha) private static voidQMRSolver.scaleInPlace(R064Store x, double alpha) (package private) static R064Store -
Uses of R064Store in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as R064StoreModifier and TypeFieldDescriptionprivate R064StoreGenericSolver.Builder.myLowerBoundsprivate R064StoreGenericSolver.Builder.myUpperBoundsFields in org.ojalgo.optimisation with type parameters of type R064StoreModifier and TypeFieldDescriptionprivate static final PhysicalStore.Factory<Double, R064Store> GenericSolver.Builder.FACTORYMethods in org.ojalgo.optimisation that return R064StoreModifier and TypeMethodDescriptionprotected R064StoreGenericSolver.Builder.getLowerBounds(double defaultValue) protected R064StoreGenericSolver.Builder.getUpperBounds(double defaultValue) Methods in org.ojalgo.optimisation that return types with arguments of type R064StoreModifier and TypeMethodDescriptionprotected PhysicalStore.Factory<Double, R064Store> GenericSolver.Builder.getFactory() -
Uses of R064Store in org.ojalgo.optimisation.convex
Fields in org.ojalgo.optimisation.convex declared as R064StoreModifier and TypeFieldDescriptionprivate final R064StoreActiveSetSolver.myIterationXprivate final R064StoreQPESolver.myIterationXprivate final R064StoreConstrainedSolver.mySlackEprivate final R064StoreActiveSetSolver.mySlackIprivate final R064StoreConstrainedSolver.mySolutionLprivate final R064StoreBasePrimitiveSolver.mySolutionXFields in org.ojalgo.optimisation.convex with type parameters of type R064StoreModifier and TypeFieldDescription(package private) static final PhysicalStore.Factory<Double, R064Store> BasePrimitiveSolver.MATRIX_FACTORYMethods in org.ojalgo.optimisation.convex that return R064StoreModifier and TypeMethodDescription(package private) R064StoreActiveSetSolver.getIterationX()(package private) R064StoreConstrainedSolver.getSolutionL()Methods in org.ojalgo.optimisation.convex with parameters of type R064StoreModifier and TypeMethodDescription(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 R064StoreModifier and TypeFieldDescriptionprivate final R064StoreRevisedStore.dReduced costs for non-basic variables.private final R064StoreRevisedStore.lDual variables (Lagrange multipliers) for constraints.private final R064StoreRevisedStore.myConstraintsRHSRight-hand side vector b of Ax = b.private final R064StoreRevisedStore.myObjectiveObjective function coefficients c for all variables.private R064StoreRevisedStore.myPhase1ObjectivePhase-1 objective function (sum of artificial variables).private final R064StoreProductFormInverse.myWorkprivate final R064StoreRevisedStore.rTemporary storage for reduced cost calculations.private final R064StoreRevisedStore.xCurrent basic solution x_B.private final R064StoreRevisedStore.yDirection vector for entering variable in primal simplex.private final R064StoreRevisedStore.zTemporary storage vector for various computations, especially rows of the inverse basis matrix.Methods in org.ojalgo.optimisation.linear that return R064StoreModifier and TypeMethodDescriptionprivate 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 R064StoreModifier and TypeMethodDescription -
Uses of R064Store in org.ojalgo.random.process
Fields in org.ojalgo.random.process with type parameters of type R064StoreModifier and TypeFieldDescriptionprivate static final PhysicalStore.Factory<Double, R064Store> GaussianField.FACTORY