Uses of Class
org.ojalgo.matrix.store.R064Store
Packages that use R064Store
-
Uses of R064Store in org.ojalgo.matrix.store
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()