summaryrefslogtreecommitdiff
path: root/isl_mat.h
diff options
context:
space:
mode:
authorSven Verdoolaege <skimo@kotnet.org>2009-01-02 17:18:42 +0100
committerSven Verdoolaege <skimo@kotnet.org>2009-01-06 19:10:50 +0100
commit0a6ff650419d1b66f417356c2f8aeb6e7a7e7c80 (patch)
tree106570baecb3d1c2a33ee9911e931e27b1eda16d /isl_mat.h
parent2c1923a56d26585cc7a1810c8b98973e33e266a0 (diff)
downloadisl-0a6ff650419d1b66f417356c2f8aeb6e7a7e7c80.tar.gz
isl-0a6ff650419d1b66f417356c2f8aeb6e7a7e7c80.tar.bz2
isl-0a6ff650419d1b66f417356c2f8aeb6e7a7e7c80.zip
add isl_mat_col_submul
Diffstat (limited to 'isl_mat.h')
-rw-r--r--isl_mat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/isl_mat.h b/isl_mat.h
index ba8ac079..a243928d 100644
--- a/isl_mat.h
+++ b/isl_mat.h
@@ -63,6 +63,9 @@ struct isl_mat *isl_mat_drop_cols(struct isl_ctx *ctx, struct isl_mat *mat,
struct isl_mat *isl_mat_drop_rows(struct isl_ctx *ctx, struct isl_mat *mat,
unsigned row, unsigned n);
+void isl_mat_col_submul(struct isl_mat *mat,
+ int dst_col, isl_int f, int src_col);
+
struct isl_basic_set *isl_basic_set_preimage(struct isl_ctx *ctx,
struct isl_basic_set *bset, struct isl_mat *mat);
struct isl_set *isl_set_preimage(struct isl_ctx *ctx,