31
I Use This!
Activity Not Available

Commits : Listings

Analyzed 11 months ago. based on code collected about 4 years ago.
Mar 11, 2020 — Mar 11, 2021
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more documentation for interp2d More... about 11 years ago
extra check in avl_spmalloc More... about 11 years ago
initial documentation of interp2d More... about 11 years ago
added CMake build script (victor.zverovich =at= gmail.com) More... about 11 years ago
implemented a block allocation strategy for the AVL tree in spmatrix, reducing the number of malloc/free calls during runtime More... about 11 years ago
misc updates added script to run all tests under valgrind removed fprintf statements from specfunc/test_legendre.c More... about 11 years ago
minor update More... about 11 years ago
optimize create_random_sparse() test routine More... about 11 years ago
add btree parameter to documentation More... about 11 years ago
convert sparse triplet format to AVL trees for more efficient duplicate detection and lookup More... about 11 years ago
minor update to spmatrix/test.c More... about 11 years ago
stronger test for duplicate values in spmatrix_set More... about 11 years ago
gsl_spmatrix_set now checks if element exists before adding More... about 11 years ago
add gsl_multifit_robust_residuals to NEWS More... about 11 years ago
added function gsl_multifit_robust_residuals More... about 11 years ago
minor doc update for ridge regression More... about 11 years ago
c89 fixes More... about 11 years ago
interp2d c89 fixes + function pointers More... about 11 years ago
Merge branch 'interp2d' More... about 11 years ago
formatting and cleanup More... about 11 years ago
add interp2d_{get,set,idx} functions, remove INDEX_2D macro More... about 11 years ago
relax test tolerances for 2 multifit tests More... about 11 years ago
change error test for 15th degree polynomial (bug #39055) More... about 11 years ago
memory leak fix in test2d.c More... about 11 years ago
minor cleanup More... about 11 years ago
minor updates to sparse docs More... about 11 years ago
bug fix in sorting of complex numbers (bug #39055) More... about 11 years ago
memory optimization for steffen More... about 11 years ago
fix c89 issues with steffen.c More... about 11 years ago
add steffen interpolation method to NEWS More... about 11 years ago