PaStiX Handbook 6.4.0
Loading...
Searching...
No Matches
solver_matrix_gen.c File Reference
#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.
 

Detailed Description

PaStiX solver structure generation function.

Version
6.4.0
Author
Tony Delarue
Pascal Henon
Pierre Ramet
Xavier Lacoste
Mathieu Faverge
Gregoire Pichon
Nolan Bredel
Alycia Lisito
Date
2024-07-05

Definition in file solver_matrix_gen.c.