Uses of Class
org.ojalgo.matrix.store.R064Store
Packages that use R064Store
Package
Description
-
Uses of R064Store in org.ojalgo.matrix.decomposition
Fields in org.ojalgo.matrix.decomposition declared as R064StoreMethods in org.ojalgo.matrix.decomposition that return R064StoreModifier and TypeMethodDescriptionprotected R064Store
RawDecomposition.allocate
(long numberOfRows, long numberOfColumns) Methods in org.ojalgo.matrix.decomposition with parameters of type R064StoreModifier and TypeMethodDescriptionprivate MatrixStore
<Double> RawQR.doGetInverse
(R064Store preallocated) Makes no use ofpreallocated
at all.(package private) MatrixStore
<Double> RawSingularValue.doGetInverse
(R064Store preallocated) private MatrixStore
<Double> -
Uses of R064Store in org.ojalgo.matrix.store
Fields in org.ojalgo.matrix.store with type parameters of type R064StoreModifier and TypeFieldDescriptionstatic final PhysicalStore.Factory
<Double, R064Store> R064Store.FACTORY
Methods in org.ojalgo.matrix.store that return R064StoreModifier and TypeMethodDescriptionR064Store.build()
(package private) static R064Store
R064Store.copy()
static R064Store
R064Store.getComplexArgument
(Access2D<ComplexNumber> arg) Extracts the argument of the ComplexNumber elements to a new primitive double valued matrix.static R064Store
R064Store.getComplexImaginary
(Access2D<ComplexNumber> arg) Extracts the imaginary part of the ComplexNumber elements to a new primitive double valued matrix.static R064Store
R064Store.getComplexModulus
(Access2D<ComplexNumber> arg) Extracts the modulus of the ComplexNumber elements to a new primitive double valued matrix.static R064Store
R064Store.getComplexReal
(Access2D<ComplexNumber> arg) Extracts the real part of the ComplexNumber elements to a new primitive double valued matrix.static R064Store
R064Store.wrap
(double... data) static R064Store
R064Store.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 R064Store
ConjugateGradientSolver.myDirection
private R064Store
ConjugateGradientSolver.myPreconditioned
private R064Store
ConjugateGradientSolver.myResidual
private R064Store
ConjugateGradientSolver.myVector
Methods in org.ojalgo.matrix.task.iterative that return R064StoreModifier and TypeMethodDescriptionprivate R064Store
ConjugateGradientSolver.direction
(Structure1D structure) private R064Store
ConjugateGradientSolver.preconditioned
(Structure1D structure) private R064Store
ConjugateGradientSolver.residual
(Structure1D structure) private R064Store
ConjugateGradientSolver.vector
(Structure1D structure) -
Uses of R064Store in org.ojalgo.optimisation
Fields in org.ojalgo.optimisation declared as R064StoreModifier and TypeFieldDescriptionprivate R064Store
GenericSolver.Builder.myLowerBounds
private R064Store
GenericSolver.Builder.myUpperBounds
Fields in org.ojalgo.optimisation with type parameters of type R064StoreModifier and TypeFieldDescriptionprivate static final PhysicalStore.Factory
<Double, R064Store> GenericSolver.Builder.FACTORY
Methods in org.ojalgo.optimisation that return R064StoreModifier and TypeMethodDescriptionprotected R064Store
GenericSolver.Builder.getLowerBounds
(double defaultValue) protected R064Store
GenericSolver.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 R064Store
ActiveSetSolver.myIterationX
private final R064Store
QPESolver.myIterationX
private final R064Store
ConstrainedSolver.mySlackE
private final R064Store
ActiveSetSolver.mySlackI
private final R064Store
ConstrainedSolver.mySolutionL
private final R064Store
BasePrimitiveSolver.mySolutionX
Fields in org.ojalgo.optimisation.convex with type parameters of type R064StoreModifier and TypeFieldDescription(package private) static final PhysicalStore.Factory
<Double, R064Store> BasePrimitiveSolver.MATRIX_FACTORY
Methods in org.ojalgo.optimisation.convex that return R064StoreModifier and TypeMethodDescription(package private) R064Store
ActiveSetSolver.getIterationX()
(package private) R064Store
ConstrainedSolver.getSolutionL()
Methods in org.ojalgo.optimisation.convex with parameters of type R064StoreModifier and TypeMethodDescription(package private) void
ActiveSetSolver.handleIterationResults
(boolean solved, R064Store iterX, int[] included, int[] excluded) private void
ActiveSetSolver.handleIterationSolution
(R064Store iterX, int[] excluded) -
Uses of R064Store in org.ojalgo.optimisation.linear
Fields in org.ojalgo.optimisation.linear declared as R064StoreModifier and TypeFieldDescriptionprivate R064Store
RevisedStore.myAlternativeObjective
private final R064Store
RevisedStore.myConstraintsRHS
private final R064Store
RevisedStore.myObjective
private final R064Store
ProductFormInverse.myWork
Methods in org.ojalgo.optimisation.linear that return R064StoreModifier and TypeMethodDescriptionprivate static R064Store
RevisedStore.newColumn
(int nbRows) private static R064Store
RevisedStore.newRow
(int nbCols) 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