|
PaStiX Handbook 6.4.0
|
#include <stdio.h>#include <string.h>#include <strings.h>#include <math.h>#include <assert.h>#include <sys/stat.h>#include "common.h"#include "symbol/symbol.h"#include "blend/solver.h"#include "elimintree.h"#include "cost.h"#include "cand.h"#include "pastix/order.h"#include "extendVector.h"#include "simu.h"#include "blendctrl.h"#include "solver_matrix_gen_utils.h"Go to the source code of this file.
Functions | |
| int | solverMatrixGen (SolverMatrix *solvmtx, const symbol_matrix_t *symbmtx, const pastix_order_t *ordeptr, const SimuCtrl *simuctrl, const BlendCtrl *ctrl, PASTIX_Comm comm, isched_t *isched) |
| Initialize the solver matrix structure. | |
| int | solverMatrixGenSeq (SolverMatrix *solvmtx, const symbol_matrix_t *symbmtx, const pastix_order_t *ordeptr, const SimuCtrl *simuctrl, const BlendCtrl *ctrl, PASTIX_Comm comm, isched_t *isched, pastix_int_t is_dbg) |
| Initialize the solver matrix structure in sequential. | |
PaStiX solver structure generation function.
Definition in file solver_matrix_gen.c.