blob: b3510e8bfa3a2696f39b1e8776dd04abd27c7ec4 [file] [log] [blame]
#include <gsl/gsl_math.h>
#include <gsl/gsl_cblas.h>
#include "cblas.h"
void
cblas_ztbmv (const enum CBLAS_ORDER order, const enum CBLAS_UPLO Uplo,
const enum CBLAS_TRANSPOSE TransA, const enum CBLAS_DIAG Diag,
const int N, const int K, const void *A, const int lda, void *X,
const int incX)
{
#define BASE double
#include "source_tbmv_c.h"
#undef BASE
}