Revision 5371c917259900b4efeffd61260e9ab9f80f2249 authored by Ben Hermans on 25 June 2020, 08:45:07 UTC, committed by Ben Hermans on 25 June 2020, 08:45:07 UTC
1 parent 97025d4
ladel_submatrix.h
#ifndef LADEL_SUBMATRIX_H
#define LADEL_SUBMATRIX_H
#include "ladel_types.h"
ladel_sparse_matrix *ladel_column_submatrix(ladel_sparse_matrix *M, ladel_int* cols, ladel_int nb_cols);
#endif /* LADEL_SUBMATRIX_H */

Computing file changes ...