![]() |
LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
|
Functions | |
subroutine | cgees (JOBVS, SORT, SELECT, N, A, LDA, SDIM, W, VS, LDVS, WORK, LWORK, RWORK, BWORK, INFO) |
CGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices More... | |
subroutine | dgees (JOBVS, SORT, SELECT, N, A, LDA, SDIM, WR, WI, VS, LDVS, WORK, LWORK, BWORK, INFO) |
DGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices More... | |
subroutine | sgees (JOBVS, SORT, SELECT, N, A, LDA, SDIM, WR, WI, VS, LDVS, WORK, LWORK, BWORK, INFO) |
SGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices More... | |
subroutine | zgees (JOBVS, SORT, SELECT, N, A, LDA, SDIM, W, VS, LDVS, WORK, LWORK, RWORK, BWORK, INFO) |
ZGEES computes the eigenvalues, the Schur form, and, optionally, the matrix of Schur vectors for GE matrices More... | |