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
crsf2csf.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine crcrot1 (n, x, c, s)
 
subroutine crcrot2 (n, x, y, c, s)
 
subroutine crsf2csf (n, t, u, c, s)
 

Function/Subroutine Documentation

◆ crcrot1()

subroutine crcrot1 ( integer  n,
complex, dimension(n x,
real, dimension(n-1)  c,
real, dimension(n-1)  s 
)

Definition at line 71 of file crsf2csf.f.

Referenced by crsf2csf().

◆ crcrot2()

subroutine crcrot2 ( integer  n,
complex, dimension(n x,
complex, dimension(n y,
real  c,
real  s 
)

Definition at line 86 of file crsf2csf.f.

Referenced by crsf2csf().

◆ crsf2csf()

subroutine crsf2csf ( integer  n,
complex, dimension(n,n t,
complex, dimension(n,n u,
real, dimension(n-1)  c,
real, dimension(n-1)  s 
)

Definition at line 23 of file crsf2csf.f.

References crcrot1(), and crcrot2().