Package org.ojalgo.matrix.decomposition
Class CholeskyDecomposition.H256
- java.lang.Object
-
- org.ojalgo.matrix.decomposition.AbstractDecomposition<N>
-
- org.ojalgo.matrix.decomposition.GenericDecomposition<N>
-
- org.ojalgo.matrix.decomposition.InPlaceDecomposition<N>
-
- org.ojalgo.matrix.decomposition.CholeskyDecomposition<Quaternion>
-
- org.ojalgo.matrix.decomposition.CholeskyDecomposition.H256
-
- All Implemented Interfaces:
Cholesky<Quaternion>
,LDU<Quaternion>
,MatrixDecomposition<Quaternion>
,MatrixDecomposition.Determinant<Quaternion>
,MatrixDecomposition.Hermitian<Quaternion>
,MatrixDecomposition.Ordered<Quaternion>
,MatrixDecomposition.RankRevealing<Quaternion>
,MatrixDecomposition.Solver<Quaternion>
,Provider2D
,Provider2D.Determinant<Quaternion>
,Provider2D.Inverse<java.util.Optional<MatrixStore<Quaternion>>>
,Provider2D.Rank
,Provider2D.Solution<java.util.Optional<MatrixStore<Quaternion>>>
,DeterminantTask<Quaternion>
,InverterTask<Quaternion>
,MatrixTask<Quaternion>
,SolverTask<Quaternion>
,InvertibleFactor<Quaternion>
,Structure1D
,Structure2D
- Enclosing class:
- CholeskyDecomposition<N extends java.lang.Comparable<N>>
static final class CholeskyDecomposition.H256 extends CholeskyDecomposition<Quaternion>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.ojalgo.matrix.decomposition.CholeskyDecomposition
CholeskyDecomposition.C128, CholeskyDecomposition.H256, CholeskyDecomposition.Q128, CholeskyDecomposition.R064, CholeskyDecomposition.R128
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.decomposition.Cholesky
Cholesky.Factory<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.transformation.InvertibleFactor
InvertibleFactor.IdentityFactor<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.decomposition.MatrixDecomposition
MatrixDecomposition.Determinant<N extends java.lang.Comparable<N>>, MatrixDecomposition.EconomySize<N extends java.lang.Comparable<N>>, MatrixDecomposition.Factory<D extends MatrixDecomposition<?>>, MatrixDecomposition.Hermitian<N extends java.lang.Comparable<N>>, MatrixDecomposition.Ordered<N extends java.lang.Comparable<N>>, MatrixDecomposition.Pivoting<N extends java.lang.Comparable<N>>, MatrixDecomposition.RankRevealing<N extends java.lang.Comparable<N>>, MatrixDecomposition.Solver<N extends java.lang.Comparable<N>>, MatrixDecomposition.Values<N extends java.lang.Comparable<N>>
-
Nested classes/interfaces inherited from interface org.ojalgo.matrix.Provider2D
Provider2D.Condition, Provider2D.Determinant<N extends java.lang.Comparable<N>>, Provider2D.Eigenpairs, Provider2D.Hermitian, Provider2D.Inverse<M>, Provider2D.Rank, Provider2D.Solution<M>, Provider2D.Symmetric, Provider2D.Trace<N extends java.lang.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>
-
-
Constructor Summary
Constructors Constructor Description H256()
-
Method Summary
-
Methods inherited from class org.ojalgo.matrix.decomposition.CholeskyDecomposition
btran, calculateDeterminant, checkAndDecompose, checkSolvability, compute, countSignificant, decompose, getDeterminant, getInverse, getL, getRankThreshold, getSolution, getSolution, invert, invert, isFullSize, isSolvable, isSPD, preallocate, preallocate, reset, 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
-
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.decomposition.Cholesky
getR, reconstruct
-
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.MatrixDecomposition
isComputed
-
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, 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
-
-