Class DenseLU.H256
java.lang.Object
- All Implemented Interfaces:
LDU<Quaternion>, LU<Quaternion>, MatrixDecomposition<Quaternion>, MatrixDecomposition.Determinant<Quaternion>, MatrixDecomposition.Ordered<Quaternion>, MatrixDecomposition.Pivoting<Quaternion>, MatrixDecomposition.RankRevealing<Quaternion>, MatrixDecomposition.Solver<Quaternion>, MatrixDecomposition.Updatable<Quaternion>, Provider2D, Provider2D.Determinant<Quaternion>, Provider2D.Inverse<Optional<MatrixStore<Quaternion>>>, Provider2D.Rank, Provider2D.Solution<Optional<MatrixStore<Quaternion>>>, DeterminantTask<Quaternion>, InverterTask<Quaternion>, MatrixTask<Quaternion>, SolverTask<Quaternion>, InvertibleFactor<Quaternion>, Structure1D, Structure2D
- Enclosing class:
DenseLU<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class DenseLU
DenseLU.C128, DenseLU.H256, DenseLU.Q128, DenseLU.R064, DenseLU.R128Nested classes/interfaces inherited from interface InvertibleFactor
InvertibleFactor.IdentityFactor<N>Nested classes/interfaces inherited from interface LU
LU.Factory<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 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 DenseLU
btran, btran, calculateDeterminant, checkSolvability, countSignificant, decompose, decomposeWithoutPivoting, ftran, ftran, getDeterminant, getInverse, getL, getPivotOrder, getRankThreshold, getReducedPivots, getReversePivotOrder, getSolution, getU, getWorkerColumn, getWorkerRow, invert, invert, isPivoted, isSolvable, preallocate, solve, updateColumnMethods 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, reset, 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 LU
getSolution, reconstructMethods inherited from interface MatrixDecomposition
isComputed, resetMethods inherited from interface MatrixDecomposition.Determinant
toDeterminantProviderMethods inherited from interface MatrixDecomposition.RankRevealing
getRank, isFullRankMethods inherited from interface MatrixDecomposition.Solver
compute, getInverse, invert, preallocate, solve, toInverseProvider, toSolutionProviderMethods 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
-
H256
H256()
-