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