|
PaStiX Handbook 6.4.0
|
#include "common/common.h"#include "bcsc/bcsc.h"#include "blend/solver.h"#include "kernels_trace.h"Go to the source code of this file.
Functions | |
| void | kernelsTraceStart () |
| Resumes the trace module. | |
| void | kernelsTraceStop () |
| Pauses the trace module. | |
| void | kernelsTraceInit (const pastix_data_t *pastix_data, pastix_trace_t trace) |
| Starts the trace module. | |
| void | kernelsTraceFinalize (const pastix_data_t *pastix_data) |
| Stops the trace module. | |
Variables | |
| pastix_int_t(* | core_get_rklimit )(pastix_int_t M, pastix_int_t N) = core_get_rklimit_end |
| Compute the maximal rank accepted for a given matrix size. The pointer is set according to the low-rank strategy used. | |
PaStiX trace and modelling routines
Definition in file kernels_trace.c.