Revision a3a296fddafeefd5bfa7dfd95e04ec3d62ea00e2 authored by Ben Hermans on 16 March 2020, 16:11:21 UTC, committed by Ben Hermans on 16 March 2020, 16:11:21 UTC
1 parent fe5f1c0
matvec.h
#include "global.h"
#include "types.h"
void ladel_matvec(const ladel_sparse_matrix *M, const ladel_double *x, ladel_double *y, ladel_int reset);
void ladel_tpose_matvec(const ladel_sparse_matrix *M, const ladel_double *x, ladel_double *y, ladel_int reset);

Computing file changes ...