PaStiX Handbook 6.4.0
|
#include <stdio.h>
#include <math.h>
#include "common.h"
#include "symbol/symbol.h"
#include "queue.h"
#include "extendVector.h"
#include "elimintree.h"
#include "cost.h"
#include "cand.h"
#include "blendctrl.h"
#include "blend/solver.h"
#include "simu.h"
Go to the source code of this file.
Functions | |
void | simuTaskBuild (SimuCtrl *simuctrl, const symbol_matrix_t *symbptr) |
Initialize the tasktab array of the simulation structure. | |
PaStiX simulation task basic functions.
Definition in file simu_task.c.