![]() |
![]()
| ![]() |
![]()
NAMESRC/dlaexc.f SYNOPSISFunctions/Subroutinessubroutine dlaexc (wantq, n, t, ldt, q, ldq, j1, n1, n2,
work, info)
Function/Subroutine Documentationsubroutine dlaexc (logical wantq, integer n, double precision, dimension( ldt, * ) t, integer ldt, double precision, dimension( ldq, * ) q, integer ldq, integer j1, integer n1, integer n2, double precision, dimension( * ) work, integer info)DLAEXC 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 dlaexc.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|