From: Sven Verdoolaege Date: Tue, 4 Aug 2009 17:33:09 +0000 (+0200) Subject: export isl_mat_dup X-Git-Tag: isl-0.01~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ab54b7ed80e597b1b42c3722af73055559520b38;p=platform%2Fupstream%2Fisl.git export isl_mat_dup --- 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);