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 classBasicMatrix<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.classMatrixC128A matrix (linear algebra) with ComplexNumberSet.Celements, implemented using dual 64-bit double values.classMatrixH256A matrix (linear algebra) with QuaternionNumberSet.Helements, implemented using four 64-bit double values.classMatrixQ128A matrix (linear algebra) with RationalNumberSet.Qelements, implemented using dual 64-bit long values.classMatrixR032A matrix (linear algebra) with RealNumberSet.Relements, approximated by 32-bit float.classMatrixR064A matrix (linear algebra) with RealNumberSet.Relements, approximated by 64-bit double.classMatrixR128A matrix (linear algebra) with RealNumberSet.Relements, 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.ConditionBasicMatrix. getConditionProvider() -
Uses of Provider2D.Condition in org.ojalgo.matrix.decomposition
Subinterfaces of Provider2D.Condition in org.ojalgo.matrix.decomposition Modifier and Type Interface Description static interfaceEigenvalue.Spectral<N extends java.lang.Comparable<N>>“Spectral decomposition” refers specifically to the orthogonal/unitary eigen-decomposition of a normal matrix (most commonly Hermitian / symmetric).interfaceSingularValue<N extends java.lang.Comparable<N>>Singular Value: [A] = [U][S][V]T Decomposes [this] into [U], [S] 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) classDenseSingularValue<N extends java.lang.Comparable<N>>(package private) static classDenseSingularValue.C128(package private) static classDenseSingularValue.H256(package private) static classDenseSingularValue.Q128(package private) static classDenseSingularValue.R064(package private) static classDenseSingularValue.R128(package private) classHermitianEvD<N extends java.lang.Comparable<N>>Eigenvalues and eigenvectors of a real matrix.(package private) static classHermitianEvD.C128(package private) static classHermitianEvD.H256(package private) static classHermitianEvD.Q128(package private) static classHermitianEvD.R064(package private) static classHermitianEvD.R128(package private) static classRawEigenvalue.Symmetric(package private) classRawSingularValueSingular Value Decomposition.
-