Class DenseSingularValue.R064
java.lang.Object
org.ojalgo.matrix.decomposition.AbstractDecomposition<Double, DecompositionStore<Double>>
org.ojalgo.matrix.decomposition.DenseSingularValue<Double>
org.ojalgo.matrix.decomposition.DenseSingularValue.R064
- All Implemented Interfaces:
MatrixDecomposition<Double>, MatrixDecomposition.EconomySize<Double>, MatrixDecomposition.Ordered<Double>, MatrixDecomposition.RankRevealing<Double>, MatrixDecomposition.Solver<Double>, MatrixDecomposition.Values<Double>, SingularValue<Double>, Provider2D, Provider2D.Condition, Provider2D.Inverse<Optional<MatrixStore<Double>>>, Provider2D.Rank, Provider2D.Solution<Optional<MatrixStore<Double>>>, InverterTask<Double>, MatrixTask<Double>, SolverTask<Double>, InvertibleFactor<Double>, Structure1D, Structure2D
- Enclosing class:
DenseSingularValue<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class DenseSingularValue
DenseSingularValue.C128, DenseSingularValue.H256, DenseSingularValue.Q128, DenseSingularValue.R064, DenseSingularValue.R128Nested classes/interfaces inherited from interface InvertibleFactor
InvertibleFactor.IdentityFactor<N>Nested classes/interfaces inherited from interface MatrixDecomposition
MatrixDecomposition.Determinant<N>, MatrixDecomposition.EconomySize<N>, MatrixDecomposition.Factory<D>, MatrixDecomposition.Hermitian<N>, MatrixDecomposition.Ordered<N>, MatrixDecomposition.Pivoting<N>, MatrixDecomposition.RankRevealing<N>, MatrixDecomposition.Solver<N>, MatrixDecomposition.Updatable<N>, MatrixDecomposition.Values<N>Nested classes/interfaces inherited from interface Provider2D
Provider2D.Condition, Provider2D.Determinant<N>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<M>, Provider2D.Rank, Provider2D.Solution<M>, Provider2D.Symmetric, Provider2D.Trace<N>Nested classes/interfaces inherited from interface SingularValue
SingularValue.Factory<N>Nested classes/interfaces inherited from interface Structure1D
Structure1D.BasicMapper<T>, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallbackNested classes/interfaces inherited from interface Structure2D
Structure2D.IntRowColumn, Structure2D.Logical<S,B>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R>, Structure2D.Reshapable, Structure2D.RowColumnKey<R, C>, Structure2D.RowColumnMapper<R, C> -
Field Summary
Fields inherited from interface MatrixDecomposition
TYPICAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class DenseSingularValue
btran, btran, checkSolvability, compute, computeBidiagonal, computeValuesOnly, countSignificant, decompose, doCompute, ftran, getColDim, getCondition, getCovariance, getD, getFrobeniusNorm, getInverse, getInverse, getKyFanNorm, getOperatorNorm, getRankThreshold, getRowDim, getS, getSingularValues, getSolution, getTraceNorm, getU, getV, invert, invert, isFullRank, isFullSize, isOrdered, isSolvable, isTransposed, makeD, makeSingularValues, preallocate, reset, solve, solve, toDiagonalMethods inherited from class AbstractDecomposition
aggregator, applyPivotOrder, applyReverseOrder, collect, computed, copyColumn, copyRow, function, getDimensionalEpsilon, isAspectRatioNormal, isComputed, makeArray, makeDiagonal, makeEye, makeHouseholder, makeIdentity, makeRotation, makeRotation, makeZero, makeZero, scalar, wrapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface InverterTask
preallocateMethods inherited from interface MatrixDecomposition
isComputedMethods inherited from interface MatrixDecomposition.RankRevealing
getRankMethods inherited from interface MatrixDecomposition.Solver
compute, getSolution, invert, preallocate, solve, toInverseProvider, toSolutionProviderMethods inherited from interface SingularValue
ftran, getSingularValues, reconstruct, reconstructMethods inherited from interface SolverTask
preallocateMethods inherited from interface Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getMaxDim, getMinDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Constructor Details
-
R064
R064() -
R064
R064(boolean fullSize)
-