LAPACK
3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
cblas_drotg.c
Go to the documentation of this file.
1
/*
2
* cblas_drotg.c
3
*
4
* The program is a C interface to drotg.
5
*
6
* Written by Keita Teranishi. 2/11/1998
7
*
8
*/
9
#include "
cblas.h
"
10
#include "
cblas_f77.h
"
11
void
API_SUFFIX
(
cblas_drotg
)(
double
*a,
double
*b,
double
*c,
double
*s)
12
{
13
F77_drotg
(a,b,c,s);
14
}
API_SUFFIX
#define API_SUFFIX(a)
Definition
cblas.h:57
cblas.h
cblas_drotg
void API_SUFFIX() cblas_drotg(double *a, double *b, double *c, double *s)
Definition
cblas_drotg.c:11
F77_drotg
#define F77_drotg(...)
Definition
cblas_f77.h:245
cblas_f77.h
CBLAS
src
cblas_drotg.c
Generated on Tue Nov 28 2023 11:55:04 for LAPACK by
1.9.7