summaryrefslogtreecommitdiff
path: root/isl_mat.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-11isl_mat_left_hermite: plug memory leak on error pathSven Verdoolaege1-0/+1
2011-04-11plug memory leak in isl_mat_productSven Verdoolaege1-0/+2
2011-03-18isl_mat_extend: avoid memory leak when realloc failsSven Verdoolaege1-2/+4
2011-03-16hide isl_ctx internalsSven Verdoolaege1-0/+1
2010-12-07add isl_mat_col_addSven Verdoolaege1-0/+12
2010-11-20Rename headers from isl_header.h to isl/header.hSven Verdoolaege1-2/+2
2010-10-13isl_mat_right_inverse: fix memory leak on error pathSven Verdoolaege1-0/+1
2010-09-04add public API for matricesSven Verdoolaege1-1/+44
2010-08-26add isl_mat_insert_zero_colsSven Verdoolaege1-3/+10
2010-08-04add isl_mat_add_rowsSven Verdoolaege1-0/+8
2010-08-04add isl_mat_add_zero_colsSven Verdoolaege1-0/+18
2010-08-02hide isl_dim internalsSven Verdoolaege1-0/+1
2010-06-26isl_basic_set_preimage: avoid NULL pointer dereferenceSven Verdoolaege1-4/+5
2010-06-19add rudimentary error reporting mechanismSven Verdoolaege1-1/+0
2010-05-13add isl_mat_insert_rowsSven Verdoolaege1-0/+25
2010-05-13add isl_mat_normalizeSven Verdoolaege1-0/+45
2010-05-13add isl_mat_diagonalSven Verdoolaege1-0/+36
2010-05-13isl_mat_lin_to_aff: fix error handlingSven Verdoolaege1-1/+4
2010-04-10isl_basic_set_preimage: add extra sanity checkSven Verdoolaege1-0/+1
2010-03-20add isl_mat_move_colsSven Verdoolaege1-0/+43
2010-03-09add isl_mat_insert_colsSven Verdoolaege1-0/+25
2010-02-04add isl_mat_from_row_vec and isl_mat_vec_concatSven Verdoolaege1-0/+25
2009-12-18isl_mat_right_inverse: be more verbose on error conditionSven Verdoolaege1-1/+1
2009-12-16add copyright statementsSven Verdoolaege1-0/+9
2009-10-16add isl_mat_is_equalSven Verdoolaege1-0/+20
2009-10-07add isl_mat_vec_inverse_productSven Verdoolaege1-0/+29
2009-10-07add isl_mat_concatSven Verdoolaege1-0/+34
2009-10-03fix long standing bug in isl_mat_inverse_productSven Verdoolaege1-5/+5
2009-09-06isl_assert: validate all arguments and fix up falloutSven Verdoolaege1-15/+18
2009-08-28add isl_vec_mat_productSven Verdoolaege1-0/+28
2009-08-07isl_mat_extend: make sure the number of rows never decreasesSven Verdoolaege1-0/+2
2009-08-07isl_mat: keep track of the actual number of columns in a rowSven Verdoolaege1-4/+10
2009-07-16isl_mat: keep track of isl_ctxSven Verdoolaege1-128/+122
2009-07-13isl_vec: keep track of isl_ctxSven Verdoolaege1-3/+3
2009-06-11isl_basic_set_preimage: handle divs in inputSven Verdoolaege1-19/+46
2009-05-06privately export isl_mat_unimodular_completeSven Verdoolaege1-0/+26
2009-03-23isl_mat_extend: properly extend matrices with reordered rowsSven Verdoolaege1-1/+5
2009-03-20isl_mat_transpose: handle non-rectangular matricesSven Verdoolaege1-7/+17
2009-03-20isl_basic_map_dup: copy flags of original to duplicateSven Verdoolaege1-0/+6
2009-03-20add isl_mat_extendSven Verdoolaege1-0/+45
2009-03-20isl_{basic_,}set_preimage: drop ctx argumentSven Verdoolaege1-5/+7
2009-03-08rename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid name clashesSven Verdoolaege1-3/+3
2009-03-08add isl_mat_swap_colsSven Verdoolaege1-0/+19
2009-03-08isl_mat_dump: also indent NULL matSven Verdoolaege1-1/+1
2009-03-08isl_set_preimage: clear ISL_SET_NORMALIZED flagSven Verdoolaege1-0/+1
2009-02-15fix serious error in isl_mat_parameter_compressionSven Verdoolaege1-0/+27
2009-01-06add isl_mat_right_kernelSven Verdoolaege1-0/+29
2009-01-06add isl_mat_col_submulSven Verdoolaege1-0/+9
2008-12-22avoid increasing "extra" without also extending the div arraySven Verdoolaege1-1/+10
2008-12-14introduce isl_dim structure for representing shared dimension informationSven Verdoolaege1-6/+15