PaStiX Handbook 6.4.0
|
#include <stdio.h>
#include <assert.h>
#include "common.h"
#include "symbol/symbol.h"
#include "queue.h"
#include "blend/solver.h"
#include "elimintree.h"
#include "cost.h"
#include "cand.h"
#include "extendVector.h"
#include "blendctrl.h"
#include "simu.h"
#include "pastix_zcores.h"
#include "pastix_ccores.h"
#include "pastix_dcores.h"
#include "pastix_scores.h"
Go to the source code of this file.
Functions | |
int | solverCheck (const SolverMatrix *solvmtx) |
Checks the consistency of the given solver matrix structure. | |
PaStiX check function fo rthe solver structure.
Definition in file solver_check.c.