public static interface MatrixDecomposition.Determinant<N extends Number> extends MatrixDecomposition<N>, DeterminantTask<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>
DeterminantTask.Factory<N extends Number>
TYPICAL
BIG, COMPLEX, PRIMITIVE, QUATERNION, RATIONAL
Modifier and Type | Method and Description |
---|---|
N |
getDeterminant()
A matrix' determinant is the product of its eigenvalues.
|
decompose, isComputed, reconstruct, reset
calculateDeterminant
N getDeterminant()
A matrix' determinant is the product of its eigenvalues.
Copyright © 2018 Optimatika. All rights reserved.