public static interface MatrixDecomposition.Hermitian<N extends Number> extends MatrixDecomposition<N>
MatrixDecomposition.Determinant<N extends Number>, MatrixDecomposition.EconomySize<N extends Number>, MatrixDecomposition.Factory<D extends MatrixDecomposition<?>>, MatrixDecomposition.Hermitian<N extends Number>, MatrixDecomposition.Ordered<N extends Number>, MatrixDecomposition.RankRevealing<N extends Number>, MatrixDecomposition.Solver<N extends Number>, MatrixDecomposition.Values<N extends Number>
TYPICAL
Modifier and Type | Method and Description |
---|---|
default boolean |
checkAndCompute(MatrixStore<N> matrix)
Absolutely must check if the matrix is hermitian or not.
|
decompose, isComputed, reconstruct, reset
default boolean checkAndCompute(MatrixStore<N> matrix)
matrix
- A matrix to check and then (maybe) decomposeCopyright © 2018 Optimatika. All rights reserved.