crotg.f

Section: LAPACK (3)
Updated: Tue Nov 14 2017
Page Index
 

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.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
subroutine crotg (complex CA, complex CB, real C, complex S)
Author