zrotg.f

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

NAME

zrotg.f  

SYNOPSIS


 

Functions/Subroutines


subroutine zrotg (CA, CB, C, S)
ZROTG  

Function/Subroutine Documentation

 

subroutine zrotg (complex*16 CA, complex*16 CB, double precision C, complex*16 S)

ZROTG

Purpose:

    ZROTG determines a double complex Givens rotation.


 

Parameters:

CA

          CA is COMPLEX*16


CB

          CB is COMPLEX*16


C

          C is DOUBLE PRECISION


S

          S is COMPLEX*16


 

Author:

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Date:

November 2017

Definition at line 64 of file zrotg.f.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
subroutine zrotg (complex*16 CA, complex*16 CB, double precision C, complex*16 S)
Author