Package org.ojalgo.matrix.decomposition
Class LDLDecomposition.R128
java.lang.Object
org.ojalgo.matrix.decomposition.AbstractDecomposition<Quadruple>
org.ojalgo.matrix.decomposition.GenericDecomposition<Quadruple>
org.ojalgo.matrix.decomposition.InPlaceDecomposition<Quadruple>
org.ojalgo.matrix.decomposition.LDLDecomposition<Quadruple>
org.ojalgo.matrix.decomposition.LDLDecomposition.R128
- All Implemented Interfaces:
LDL<Quadruple>
,LDU<Quadruple>
,MatrixDecomposition<Quadruple>
,MatrixDecomposition.Determinant<Quadruple>
,MatrixDecomposition.Hermitian<Quadruple>
,MatrixDecomposition.Ordered<Quadruple>
,MatrixDecomposition.Pivoting<Quadruple>
,MatrixDecomposition.RankRevealing<Quadruple>
,MatrixDecomposition.Solver<Quadruple>
,Provider2D
,Provider2D.Determinant<Quadruple>
,Provider2D.Inverse<Optional<MatrixStore<Quadruple>>>
,Provider2D.Rank
,Provider2D.Solution<Optional<MatrixStore<Quadruple>>>
,DeterminantTask<Quadruple>
,InverterTask<Quadruple>
,MatrixTask<Quadruple>
,SolverTask<Quadruple>
,InvertibleFactor<Quadruple>
,Structure1D
,Structure2D
- Enclosing class:
LDLDecomposition<N extends Comparable<N>>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.ojalgo.matrix.decomposition.LDLDecomposition
LDLDecomposition.C128, LDLDecomposition.H256, LDLDecomposition.Q128, LDLDecomposition.R064, LDLDecomposition.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.LDL
LDL.Factory<N extends Comparable<N>>, LDL.ModifiedFactory<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.LDLDecomposition
btran, calculateDeterminant, checkSolvability, countSignificant, decompose, decomposeWithoutPivoting, getD, getDeterminant, getInverse, getL, getPivotOrder, getRankThreshold, getReversePivotOrder, getSolution, getSolution, invert, invert, isPivoted, isSolvable, preallocate, preallocate, setThreshold, 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.LDL
getR, 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.Hermitian
checkAndDecompose
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.RankRevealing
getRank, isFullRank
Methods inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition.Solver
compute, ftran, 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
-
R128
R128()
-