Package org.ojalgo.matrix.decomposition
Class SingularValueDecomposition.C128
- java.lang.Object
-
- org.ojalgo.matrix.decomposition.AbstractDecomposition<N>
-
- org.ojalgo.matrix.decomposition.GenericDecomposition<N>
-
- org.ojalgo.matrix.decomposition.SingularValueDecomposition<ComplexNumber>
-
- org.ojalgo.matrix.decomposition.SingularValueDecomposition.C128
-
- All Implemented Interfaces:
MatrixDecomposition<ComplexNumber>
,MatrixDecomposition.EconomySize<ComplexNumber>
,MatrixDecomposition.Ordered<ComplexNumber>
,MatrixDecomposition.RankRevealing<ComplexNumber>
,MatrixDecomposition.Solver<ComplexNumber>
,MatrixDecomposition.Values<ComplexNumber>
,SingularValue<ComplexNumber>
,Provider2D
,Provider2D.Condition
,Provider2D.Inverse<java.util.Optional<MatrixStore<ComplexNumber>>>
,Provider2D.Rank
,Provider2D.Solution<java.util.Optional<MatrixStore<ComplexNumber>>>
,InverterTask<ComplexNumber>
,MatrixTask<ComplexNumber>
,SolverTask<ComplexNumber>
,InvertibleFactor<ComplexNumber>
,Structure1D
,Structure2D
- Enclosing class:
- SingularValueDecomposition<N extends java.lang.Comparable<N>>
static final class SingularValueDecomposition.C128 extends SingularValueDecomposition<ComplexNumber>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.matrix.decomposition.SingularValueDecomposition
SingularValueDecomposition.C128, SingularValueDecomposition.H256, SingularValueDecomposition.Q128, SingularValueDecomposition.R064, SingularValueDecomposition.R128
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.transformation.InvertibleFactor
InvertibleFactor.IdentityFactor<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition
MatrixDecomposition.Determinant<N extends java.lang.Comparable<N>>, MatrixDecomposition.EconomySize<N extends java.lang.Comparable<N>>, MatrixDecomposition.Factory<D extends MatrixDecomposition<?>>, MatrixDecomposition.Hermitian<N extends java.lang.Comparable<N>>, MatrixDecomposition.Ordered<N extends java.lang.Comparable<N>>, MatrixDecomposition.Pivoting<N extends java.lang.Comparable<N>>, MatrixDecomposition.RankRevealing<N extends java.lang.Comparable<N>>, MatrixDecomposition.Solver<N extends java.lang.Comparable<N>>, MatrixDecomposition.Values<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.Provider2D
Provider2D.Condition, Provider2D.Determinant<N extends java.lang.Comparable<N>>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<M>, Provider2D.Rank, Provider2D.Solution<M>, Provider2D.Symmetric, Provider2D.Trace<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.decomposition.SingularValue
SingularValue.Factory<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
-
Nested classes/interfaces inherited from interface org.ojalgo.structure.Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,B>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.Reshapable, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
-
-
Field Summary
-
Fields inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition
TYPICAL
-
-
Method Summary
-
Methods inherited from class org.ojalgo.matrix.decomposition.SingularValueDecomposition
btran, checkSolvability, compute, computeBidiagonal, computeValuesOnly, countSignificant, decompose, doCompute, getColDim, getCondition, getCovariance, getD, getFrobeniusNorm, getInverse, getInverse, getKyFanNorm, getOperatorNorm, getRankThreshold, getRowDim, getSingularValues, getSolution, getSolution, getTraceNorm, getU, getV, invert, invert, isFullRank, isFullSize, isOrdered, isSolvable, isTransposed, makeD, makeSingularValues, preallocate, preallocate, reset, setD, setSingularValues, solve, solve, toDiagonal
-
Methods inherited from class org.ojalgo.matrix.decomposition.GenericDecomposition
aggregator, allocate, collect, copy, function, makeArray, makeDiagonal, makeEye, makeHouseholder, makeIdentity, makeRotation, makeRotation, makeZero, makeZero, scalar, wrap
-
Methods inherited from class org.ojalgo.matrix.decomposition.AbstractDecomposition
computed, countColumns, countRows, getDimensionalEpsilon, isAspectRatioNormal, isComputed
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ojalgo.matrix.task.InverterTask
preallocate
-
Methods inherited from interface org.ojalgo.matrix.transformation.InvertibleFactor
btran
-
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition
isComputed
-
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
getRank
-
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
compute, ftran, ftran, invert, solve, toInverseProvider, toSolutionProvider
-
Methods inherited from interface org.ojalgo.matrix.decomposition.SingularValue
getSingularValues, reconstruct, reconstruct
-
Methods inherited from interface org.ojalgo.matrix.task.SolverTask
preallocate
-
Methods inherited from interface org.ojalgo.structure.Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
-