Class DenseQR.C128
java.lang.Object
- All Implemented Interfaces:
MatrixDecomposition<ComplexNumber>, MatrixDecomposition.Determinant<ComplexNumber>, MatrixDecomposition.EconomySize<ComplexNumber>, MatrixDecomposition.Ordered<ComplexNumber>, MatrixDecomposition.RankRevealing<ComplexNumber>, MatrixDecomposition.Solver<ComplexNumber>, MatrixDecomposition.Updatable<ComplexNumber>, QR<ComplexNumber>, Provider2D, Provider2D.Determinant<ComplexNumber>, Provider2D.Inverse<Optional<MatrixStore<ComplexNumber>>>, Provider2D.Rank, Provider2D.Solution<Optional<MatrixStore<ComplexNumber>>>, DeterminantTask<ComplexNumber>, InverterTask<ComplexNumber>, MatrixTask<ComplexNumber>, SolverTask<ComplexNumber>, InvertibleFactor<ComplexNumber>, Structure1D, Structure2D
- Enclosing class:
DenseQR<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class DenseQR
DenseQR.C128, DenseQR.H256, DenseQR.Q128, DenseQR.R064, DenseQR.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 QR
QR.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 DenseQR
btran, btran, calculateDeterminant, checkSolvability, countSignificant, decompose, ftran, getDeterminant, getInverse, getL, getQ, getR, getRankThreshold, getSolution, invert, invert, isFullSize, isSolvable, preallocate, reset, solveMethods inherited from class InPlaceDecomposition
getColDim, getInPlace, getInverse, getRowDim, setInPlaceMethods 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.Determinant
toDeterminantProviderMethods inherited from interface MatrixDecomposition.RankRevealing
getRank, isFullRankMethods inherited from interface MatrixDecomposition.Solver
compute, getInverse, getSolution, invert, preallocate, solve, toInverseProvider, toSolutionProviderMethods inherited from interface QR
ftran, isOrdered, reconstruct, updateColumnMethods inherited from interface SolverTask
preallocate, solveMethods inherited from interface Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Constructor Details
-
C128
C128() -
C128
C128(boolean fullSize)
-