Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-09 | Change find prototype and function (output is one dimention indexation) | torset | |
2008-11-12 | Header update | jofret | |
2007-04-26 | [RELEASE] find function done. | jofret | |
2007-02-23 | * src/auxiliaryFunctions/includes : | jofret | |
Add includes directory for profiling functions. * src/auxiliaryFunctions/*/*.h : Moving headers to includes. * src/auxiliaryFunctions/*/*.c : Better dependancies with includes. * src/auxiliaryFunctions/*/Makedile : Changing includes / headers / link. | |||
2007-02-13 | * src/elementaryFunctions/tanh/ztanhs.c : | jofret | |
Fixed with C99 Complex but Scilab computation. * src/elementaryFunctions/tanh/ctanhs.c : Fixed with C99 Complex but Scilab computation. * src/auxiliaryFunctions/find : Find not null element in list. * src/auxiliaryFunctions/find/{sdcz}finda.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex) * src/auxiliaryFunctions/find/find.h : Interface. * src/auxiliaryFunctions/find/notFound.h : Constant if all elements are not null. Adding some other functions. |