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
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 ...