summaryrefslogtreecommitdiff
path: root/src/auxiliaryFunctions
AgeCommit message (Collapse)Author
2007-11-05Rand headerjofret
2007-10-22Moving array functions prototypejofret
2007-10-22Moving array functions prototypejofret
2007-10-22Moving array functions prototypejofret
2007-10-22Correct Warnings for ISO C99 compliancejofret
2007-10-22Correct Warnings for ISO C99 compliancejofret
2007-10-22Moving array functions prototypejofret
2007-10-22Moving array functions prototypejofret
2007-10-22Disable some computation for the momentjofret
2007-10-22Moving prototypejofret
2007-08-30Updating Autotools generationjofret
2007-08-30Complex pythag functionjofret
2007-08-30Update pythag functionjofret
2007-05-07Is Nan : New functionjofret
Must improve nan so far as complex numbers are concerned !
2007-04-27[RELEASE] isEmpty functions ! (with simple low case name)jofret
2007-04-27Naming of the functions...jofret
2007-04-27Pythag function implementationjofret
2007-04-27[RELEASE] Absolute Valuejofret
2007-04-27[RELEASE] Absolute Valuejofret
2007-04-26[RELEASE] find function done.jofret
2007-04-24Absolute Value implementationjofret
2007-04-23Oups just forgot the header...jofret
2007-04-23Adding Pythag function, must be used as often as possible.jofret
2007-04-20Auxiliary functions Autotools Management.jofret
Thanks Akim !
2007-04-20Adding abs function.jofret
Mandatory for log.
2007-04-20Adding abs function.jofret
Mandatory for log.
2007-04-20Adding absjofret
2007-04-18Adding Autotools Management.jofret
2007-04-18Autotools Managementjofret
2007-04-18Moving tests to each function.jofret
Enable make check.
2007-04-18Removing all Makefile.jofret
Autotools Migration.
2007-03-30Adding other Auxiliary functions.jofret
2007-03-20Doxygen documentationjofret
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-23* src/auxiliaryFunctions/includes :jofret
Add includes directory for profiling functions. * src/auxiliaryFunctions/*/*.h : Moving headers to includes.
2007-02-15(no commit message)jofret
2007-02-14* src/test/test*.c :jofret
Add some FIXME in order to remember to code some tests. * src/test/testFind.c : Testing of the find function. * src/test/testIsEmpty.c : Testing of the isEmpty function. * src/misc : Create for misc includes. * src/auxiliaryFunctions/find/notFound.h : Moved * src/misc/notFound.h : Better use here. * */*/Makefile : Modify all Makefiles. Remove -pedantic. Must be crazy to use this... * src/auxiliaryFunctions/isempty : IsEmpty functions implementation. * src/auxiliaryFunctions/isempty/{sdcz}isEmptya.c : Implementation : s(float) d(double) c(floatComplex) z(doubleComplex)
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.
2007-02-13Stupid Implementation...jofret
Must have been removed early !!
2007-02-08Modify some unexpected calls...jofret
2007-02-08* src/auxiliaryFunctions/sign :jofret
Signe of a float or double. * src/auxiliaryFunctions/sign/sign.h : Interface * src/auxiliaryFunctions/sign/{sd}signs.c : Implementation : s(float) d(double) Sign module and lib