public static interface MatrixDecomposition.Values<N extends Number> extends MatrixDecomposition.Ordered<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 |
---|---|
boolean |
computeValuesOnly(Access2D.Collectable<N,? super PhysicalStore<N>> matrix) |
isOrdered
decompose, isComputed, reconstruct, reset
boolean computeValuesOnly(Access2D.Collectable<N,? super PhysicalStore<N>> matrix)
matrix
- The matrix to decomposeSolver#compute(Collectable)
or #decompose(Collectable)
if the
instance does not implement MatrixDecomposition.Solver
.Copyright © 2018 Optimatika. All rights reserved.