summaryrefslogtreecommitdiff
path: root/isl_mat.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-10-14add isl_basic_set_print and isl_set_print for printing in PolyLib formatSven Verdoolaege1-1/+1
2008-10-11isl_mat.c: fix some warningsSven Verdoolaege1-2/+2
2008-10-11add struct_ctx field to isl_set and isl_mapSven Verdoolaege1-11/+12
2008-08-25sample: remove lineality and skew into positive orthantSven Verdoolaege1-10/+15
2008-08-25add convex hull computationSven Verdoolaege1-6/+149
2008-08-25keep cache of blocks of isl_intsSven Verdoolaege1-2/+1
2008-08-25isl_basic_set_sample: remove equalities firstSven Verdoolaege1-0/+671