![]() |
![]()
| ![]() |
![]()
NAMESRC/slaexc.f SYNOPSISFunctions/Subroutinessubroutine slaexc (wantq, n, t, ldt, q, ldq, j1, n1, n2,
work, info)
Function/Subroutine Documentationsubroutine slaexc (logical wantq, integer n, real, dimension( ldt, * ) t, integer ldt, real, dimension( ldq, * ) q, integer ldq, integer j1, integer n1, integer n2, real, dimension( * ) work, integer info)SLAEXC swaps adjacent diagonal blocks of a real upper quasi-triangular matrix in Schur canonical form, by an orthogonal similarity transformation. Purpose:
Parameters WANTQ
N
T
LDT
Q
LDQ
J1
N1
N2
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 136 of file slaexc.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|