Revision d7989805982079e96b3c0d3d01fb440f5e401941 authored by Ben Hermans on 20 April 2020, 10:46:06 UTC, committed by Ben Hermans on 20 April 2020, 10:46:06 UTC
1 parent cee2741
copy.h
#ifndef LADEL_COPY_H
#define LADEL_COPY_H
#include "types.h"
void ladel_sparse_copy(ladel_sparse_matrix *M, ladel_sparse_matrix *M_copy);
void ladel_int_vector_copy(ladel_int *x, ladel_int size, ladel_int *y);
#endif /*LADEL_COPY_H*/

Computing file changes ...