aboutsummaryrefslogtreecommitdiff
path: root/src/GeneralizedPolynomial-Uniform/template.c
Commit message (Expand)AuthorAge
* Remove Jonathan Thornburg's interpolatorjthorn2003-07-06
* Switch to using new version of Lagrange polynomial interpolationjthorn2003-04-15
* fix the test for input and output arrays having the same number ofjthorn2003-02-13
* bring documentation (which was 6 months or so out of date)jthorn2003-02-03
* oops, forgot to commit my changes to this to match recent changesjthorn2003-02-03
* bracket a for-loop inside extra { ... } so the for-loop variablejthorn2003-01-29
* remove another unused variable...jthorn2003-01-29
* remove some unused variables left in by mistakejthorn2003-01-29
* Code changesjthorn2003-01-29
* add testing for the error case where the grid is smaller than the moleculejthorn2002-12-20
* make the type conversions explicit in some assignments of the formjthorn2002-10-07
* change the string ??) in a comment to ?)jthorn2002-09-20
* This is a major reworking of this interpolator.jthorn2002-09-02
* This commit changes the semantics of the out_of_range_tolerance[]jthorn2002-08-19
* change C++- (and C99-) style // comments to C-style /* ... */jthorn2002-07-16
* slight reformatting of whitespace; no change in codejthorn2002-07-02
* Remove a const qualifier that shouldn't have been there -- if you wantjthorn2002-07-02
* change the way we handle NULL pointers for the input/output/Jacobianjthorn2002-07-01
* template.cjthorn2002-06-03
* three changes in this checkin:jthorn2002-06-02
* change $Id$ to $Header$jthorn2002-05-29
* add a test that output_arrays[out] != NULL before doing the interpolationjthorn2002-05-19
* add Jacobian_info argument to grdoc commentjthorn2002-05-19
* finish support for Jacobian queries (not properly tested yet)jthorn2002-05-16
* tweak a commentjthorn2002-05-14
* add infrastructure for Jacobian queryjthorn2002-05-14
* rework pointer casting for storing results of complex interpolationsjthorn2002-05-14
* document args to subfunctions a bit more,jthorn2002-05-12
* * switch to passing structure pointers to subfns for query infojthorn2002-05-12
* commit changes from 2 weeks of standalone programming on laptopjthorn2002-05-12
* initial checkin of new LocalInterp thornjthorn2002-02-27