LAPACK
3.11.0
LAPACK: Linear Algebra PACKage
cblas_zrotg.c
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
cblas_zrotg(
void
*a,
void
*b,
double
*c,
void
*s)
10
{
11
F77_zrotg(a,b,c,s);
12
}
13
CBLAS
src
cblas_zrotg.c
Generated on Wed Mar 1 2023 17:31:40 for LAPACK by
1.8.13