Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Neede by TAN fo complex numbers.
|
|
Needed by TAN for Complex numbers.
|
|
|
|
Remove "stride" parameters.
Add dioxygen style documentation.
|
|
StrideX and StrideY parameters are useless.
Removing them !
|
|
Add includes directory for profiling functions.
* src/elementaryFunctions/*/*.h :
Moving headers to includes.
* src/elementaryFunctions/*/*.c :
Better dependancies with includes.
* src/elementaryFunctions/*/Makedile :
Changing includes / headers / link.
|
|
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)
|
|
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.
|
|
Fixed with C99 Complex but Scilab computation.
* src/elementaryFunctions/sinh/csinhs.c
Fixed with C99 Complex but Scilab computation.
Fix some mistakes
|
|
Implementation.
* src/elementaryFunctions/zexps.c :
Implementation.
|
|
Fixed with C99 Complex but Scilab computation.
* src/elementaryFunctions/cosh/ccoshs.c
Fixed with C99 Complex but Scilab computation.
* src/elementaryFunctions/cosh/zsins.c
Fixed with C99 Complex but Scilab computation.
* src/elementaryFunctions/cosh/csins.c
Fixed with C99 Complex but Scilab computation.
|
|
Add C99 compatibility. Float implementation.
* src/elementaryFunctions/cos/zcoss.c
Fixed with C99 Complex but Scilab computation.
* src/elementaryFunctions/cos/ccoss.c
Fixed with C99 Complex but Scilab computation.
|
|
Remove Multi Complex definition.
* src/type/doubleComplex.h :
Used as C99 Complex interface or hand-made complex.
* src/type/floatComplex.h :
Used as C99 Complex interface or hand-made complex.
* src/*/Makefile :
Add -std=c99 flag for native c99 complex compilation.
* src/elementaryFunctions/exp :
Exponential functions.
* src/test/testExp.c :
Add some Exponential functions tests.
|
|
Add som tests.
|
|
|
|
|
|
|