add isl_mat_insert_rows
[platform/upstream/isl.git] / isl_mat.c
2010-05-13 Sven Verdoolaegeadd isl_mat_insert_rows
2010-05-13 Sven Verdoolaegeadd isl_mat_normalize
2010-05-13 Sven Verdoolaegeadd isl_mat_diagonal
2010-05-13 Sven Verdoolaegeisl_mat_lin_to_aff: fix error handling
2010-04-10 Sven Verdoolaegeisl_basic_set_preimage: add extra sanity check
2010-03-20 Sven Verdoolaegeadd isl_mat_move_cols
2010-03-09 Sven Verdoolaegeadd isl_mat_insert_cols
2010-02-04 Sven Verdoolaegeadd isl_mat_from_row_vec and isl_mat_vec_concat
2009-12-18 Sven Verdoolaegeisl_mat_right_inverse: be more verbose on error condition
2009-12-16 Sven Verdoolaegeadd copyright statements
2009-10-16 Sven Verdoolaegeadd isl_mat_is_equal
2009-10-07 Sven Verdoolaegeadd isl_mat_vec_inverse_product
2009-10-07 Sven Verdoolaegeadd isl_mat_concat
2009-10-03 Sven Verdoolaegefix long standing bug in isl_mat_inverse_product
2009-09-06 Sven Verdoolaegeisl_assert: validate all arguments and fix up fallout
2009-08-28 Sven Verdoolaegeadd isl_vec_mat_product
2009-08-07 Sven Verdoolaegeisl_mat_extend: make sure the number of rows never...
2009-08-07 Sven Verdoolaegeisl_mat: keep track of the actual number of columns...
2009-07-16 Sven Verdoolaegeisl_mat: keep track of isl_ctx
2009-07-13 Sven Verdoolaegeisl_vec: keep track of isl_ctx
2009-06-11 Sven Verdoolaegeisl_basic_set_preimage: handle divs in input
2009-05-06 Sven Verdoolaegeprivately export isl_mat_unimodular_complete
2009-03-23 Sven Verdoolaegeisl_mat_extend: properly extend matrices with reordered...
2009-03-20 Sven Verdoolaegeisl_mat_transpose: handle non-rectangular matrices
2009-03-20 Sven Verdoolaegeisl_basic_map_dup: copy flags of original to duplicate
2009-03-20 Sven Verdoolaegeadd isl_mat_extend
2009-03-20 Sven Verdoolaegeisl_{basic_,}set_preimage: drop ctx argument
2009-03-08 Sven Verdoolaegerename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid...
2009-03-08 Sven Verdoolaegeadd isl_mat_swap_cols
2009-03-08 Sven Verdoolaegeisl_mat_dump: also indent NULL mat
2009-03-08 Sven Verdoolaegeisl_set_preimage: clear ISL_SET_NORMALIZED flag
2009-02-15 Sven Verdoolaegefix serious error in isl_mat_parameter_compression
2009-01-06 Sven Verdoolaegeadd isl_mat_right_kernel
2009-01-06 Sven Verdoolaegeadd isl_mat_col_submul
2008-12-22 Sven Verdoolaegeavoid increasing "extra" without also extending the...
2008-12-14 Sven Verdoolaegeintroduce isl_dim structure for representing shared...
2008-10-13 Sven Verdoolaegeadd isl_basic_set_print and isl_set_print for printing...
2008-10-11 Sven Verdoolaegeisl_mat.c: fix some warnings
2008-10-11 Sven Verdoolaegeadd struct_ctx field to isl_set and isl_map
2008-08-25 Sven Verdoolaegesample: remove lineality and skew into positive orthant
2008-08-25 Sven Verdoolaegeadd convex hull computation
2008-08-25 Sven Verdoolaegekeep cache of blocks of isl_ints
2008-08-25 Sven Verdoolaegeisl_basic_set_sample: remove equalities first