public interface Tridiagonal<N extends Comparable<N>> extends MatrixDecomposition<N>
Modifier and Type | Interface and Description |
---|---|
static interface |
Tridiagonal.Factory<N extends Comparable<N>> |
MatrixDecomposition.Determinant<N extends Comparable<N>>, MatrixDecomposition.EconomySize<N extends Comparable<N>>, 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.Reshapable, Structure2D.RowColumnCallback, Structure2D.RowColumnKey<R,C>, Structure2D.RowColumnMapper<R,C>
Structure1D.BasicMapper<T>, Structure1D.IndexCallback, Structure1D.IndexMapper<T>, Structure1D.IntIndex, Structure1D.LongIndex, Structure1D.LoopCallback
Modifier and Type | Field and Description |
---|---|
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 Comparable<N>> |
equals(MatrixStore<N> matrix,
Tridiagonal<N> decomposition,
NumberContext context) |
MatrixStore<N> |
getD() |
MatrixStore<N> |
getQ() |
default MatrixStore<N> |
reconstruct() |
decompose, isComputed, reset
column, column, column, column, column, count, count, countColumns, countRows, firstInColumn, firstInColumn, firstInColumn, firstInRow, firstInRow, firstInRow, getColDim, getMaxDim, getMinDim, getRowDim, index, isEmpty, isFat, isScalar, isSquare, isTall, isVector, limitOfColumn, limitOfColumn, limitOfColumn, limitOfRow, limitOfRow, limitOfRow, loopAll, loopColumn, loopColumn, loopDiagonal, loopMatching, loopRow, loopRow, mapperOf, row, row, row, row, row
index, loopAll, loopMatching, loopRange, mapper, size, toIntIndexes
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 Comparable<N>> boolean equals(MatrixStore<N> matrix, Tridiagonal<N> decomposition, NumberContext context)
MatrixStore<N> getD()
MatrixStore<N> getQ()
default MatrixStore<N> reconstruct()
reconstruct
in interface MatrixDecomposition<N extends Comparable<N>>
Copyright © 2022 Optimatika. All rights reserved.