NAME

srotg - Construct a Given's plane rotation


SYNOPSIS

  SUBROUTINE SROTG( A, B, C, S)
  REAL A, B, C, S
  SUBROUTINE SROTG_64( A, B, C, S)
  REAL A, B, C, S

F95 INTERFACE

  SUBROUTINE ROTG( A, B, C, S)
  REAL :: A, B, C, S
  SUBROUTINE ROTG_64( A, B, C, S)
  REAL :: A, B, C, S

C INTERFACE

#include <sunperf.h>

void srotg(float *a, float *b, float *c, float *s);

void srotg_64(float *a, float *b, float *c, float *s);


PURPOSE

srotg Construct a Given's plane rotation that will annihilate an element of a vector.


ARGUMENTS