Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Removed : delegate to AutoTools.
* src/type/Makefile.am :
Automake file.
* src/type/Makefile.in :
Automake generated file : ./configure needed.
* src/type/testFloatComplex.c :
Test Float Complex generation :
Assert + AutoCheck through AutoTools.
* src/type/testDoubleComplex.c :
Test Double Complex generation :
Assert + AutoCheck through AutoTools.
|
|
|
|
Neede by TAN fo complex numbers.
|
|
Needed by TAN for Complex numbers.
|
|
|
|
|
|
|
|
|
|
Remove "stride" parameters.
Add dioxygen style documentation.
|
|
|
|
To have some complex capabilities, need to link to my complex
library...
|
|
StrideX and StrideY parameters are useless.
Removing them !
|
|
|
|
|
|
|
|
|
|
Now done... Some rest is needed...
Have a nice week-end SVN :-P !!!
|
|
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 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.
|
|
Better dependancies with includes.
* src/test/Makedile :
Changing includes / headers / link.
|
|
Add includes directory for profiling functions.
* src/auxiliaryFunctions/*/*.h :
Moving headers to includes.
|
|
|
|
_REMOVED_ : All declarations are put in
src/type/doubleComplex.h .
* src/type/floatComplexC99.h :
_REMOVED_ : All declarations are put in
src/type/floatComplex.h .
Standard C99 must _NOT_ override my own interfaces.
Encapsulate some declarations.
Complex representation is now accessed through a Bridge
during compilation.
|
|
Move to simple header one.
|
|
Add some tests.
* src/test/Makefile :
Some trouble with link... Better in this order !
|
|
|
|
|
|
|
|
|
|
Must have been linked earlier with the "Sign" lib.
Correct the mistake.
|
|
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.
|
|
Must have been removed early !!
|
|
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.
|
|
|
|
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
|
|
|
|
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.
|