Revision 4c2259d583e242ad4881ec98298d7787b5264c6a authored by Ben Hermans on 04 May 2020, 14:31:01 UTC, committed by Ben Hermans on 04 May 2020, 14:31:01 UTC
1 parent effd840
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 ...