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