public static final class SchurDecomposition.SchurResult<N extends java.lang.Number>
extends java.lang.Object
Constructor and Description |
---|
SchurResult(Array1D<ComplexNumber> aDiagonal,
MatrixStore<N> aQ) |
Modifier and Type | Method and Description |
---|---|
Array1D<ComplexNumber> |
getDiagonal() |
MatrixStore<N> |
getQ() |
public SchurResult(Array1D<ComplexNumber> aDiagonal, MatrixStore<N> aQ)
public final Array1D<ComplexNumber> getDiagonal()
public final MatrixStore<N> getQ()