LAPACK
3.6.1
LAPACK: Linear Algebra PACKage
Main Page
Modules
Data Types List
Files
File List
File Members
cblas_srotg.c
Go to the documentation of this file.
1
/*
2
* cblas_srotg.c
3
*
4
* The program is a C interface to srotg.
5
*
6
* Written by Keita Teranishi. 2/11/1998
7
*
8
*/
9
#include "
cblas.h
"
10
#include "
cblas_f77.h
"
11
void
cblas_srotg
(
float
*a,
float
*b,
float
*c,
float
*s)
12
{
13
F77_srotg
(a,b,c,s);
14
}
cblas.h
F77_srotg
#define F77_srotg
Definition:
cblas_f77.h:43
cblas_f77.h
cblas_srotg
void cblas_srotg(float *a, float *b, float *c, float *s)
Definition:
cblas_srotg.c:11
CBLAS
src
cblas_srotg.c
Generated on Sun Jun 19 2016 20:52:09 for LAPACK by
1.8.10