drotg.f

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

NAME

drotg.f  

SYNOPSIS


 

Functions/Subroutines


subroutine drotg (DA, DB, C, S)
DROTG  

Function/Subroutine Documentation

 

subroutine drotg (double precision DA, double precision DB, double precision C, double precision S)

DROTG

Purpose:

    DROTG construct givens plane rotation.


 

Parameters:

DA

          DA is DOUBLE PRECISION


DB

          DB is DOUBLE PRECISION


C

          C is DOUBLE PRECISION


S

          S is DOUBLE PRECISION


 

Author:

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Date:

November 2017

Further Details:

     jack dongarra, linpack, 3/11/78.


 

Definition at line 71 of file drotg.f.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
subroutine drotg (double precision DA, double precision DB, double precision C, double precision S)
Author