#include <stdio.h>
#include <ctype.h>
#include <stdarg.h>
#include <string.h>
#include "cblas.h"
#include "cblas_test.h"
Go to the source code of this file.
Functions | |
void | cblas_xerbla (int info, const char *rout, const char *form,...) |
void | F77_xerbla (char *srname, void *vinfo) |
void cblas_xerbla | ( | int | info, |
const char * | rout, | ||
const char * | form, | ||
... | |||
) |
Definition at line 8 of file c_xerbla.c.
void F77_xerbla | ( | char * | srname, |
void * | vinfo | ||
) |
Definition at line 90 of file c_xerbla.c.