public static interface MatrixDecomposition.Hermitian<N extends Comparable<N>> extends MatrixDecomposition<N>
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>>
Structure2D.IntRowColumn, Structure2D.Logical<S extends Structure2D,B extends Structure2D.Logical<S,B>>, Structure2D.LongRowColumn, Structure2D.ReducibleTo1D<R extends Structure1D>, Structure2D.RowColumnCallback, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
TYPICAL
Modifier and Type | Method and Description |
---|---|
default boolean |
checkAndCompute(MatrixStore<N> matrix)
Deprecated.
v48 Use
#checkAndDecompose(MatrixStore instead |
default boolean |
checkAndDecompose(MatrixStore<N> matrix)
Absolutely must check if the matrix is hermitian or not.
|
decompose, isComputed, reconstruct, reset
column, column, column, column, column, count, count, countColumns, countRows, index, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, mapperOf, row, row, row, row, row
index, loopAll, loopMatching, loopRange, mapper, size, toIntIndexes
@Deprecated default boolean checkAndCompute(MatrixStore<N> matrix)
#checkAndDecompose(MatrixStore)
insteadmatrix
- A matrix to check and then (maybe) decomposedefault boolean checkAndDecompose(MatrixStore<N> matrix)
matrix
- A matrix to check and then (maybe) decomposeCopyright © 2019 Optimatika. All rights reserved.