Go to the source code of this file.
Functions | |
subroutine | zrcrot1 (n, x, c, s) |
subroutine | zrcrot2 (n, x, y, c, s) |
subroutine | zrsf2csf (n, t, u, c, s) |
subroutine zrcrot1 | ( | integer | n, | |
x | , | |||
double precision,dimension(n-1) | c, | |||
double precision,dimension(n-1) | s | |||
) |
Definition at line 70 of file zrsf2csf.f.
Referenced by zrsf2csf().
Definition at line 85 of file zrsf2csf.f.
Referenced by zrsf2csf().
subroutine zrsf2csf | ( | integer | n, | |
t | , | |||
u | , | |||
double precision,dimension(n-1) | c, | |||
double precision,dimension(n-1) | s | |||
) |
Definition at line 22 of file zrsf2csf.f.
References zrcrot1(), and zrcrot2().
Referenced by ComplexSCHUR::ComplexSCHUR().