org.ojalgo.matrix.decomposition
Class SchurDecomposition.SchurResult<N extends Number>

java.lang.Object
  extended by org.ojalgo.matrix.decomposition.SchurDecomposition.SchurResult<N>
Enclosing class:
SchurDecomposition<N extends Number>

public static final class SchurDecomposition.SchurResult<N extends Number>
extends Object


Constructor Summary
SchurDecomposition.SchurResult(Array1D<ComplexNumber> aDiagonal, MatrixStore<N> aQ)
           
 
Method Summary
 Array1D<ComplexNumber> getDiagonal()
           
 MatrixStore<N> getQ()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchurDecomposition.SchurResult

public SchurDecomposition.SchurResult(Array1D<ComplexNumber> aDiagonal,
                                      MatrixStore<N> aQ)
Method Detail

getDiagonal

public final Array1D<ComplexNumber> getDiagonal()

getQ

public final MatrixStore<N> getQ()