Uses of Interface
org.ojalgo.matrix.Provider2D.Condition
-
Packages that use Provider2D.Condition Package Description org.ojalgo.matrix org.ojalgo.matrix.decomposition -
-
Uses of Provider2D.Condition in org.ojalgo.matrix
Classes in org.ojalgo.matrix that implement Provider2D.Condition Modifier and Type Class Description class
BasicMatrix<N extends java.lang.Comparable<N>,M extends BasicMatrix<N,M>>
A base class for, easy to use, immutable (thread safe) matrices with a rich feature set.class
MatrixC128
A matrix (linear algebra) with ComplexNumberSet.C
elements, implemented using dual 64-bit double values.class
MatrixH256
A matrix (linear algebra) with QuaternionNumberSet.H
elements, implemented using four 64-bit double values.class
MatrixQ128
A matrix (linear algebra) with RationalNumberSet.Q
elements, implemented using dual 64-bit long values.class
MatrixR032
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 32-bit float.class
MatrixR064
A matrix (linear algebra) with RealNumberSet.R
elements, approximated by 64-bit double.class
MatrixR128
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 that return Provider2D.Condition Modifier and Type Method Description private Provider2D.Condition
BasicMatrix. getConditionProvider()
-
Uses of Provider2D.Condition in org.ojalgo.matrix.decomposition
Subinterfaces of Provider2D.Condition in org.ojalgo.matrix.decomposition Modifier and Type Interface Description interface
SingularValue<N extends java.lang.Comparable<N>>
Singular Value: [A] = [U][D][V]T Decomposes [this] into [U], [D] and [V] where: [U] is an orthogonal matrix.Classes in org.ojalgo.matrix.decomposition that implement Provider2D.Condition Modifier and Type Class Description (package private) class
RawSingularValue
Singular Value Decomposition.(package private) class
SingularValueDecomposition<N extends java.lang.Comparable<N>>
(package private) static class
SingularValueDecomposition.C128
(package private) static class
SingularValueDecomposition.H256
(package private) static class
SingularValueDecomposition.Q128
(package private) static class
SingularValueDecomposition.R064
(package private) static class
SingularValueDecomposition.R128
-