Uses of Package
org.ojalgo.matrix
-
Packages that use org.ojalgo.matrix Package Description org.ojalgo.data.domain.finance org.ojalgo.data.domain.finance.portfolio Classes in this package relate to modelling of financial investment portfolios, and Modern Portfolio Theory.org.ojalgo.data.image org.ojalgo.data.transform org.ojalgo.matrix org.ojalgo.matrix.decomposition org.ojalgo.matrix.store org.ojalgo.matrix.task org.ojalgo.optimisation.convex -
Classes in org.ojalgo.matrix used by org.ojalgo.data.domain.finance Class Description MatrixR064 A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double. -
Classes in org.ojalgo.matrix used by org.ojalgo.data.domain.finance.portfolio Class Description MatrixR064 A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double.MatrixR064.Factory -
Classes in org.ojalgo.matrix used by org.ojalgo.data.image Class Description Matrix2D Definition of what's common toBasicMatrix
andMatrixStore
. -
Classes in org.ojalgo.matrix used by org.ojalgo.data.transform Class Description MatrixC128 A matrix (linear algebra) with ComplexNumberSet.C
elements, implemented using dual 64-bit double values. -
Classes in org.ojalgo.matrix used by org.ojalgo.matrix Class Description BasicMatrix A base class for, easy to use, immutable (thread safe) matrices with a rich feature set.DenseMutator2D Matrix2D Definition of what's common toBasicMatrix
andMatrixStore
.MatrixC128 A matrix (linear algebra) with ComplexNumberSet.C
elements, implemented using dual 64-bit double values.MatrixC128.DenseReceiver MatrixC128.Factory MatrixC128.SparseReceiver MatrixFactory MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.MatrixH256 A matrix (linear algebra) with QuaternionNumberSet.H
elements, implemented using four 64-bit double values.MatrixH256.DenseReceiver MatrixH256.Factory MatrixH256.SparseReceiver MatrixQ128 A matrix (linear algebra) with RationalNumberSet.Q
elements, implemented using dual 64-bit long values.MatrixQ128.DenseReceiver MatrixQ128.Factory MatrixQ128.SparseReceiver MatrixR032 A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 32-bit float.MatrixR032.DenseReceiver MatrixR032.Factory MatrixR032.SparseReceiver MatrixR064 A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double.MatrixR064.DenseReceiver MatrixR064.Factory MatrixR064.SparseReceiver MatrixR128 A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 128-bit floating-point values (implemented using dual 64-bit double).MatrixR128.DenseReceiver MatrixR128.Factory MatrixR128.SparseReceiver Provider2D Provider2D.Condition Provider2D.Determinant Provider2D.Eigenpairs Provider2D.Hermitian Provider2D.Inverse Provider2D.Rank Provider2D.Solution Provider2D.Symmetric Provider2D.Trace SparseMutator2D -
Classes in org.ojalgo.matrix used by org.ojalgo.matrix.decomposition Class Description Matrix2D Definition of what's common toBasicMatrix
andMatrixStore
.Provider2D Provider2D.Condition Provider2D.Determinant Provider2D.Eigenpairs Provider2D.Inverse Provider2D.Rank Provider2D.Solution -
Classes in org.ojalgo.matrix used by org.ojalgo.matrix.store Class Description Matrix2D Definition of what's common toBasicMatrix
andMatrixStore
. -
Classes in org.ojalgo.matrix used by org.ojalgo.matrix.task Class Description Provider2D.Determinant Provider2D.Inverse Provider2D.Solution -
Classes in org.ojalgo.matrix used by org.ojalgo.optimisation.convex Class Description Matrix2D Definition of what's common toBasicMatrix
andMatrixStore
.