Uses of Class
org.ojalgo.matrix.BasicMatrix
Packages that use BasicMatrix
-
Uses of BasicMatrix in org.ojalgo.matrix
Classes in org.ojalgo.matrix with type parameters of type BasicMatrixModifier and TypeClassDescriptionclass
BasicMatrix<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.(package private) class
DenseMutator2D<N extends Comparable<N>,
M extends BasicMatrix<N, M>> class
MatrixFactory<N extends Comparable<N>,
M extends BasicMatrix<N, M>, DR extends Mutate2D.ModifiableReceiver<N> & Factory2D.Builder<M>, SR extends Factory2D.Builder<M>> MatrixFactory creates instances of classes that implement the BasicMatrix interface and have a constructor that takes a MatrixStore as input.(package private) class
SparseMutator2D<N extends Comparable<N>,
M extends BasicMatrix<N, M>> Subclasses of BasicMatrix in org.ojalgo.matrixModifier and TypeClassDescriptionfinal class
A matrix (linear algebra) with ComplexNumberSet.C
elements, implemented using dual 64-bit double values.final class
A matrix (linear algebra) with QuaternionNumberSet.H
elements, implemented using four 64-bit double values.final class
A matrix (linear algebra) with RationalNumberSet.Q
elements, implemented using dual 64-bit long values.final class
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 32-bit float.final class
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double.final class
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 128-bit floating-point values (implemented using dual 64-bit double).Methods in org.ojalgo.matrix with type parameters of type BasicMatrixModifier and TypeMethodDescriptionstatic <M extends BasicMatrix<?,
M>>
doubleBasicMatrix.calculateFrobeniusNorm
(M matrix) The Frobenius norm is the square root of the sum of the squares of each element, or the square root of the sum of the square of the singular values.static <M extends BasicMatrix<?,
M>>
doubleBasicMatrix.calculateInfinityNorm
(M matrix) static <M extends BasicMatrix<?,
M>>
doubleBasicMatrix.calculateOneNorm
(M matrix) Methods in org.ojalgo.matrix that return types with arguments of type BasicMatrixModifier and TypeMethodDescriptionprivate static Constructor
<? extends BasicMatrix<?, ?>> MatrixFactory.getConstructor
(Class<? extends BasicMatrix<?, ?>> template) Method parameters in org.ojalgo.matrix with type arguments of type BasicMatrixModifier and TypeMethodDescriptionprivate static Constructor
<? extends BasicMatrix<?, ?>> MatrixFactory.getConstructor
(Class<? extends BasicMatrix<?, ?>> template)