summaryrefslogtreecommitdiff
path: root/isl_sample.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-13make some internal functions staticSven Verdoolaege1-1/+1
2009-08-28export isl_vec_ceilSven Verdoolaege1-18/+0
2009-08-28isl_basic_set_sample: only perform basis reduction onceSven Verdoolaege1-2/+12
2009-08-07add isl_basic_set_sample_boundedSven Verdoolaege1-2/+15
2009-07-16isl_tab: drop isl_ctx argument where not absolutely requiredSven Verdoolaege1-10/+10
2009-07-16isl_mat: keep track of isl_ctxSven Verdoolaege1-48/+38
2009-07-16isl_basic_set_sample: don't project out lineality space up frontSven Verdoolaege1-87/+24
2009-07-15move isl_basic_set_skew_to_positive_orthant to isl_sample.cSven Verdoolaege1-9/+103
2009-07-15isl_basic_set_sample: break early if sample found in basic_set_rangeSven Verdoolaege1-3/+35
2009-07-15isl_basic_set_sample: check sample stored by isl_basic_map_is_empty firstSven Verdoolaege1-0/+13
2009-07-15introduce generalized basis reduction based samplingSven Verdoolaege1-1/+594
2009-07-15isl_sample.c: interval_sample: drop redundant argumentSven Verdoolaege1-5/+4
2009-07-15isl_sample.c: clean up handling of lineality spaceSven Verdoolaege1-40/+73
2009-07-13isl_sample.c: extract out sample_eqSven Verdoolaege1-12/+29
2009-07-13isl_sample.c: interval_sample: handle equalities directlySven Verdoolaege1-3/+22
2009-07-13isl_sample.c: extract out empty_sampleSven Verdoolaege1-5/+12
2009-07-13isl_sample.c: generalize point_sample to zero_sampleSven Verdoolaege1-28/+35
2009-07-13isl_vec: keep track of isl_ctxSven Verdoolaege1-1/+1
2009-03-20isl_{basic_,}set_preimage: drop ctx argumentSven Verdoolaege1-1/+1
2009-03-08rename F_ and FL_ macros to ISL_F_ and ISL_FL_ to avoid name clashesSven Verdoolaege1-1/+1
2008-12-14introduce isl_dim structure for representing shared dimension informationSven Verdoolaege1-8/+12
2008-10-11isl_sample.c: add missing includeSven Verdoolaege1-0/+1
2008-10-11add struct_ctx field to isl_set and isl_mapSven Verdoolaege1-13/+14
2008-08-25sample: remove lineality and skew into positive orthantSven Verdoolaege1-0/+97
2008-08-25isl_basic_set_sample: special case 0D and 1D setsSven Verdoolaege1-0/+54
2008-08-25isl_basic_set_sample: remove equalities firstSven Verdoolaege1-0/+25
2008-08-25reimplement isl_basic_map_is_empty in terms of isl_basic_set_sampleSven Verdoolaege1-0/+13