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, PRIMITIVEBIG, 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, solveinvert, invert, preallocatepreallocate, solve, solvedefault boolean checkAndCompute(Access2D<?> matrix)
matrix - A matrix to decompose