export isl_mat_dup
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 4 Aug 2009 17:33:09 +0000 (19:33 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Tue, 4 Aug 2009 17:34:10 +0000 (19:34 +0200)
isl_mat.h

index 6d1431a..3671db1 100644 (file)
--- 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);