![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Functions | |
| subroutine | crcrot1 (n, x, c, s) |
| subroutine | crcrot2 (n, x, y, c, s) |
| subroutine | crsf2csf (n, t, u, c, s) |
| 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 22 of file crsf2csf.f.
References crcrot1(), crcrot2(), and octave_value::sqrt().
Referenced by FloatComplexSCHUR::FloatComplexSCHUR().
1.8.1.2