summaryrefslogtreecommitdiff
path: root/isl_mat.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-02relicense isl under the MIT licenseSven Verdoolaege1-1/+1
2012-01-30add isl_mat_scale_down_rowSven Verdoolaege1-0/+15
2011-09-22Merge branch 'maint'Sven Verdoolaege1-2/+9
2011-09-22add isl_mat_diagSven Verdoolaege1-2/+9
2011-09-03rename isl_dim to isl_spaceSven Verdoolaege1-4/+4
2011-06-05add isl_mat_normalize_rowSven Verdoolaege1-0/+11
2011-06-04Merge branch 'maint'Sven Verdoolaege1-0/+4
2011-06-04isl_mat_scale_down: avoid trampling over aliased matricesSven Verdoolaege1-0/+4
2011-05-16add isl_mat_get_ctxSven Verdoolaege1-0/+5
2011-04-27add isl_mat_dumpSven Verdoolaege1-0/+5
2011-04-27rename isl_mat_dump to isl_mat_print_internalSven Verdoolaege1-1/+1
2011-04-21add isl_mat_add_zero_rowsSven Verdoolaege1-0/+23
2011-04-21add isl_basic_set_transform_dimsSven Verdoolaege1-0/+67
2011-04-21change isl_mat_sub_alloc prototypeSven Verdoolaege1-2/+11
2011-04-21add isl_mat_initial_non_zero_colsSven Verdoolaege1-0/+16
2011-04-21add isl_mat_set_element_siSven Verdoolaege1-0/+19
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