table of contents
crotg.f(3) | LAPACK | crotg.f(3) |
NAME¶
crotg.f
SYNOPSIS¶
Functions/Subroutines¶
subroutine crotg (CA, CB, C, S)
CROTG
Function/Subroutine Documentation¶
subroutine crotg (complex CA, complex CB, real C, complex S)¶
CROTG
Purpose:
CROTG determines a complex Givens rotation.
Parameters:
CA
CA is COMPLEX
CB
CB is COMPLEX
C
C is REAL
S
S is COMPLEX
Author:
Univ. of Tennessee
Univ. of California Berkeley
Univ. of Colorado Denver
NAG Ltd.
Date:
November 2017
Definition at line 64 of file crotg.f.
Author¶
Generated automatically by Doxygen for LAPACK from the source code.
Tue Nov 14 2017 | Version 3.8.0 |