Uses of Interface
org.ojalgo.algebra.Group.Additive
Packages that use Group.Additive
Package
Description
-
Uses of Group.Additive in org.ojalgo.algebra
Subinterfaces of Group.Additive in org.ojalgo.algebraModifier and TypeInterfaceDescriptioninterfaceField<T>A field is a commutative ring (even the multiplication operation) with notions of addition, subtraction, multiplication, and division.interfaceNormedVectorSpace<T,N extends Comparable<N>> interfaceRing<T>A ring is a commutative group (addition operation) with a second binary operation (multiplication) that is distributive over the commutative group operation and is associative.interfaceVectorSpace<T,N extends Comparable<N>> A vector space is a set of objects called vectors, where a vector is a tuple of fields/scalars/numbers. -
Uses of Group.Additive in org.ojalgo.data.image
Classes in org.ojalgo.data.image that implement Group.Additive -
Uses of Group.Additive in org.ojalgo.function.polynomial
Subinterfaces of Group.Additive in org.ojalgo.function.polynomialClasses in org.ojalgo.function.polynomial that implement Group.AdditiveModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classBigPolynomial -
Uses of Group.Additive in org.ojalgo.matrix
Subinterfaces of Group.Additive in org.ojalgo.matrixModifier and TypeInterfaceDescriptioninterfaceMatrix2D<N extends Comparable<N>,M extends Matrix2D<N, M>> Definition of what's common toBasicMatrixandMatrixStore.Classes in org.ojalgo.matrix that implement Group.AdditiveModifier and TypeClassDescriptionclassBasicMatrix<N extends Comparable<N>,M extends BasicMatrix<N, M>> A base class for, easy to use, immutable (thread safe) matrices with a rich feature set.final classA matrix (linear algebra) with ComplexNumberSet.Celements, implemented using dual 64-bit double values. (2 x 64 = 128)final classA matrix (linear algebra) with QuaternionNumberSet.Helements, implemented using four 64-bit double values. (4 x 64 = 256)final classA matrix (linear algebra) with RationalNumberSet.Qelements, implemented using dual 64-bit long values. (2 x 64 = 128)final classA matrix (linear algebra) with RealNumberSet.Relements, approximated by 32-bit float.final classA matrix (linear algebra) with RealNumberSet.Relements, approximated by 64-bit double.final classA matrix (linear algebra) with RealNumberSet.Relements, approximated by 128-bit floating-point values (implemented using dual 64-bit double). (2 x 64 = 128) -
Uses of Group.Additive in org.ojalgo.matrix.decomposition
Subinterfaces of Group.Additive in org.ojalgo.matrix.decompositionModifier and TypeInterfaceDescriptioninterfaceDecompositionStore<N extends Comparable<N>>Only classes that will act as a delegate to a MatrixDecomposition implementation from this package should implement this interface. -
Uses of Group.Additive in org.ojalgo.matrix.store
Subinterfaces of Group.Additive in org.ojalgo.matrix.storeModifier and TypeInterfaceDescriptioninterfaceMatrixStore<N extends Comparable<N>>A MatrixStore is a two dimensional store of numbers/scalars.interfacePhysicalStore<N extends Comparable<N>>PhysicalStore:s, as opposed to MatrixStore:s, are mutable.Classes in org.ojalgo.matrix.store that implement Group.AdditiveModifier and TypeClassDescriptionfinal classColumnsSupplier<N extends Comparable<N>>Sparse columns – columns can be added and removed.final classDiagonalStore<N extends Comparable<N>,D extends Access1D<?>> final classGenericStore<N extends Scalar<N>>A generic implementation of PhysicalStore.final classAimplementation of PhysicalStore.invalid reference
float
final classA compressed sparse column (CSC) matrix store implementation for double precision values.final classA compressed sparse row (CSR) matrix store implementation for double precision values.final classAimplementation of PhysicalStore.invalid reference
double
final classUses double[][] internally.final classRowsSupplier<N extends Comparable<N>>Sparse rows – rows can be added and removed.final classSparseStore<N extends Comparable<N>>A sparse matrix (this implementation) is not thread safe. -
Uses of Group.Additive in org.ojalgo.scalar
Subinterfaces of Group.Additive in org.ojalgo.scalarClasses in org.ojalgo.scalar that implement Group.AdditiveModifier and TypeClassDescriptionfinal class(currency) amount as in "amount = price * quatity"final classABigDecimalbased implementation of theScalarinterface.final classComplexNumber is an immutable complex number class.classExactDecimal<S extends ExactDecimal<S>>To help implement exact decimal numbers with a fixed number of decimal places (fixed scale).final classAn exampleExactDecimalimplementation corresponding to the SQL data type MONEY or DECIMAL(19,4).final classprice or exchange rate as in "amount = price * quatity" or "amount = rate * amount"final classclasshttps://stackoverflow.com/questions/66962567/how-to-emulate-double-precision-using-two-floats-in-opengl-esfinal classquantity as in "amount = price * quatity"final classfinal class -
Uses of Group.Additive in org.ojalgo.tensor
Subinterfaces of Group.Additive in org.ojalgo.tensorModifier and TypeInterfaceDescriptioninterfaceTensor<N extends Comparable<N>,T extends Tensor<N, T>> An n:th-rank tensor in m-dimensional space is a mathematical object that has n indices and m^n components and obeys certain transformation rules.Classes in org.ojalgo.tensor that implement Group.AdditiveModifier and TypeClassDescriptionfinal classAnyTensor<N extends Comparable<N>>final classMatrixTensor<N extends Comparable<N>>final classVectorTensor<N extends Comparable<N>>