PaStiX Handbook
6.4.0
|
#include "common.h"
#include <math.h>
#include "lapacke.h"
#include "bcsc/bcsc.h"
#include "bcsc/bvec.h"
#include "order/order_internal.h"
#include "cblas.h"
#include "blend/solver.h"
Go to the source code of this file.
Functions | |
void * | bvec_malloc (size_t size) |
Allocate a vector. More... | |
void | bvec_free (void *x) |
Free a vector. More... | |
Definition in file bvec.c.