summaryrefslogtreecommitdiff
path: root/gsl-1.9/cblas/srotmg.c
blob: 3366300f181e6973e45e84a5fa297b3c064289f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"

void
cblas_srotmg (float *d1, float *d2, float *b1, const float b2, float *P)
{
#define BASE float
#include "source_rotmg.h"
#undef BASE
}