public interface HermitianDecomposition<N extends java.lang.Number> extends MatrixDecomposition<N>
InverterTask.Factory<N extends java.lang.Number>
SolverTask.Factory<N extends java.lang.Number>
BIG, COMPLEX, PRIMITIVE
BIG, COMPLEX, PRIMITIVE
Modifier and Type | Method and Description |
---|---|
default boolean |
checkAndCompute(Access2D<?> matrix)
Will check if then the input matrix is hermitian and if it is then compute the decomposition.
|
compute, equals, equals, getInverse, getInverse, isComputed, isFullSize, isSolvable, reconstruct, reset, solve, solve
invert, invert, preallocate
preallocate, solve, solve
default boolean checkAndCompute(Access2D<?> matrix)
matrix
- A matrix to decompose