Menu

Commit [r2320]  Maximize  Restore  History

Added some sanity to the PyArrayObjects in the C code.

Pointers, eg 'relax_times' have been created to 'numpy_relax_times->data' and recast as double. Now
the elements of the array are refered to as 'relax_times[2]' rather than
'relax_times->data + 2*relax_times->strides[0]'. This should remove much pain.

bugman 2006-01-11

changed /1.1/maths_fns/exponential.c
changed /1.1/maths_fns/relax_fit.c
changed /1.1/maths_fns/relax_fit.h
/1.1/maths_fns/exponential.c Diff Switch to side-by-side view
Loading...
/1.1/maths_fns/relax_fit.c Diff Switch to side-by-side view
Loading...
/1.1/maths_fns/relax_fit.h Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.