Uses of Package
org.ojalgo.matrix
Packages that use org.ojalgo.matrix
Package
Description
Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio
Theory.
-
Classes in org.ojalgo.matrix used by org.ojalgo.data.domain.financeClassDescriptionA matrix (linear algebra) with Real
NumberSet.R
elements, approximated by 64-bit double. -
Classes in org.ojalgo.matrix used by org.ojalgo.data.domain.finance.portfolioClassDescriptionA matrix (linear algebra) with Real
NumberSet.R
elements, approximated by 64-bit double. -
Classes in org.ojalgo.matrix used by org.ojalgo.data.image
-
Classes in org.ojalgo.matrix used by org.ojalgo.data.transformClassDescriptionA matrix (linear algebra) with Complex
NumberSet.C
elements, implemented using dual 64-bit double values. -
Classes in org.ojalgo.matrix used by org.ojalgo.matrixClassDescriptionA base class for, easy to use, immutable (thread safe) matrices with a rich feature set.Definition of what's common to
BasicMatrix
andMatrixStore
.A matrix (linear algebra) with ComplexNumberSet.C
elements, implemented using dual 64-bit double values.MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.A matrix (linear algebra) with QuaternionNumberSet.H
elements, implemented using four 64-bit double values.A matrix (linear algebra) with RationalNumberSet.Q
elements, implemented using dual 64-bit long values.A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 32-bit float.A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double.A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 128-bit floating-point values (implemented using dual 64-bit double). -
Classes in org.ojalgo.matrix used by org.ojalgo.matrix.decomposition
-
Classes in org.ojalgo.matrix used by org.ojalgo.matrix.store
-
Classes in org.ojalgo.matrix used by org.ojalgo.matrix.task
-
Classes in org.ojalgo.matrix used by org.ojalgo.optimisation.convex