GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
zrsf2csf.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine zrcrot1 (n, x, c, s)
 
subroutine zrcrot2 (n, x, y, c, s)
 
subroutine zrsf2csf (n, t, u, c, s)
 

Function/Subroutine Documentation

◆ zrcrot1()

subroutine zrcrot1 ( integer  n,
double complex, dimension(n x,
double precision, dimension(n-1)  c,
double precision, dimension(n-1)  s 
)

Definition at line 71 of file zrsf2csf.f.

Referenced by zrsf2csf().

◆ zrcrot2()

subroutine zrcrot2 ( integer  n,
double complex, dimension(n x,
double complex, dimension(n y,
double precision  c,
double precision  s 
)

Definition at line 86 of file zrsf2csf.f.

Referenced by zrsf2csf().

◆ zrsf2csf()

subroutine zrsf2csf ( integer  n,
double complex, dimension(n,n t,
double complex, dimension(n,n u,
double precision, dimension(n-1)  c,
double precision, dimension(n-1)  s 
)

Definition at line 23 of file zrsf2csf.f.

References zrcrot1(), and zrcrot2().