LAPACK
3.12.1
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
cblas_crotg.c
Go to the documentation of this file.
1
/*
2
* cblas_crotg.c
3
*
4
* The program is a C interface to crotg.
5
*
6
*/
7
#include "
cblas.h
"
8
#include "
cblas_f77.h
"
9
void
API_SUFFIX
(
cblas_crotg
)(
void
*a,
void
*b,
float
*c,
void
*s)
10
{
11
F77_crotg
(a,b,c,s);
12
}
13
API_SUFFIX
#define API_SUFFIX(a)
Definition
cblas.h:57
cblas.h
cblas_crotg
void API_SUFFIX cblas_crotg(void *a, void *b, float *c, void *s)
Definition
cblas_crotg.c:9
F77_crotg
#define F77_crotg(...)
Definition
cblas_f77.h:270
cblas_f77.h
CBLAS
src
cblas_crotg.c
Generated on Mon Jan 20 2025 17:18:06 for LAPACK by
1.11.0