Revision 24cf94637541a1006d492dd0f39064c96a561d19 authored by Ben Hermans on 22 April 2020, 17:21:07 UTC, committed by Ben Hermans on 22 April 2020, 17:21:07 UTC
1 parent 22a3296
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 ...