Package org.ojalgo.matrix.decomposition
Class LUDecomposition.H256
java.lang.Object
org.ojalgo.matrix.decomposition.AbstractDecomposition<Quaternion>
org.ojalgo.matrix.decomposition.GenericDecomposition<Quaternion>
org.ojalgo.matrix.decomposition.InPlaceDecomposition<Quaternion>
org.ojalgo.matrix.decomposition.LUDecomposition<Quaternion>
org.ojalgo.matrix.decomposition.LUDecomposition.H256
- All Implemented Interfaces:
LDU<Quaternion>
,LU<Quaternion>
,MatrixDecomposition<Quaternion>
,MatrixDecomposition.Determinant<Quaternion>
,MatrixDecomposition.Ordered<Quaternion>
,MatrixDecomposition.Pivoting<Quaternion>
,MatrixDecomposition.RankRevealing<Quaternion>
,MatrixDecomposition.Solver<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:
LUDecomposition<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.matrix.decomposition.LUDecomposition
LUDecomposition.C128, LUDecomposition.H256, LUDecomposition.Q128, LUDecomposition.R064, LUDecomposition.R128
Nested classes/interfaces inherited from interface org.ojalgo.matrix.transformation.InvertibleFactor
InvertibleFactor.IdentityFactor<N extends Comparable<N>>
Nested classes/interfaces inherited from interface org.ojalgo.matrix.decomposition.LU
LU.Factory<N extends Comparable<N>>
Nested classes/interfaces inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition
MatrixDecomposition.Determinant<N extends Comparable<N>>, MatrixDecomposition.EconomySize<N extends Comparable<N>>, MatrixDecomposition.Factory<D extends MatrixDecomposition<?>>, MatrixDecomposition.Hermitian<N extends Comparable<N>>, MatrixDecomposition.Ordered<N extends Comparable<N>>, MatrixDecomposition.Pivoting<N extends Comparable<N>>, MatrixDecomposition.RankRevealing<N extends Comparable<N>>, MatrixDecomposition.Solver<N extends Comparable<N>>, MatrixDecomposition.Values<N extends Comparable<N>>
Nested classes/interfaces inherited from interface org.ojalgo.matrix.Provider2D
Provider2D.Condition, Provider2D.Determinant<N extends Comparable<N>>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<M>, Provider2D.Rank, Provider2D.Solution<M>, Provider2D.Symmetric, Provider2D.Trace<N extends 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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.ojalgo.matrix.decomposition.LUDecomposition
btran, calculateDeterminant, checkSolvability, countSignificant, decompose, decomposeWithoutPivoting, ftran, getDeterminant, getInverse, getL, getPivotOrder, getRankThreshold, getReducedPivots, getReversePivotOrder, getSolution, getSolution, getU, invert, invert, isPivoted, isSolvable, preallocate, preallocate, solve, solve
Methods inherited from class org.ojalgo.matrix.decomposition.InPlaceDecomposition
getColDim, getInPlace, getInverse, getRowDim, setInPlace
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, reset
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.LU
reconstruct
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition
isComputed, reset
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Determinant
toDeterminantProvider
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
getRank, isFullRank
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
compute, ftran, getInverse, invert, solve, toInverseProvider, toSolutionProvider
Methods inherited from interface org.ojalgo.matrix.task.SolverTask
preallocate
Methods inherited from interface org.ojalgo.structure.Structure2D
count, countColumns, countRows, firstInColumn, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfRow, size
-
Constructor Details
-
H256
H256()
-