srotg.f

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

NAME

srotg.f  

SYNOPSIS


 

Functions/Subroutines


subroutine srotg (SA, SB, C, S)
SROTG  

Function/Subroutine Documentation

 

subroutine srotg (real SA, real SB, real C, real S)

SROTG

Purpose:

    SROTG construct givens plane rotation.


 

Parameters:

SA

          SA is REAL


SB

          SB is REAL


C

          C is REAL


S

          S is REAL


 

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 srotg.f.  

Author

Generated automatically by Doxygen for LAPACK from the source code.


 

Index

NAME
SYNOPSIS
Functions/Subroutines
Function/Subroutine Documentation
subroutine srotg (real SA, real SB, real C, real S)
Author