public interface Tridiagonal<N extends Number> extends MatrixDecomposition<N>
Modifier and Type | Interface and Description |
---|---|
static interface |
Tridiagonal.Factory<N extends Number> |
MatrixDecomposition.Determinant<N extends Number>, MatrixDecomposition.EconomySize<N extends Number>, 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>
Modifier and Type | Field and Description |
---|---|
static Tridiagonal.Factory<BigDecimal> |
BIG |
static Tridiagonal.Factory<ComplexNumber> |
COMPLEX |
static Tridiagonal.Factory<Double> |
PRIMITIVE |
static Tridiagonal.Factory<Quaternion> |
QUATERNION |
static Tridiagonal.Factory<RationalNumber> |
RATIONAL |
TYPICAL
Modifier and Type | Method and Description |
---|---|
static <N extends Number> |
equals(MatrixStore<N> matrix,
Tridiagonal<N> decomposition,
NumberContext context) |
MatrixStore<N> |
getD() |
MatrixStore<N> |
getQ() |
static <N extends Number> |
make(Access2D<N> typical) |
default MatrixStore<N> |
reconstruct() |
static <N extends Number> |
reconstruct(Tridiagonal<N> decomposition) |
decompose, isComputed, reset
static final Tridiagonal.Factory<BigDecimal> BIG
static final Tridiagonal.Factory<ComplexNumber> COMPLEX
static final Tridiagonal.Factory<Double> PRIMITIVE
static final Tridiagonal.Factory<Quaternion> QUATERNION
static final Tridiagonal.Factory<RationalNumber> RATIONAL
static <N extends Number> Tridiagonal<N> make(Access2D<N> typical)
static <N extends Number> boolean equals(MatrixStore<N> matrix, Tridiagonal<N> decomposition, NumberContext context)
static <N extends Number> MatrixStore<N> reconstruct(Tridiagonal<N> decomposition)
MatrixStore<N> getD()
MatrixStore<N> getQ()
default MatrixStore<N> reconstruct()
reconstruct
in interface MatrixDecomposition<N extends Number>
Copyright © 2018 Optimatika. All rights reserved.