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