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