9#ifndef _MNA_SOLVER_DYN_INTERFACE_H_
10#define _MNA_SOLVER_DYN_INTERFACE_H_
21 void (*
log)(
const char *);
24 int (*
solve)(
double *,
double *);
struct dpsim_mna_plugin * get_mna_plugin(const char *name)
int(* init)(struct dpsim_csr_matrix *)
void(* log)(const char *)
int(* solve)(double *, double *)
int(* lu_decomp)(struct dpsim_csr_matrix *)