Uses of Class
org.ojalgo.matrix.store.R064Store
Packages that use R064Store
-
Uses of R064Store in org.ojalgo.matrix.decomposition
Subclasses with type arguments of type R064Store in org.ojalgo.matrix.decompositionModifier and TypeClassDescriptionfinal classQuasi-Definite LDL (QDLDL) sparse decomposition. -
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()R064Store.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.optimisation
Methods 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()