fortran-lapack
Loading...
Searching...
No Matches
la_lapack::gees Interface Reference

GEES: computes for an N-by-N complex nonsymmetric matrix A, the eigenvalues, the Schur form T, and, optionally, the matrix of Schur vectors Z. This gives the Schur factorization A = Z*T*(Z**H). Optionally, it also orders the eigenvalues on the diagonal of the Schur form so that selected eigenvalues are at the top left. The leading columns of Z then form an orthonormal basis for the invariant subspace corresponding to the selected eigenvalues. A complex matrix is in Schur form if it is upper triangular. More...

Public Member Functions

 la_cgees
 
 la_dgees
 
 la_qgees
 
 la_sgees
 
 la_wgees
 
 la_zgees
 

Detailed Description

GEES: computes for an N-by-N complex nonsymmetric matrix A, the eigenvalues, the Schur form T, and, optionally, the matrix of Schur vectors Z. This gives the Schur factorization A = Z*T*(Z**H). Optionally, it also orders the eigenvalues on the diagonal of the Schur form so that selected eigenvalues are at the top left. The leading columns of Z then form an orthonormal basis for the invariant subspace corresponding to the selected eigenvalues. A complex matrix is in Schur form if it is upper triangular.

Member Function/Subroutine Documentation

◆ la_cgees()

la_lapack::gees::la_cgees

◆ la_dgees()

la_lapack::gees::la_dgees

◆ la_qgees()

la_lapack::gees::la_qgees

◆ la_sgees()

la_lapack::gees::la_sgees

◆ la_wgees()

la_lapack::gees::la_wgees

◆ la_zgees()

la_lapack::gees::la_zgees

The documentation for this interface was generated from the following file: