From ab54b7ed80e597b1b42c3722af73055559520b38 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Tue, 4 Aug 2009 19:33:09 +0200 Subject: [PATCH] export isl_mat_dup --- isl_mat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/isl_mat.h b/isl_mat.h index 6d1431a..3671db1 100644 --- a/isl_mat.h +++ b/isl_mat.h @@ -31,6 +31,7 @@ struct isl_mat { struct isl_mat *isl_mat_alloc(struct isl_ctx *ctx, unsigned n_row, unsigned n_col); +struct isl_mat *isl_mat_dup(struct isl_mat *mat); struct isl_mat *isl_mat_extend(struct isl_mat *mat, unsigned n_row, unsigned n_col); struct isl_mat *isl_mat_identity(struct isl_ctx *ctx, unsigned n_row); -- 2.7.4