Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-04 | (no commit message) | nutricato | |
2010-02-03 | Annotations | jofret | |
2010-02-03 | Trying to have high-pass simple filter | jofret | |
2010-02-03 | Find sci2c root place for various installation process | jofret | |
2010-02-02 | (no commit message) | nutricato | |
2010-01-26 | Remove future obsolete versions | jofret | |
2010-01-26 | Remove -O3 option causes troubble on some compiler | jofret | |
2010-01-26 | Useless file | jofret | |
2010-01-26 | Unused Path must be empty by default | jofret | |
2009-10-30 | Fix scilab2c.start | pmarecha | |
2009-09-08 | automated tests | simon | |
2009-09-08 | Automated test | simon | |
2009-09-07 | Enable automated tests | simon | |
2009-09-02 | Enable automated tests | jofret | |
2009-09-01 | updated Makefile.am of conj | simon | |
updated find2d test | |||
2009-09-01 | changed testfind to fit new prototype | simon | |
2009-09-01 | corrected a miswritten library name | simon | |
2009-08-24 | updated Operator2FunName to handle \ operator | simon | |
updated/corrected INIT_FillSCI2LibCDirs added the path to new files in getAllSources | |||
2009-08-24 | added FA_MIN | simon | |
changed how FA_SZ_OPSLASH computes the size | |||
2009-08-24 | updated FA_SZ_SEL* to make them able to handle "r" and "c" arguments | simon | |
2009-08-24 | Added all test in float version , they all passed | simon | |
2009-08-24 | removing remaining printf | simon | |
2009-08-24 | corrected interface for mean , prod , sum and variance | simon | |
2009-08-24 | corrected a mistake in ccolumnmeanfa and crowmeanfa | simon | |
2009-08-24 | corrected OpCc interface | simon | |
added convenience mixed types functions in matrixDivision header | |||
2009-08-24 | Added mixed type functions for right division , they are only convenient ↵ | simon | |
functions | |||
2009-08-24 | corrected the interfaces of somes of the operations functions | simon | |
2009-08-24 | added mixed type function for matrix multiplication | simon | |
updated the header | |||
2009-08-24 | updating *find2d for loops order in order to have the result in the same ↵ | simon | |
result than scilab updating *find* prototype , adding to all a argument "int max" , in order to avoid useless computation when only a limited number of results is requested | |||
2009-08-17 | Updated FA_REAL to handle the case where there is a %i which has not been ↵ | simon | |
handled by other functions ( as in OpColon) added test for OpColon updated INIT_FillSCI2LibCDirs | |||
2009-08-07 | No need to escape backslash in Scilab | jofret | |
2009-08-07 | improved FA_SZ_FROM_VAL to make it more generic | simon | |
2009-08-06 | added FA_SZ_FROM_VAL to handle functions who determine the size of the ouput ↵ | simon | |
with the input arguments updated INIT_FillSCI2LibCDirs | |||
2009-08-06 | added missing interfaces in int_OpColon.h | simon | |
2009-08-06 | %T <=> %t, %F <=> %f | jofret | |
2009-08-06 | updated INIT_FillSCI2LibCDirs | simon | |
added sci2c test for FFTshift | |||
2009-08-05 | corrected ifft | simon | |
added sci2c test updated INIT_FillSCI2LibCDirs | |||
2009-08-05 | corrected fft | simon | |
updated unitary test added test for sci2c updated INIT_FillSCI2LibCDirs | |||
2009-08-05 | Wrong call to FA_REAL | jofret | |
2009-08-04 | added stdevf functions , interfaces , header, tests , everything | simon | |
2009-08-04 | added case where second input of meanf is complex | simon | |
updated the header and interface added functiosn for the new cases update INIT_FillSCI2LibCDirs changing the unit test in order to test the new cases | |||
2009-07-30 | updated the configure to compile stdevf | simon | |
2009-07-30 | added all stdevf-related files (except interfaces) | simon | |
updated the Makefile.am remove remaing printf from scolumnvariancefa | |||
2009-07-30 | clean up some files | simon | |
corrected an error in ccolumnmeanfa corrected the test in testFloatMeanfa | |||
2009-07-27 | updated configure and configure.ac to compile variancef | simon | |
2009-07-27 | added variancef functions but *(row|column)variance* don't work are waiting ↵ | simon | |
some clarity about how they works in scilab added the corresponding interface and unitary test | |||
2009-07-27 | corrected a false positive test in testFloatMeanf.c | simon | |
improve cmeanfa in order to use less creals function | |||
2009-07-24 | added missing meanf function and unitary test for it | simon | |
added the coressponding interface added meanf test updated the macros with the new files | |||
2009-07-24 | corrected interfaces for spec and OpRc | simon | |
2009-07-23 | OpColon now generate correct C code | jofret | |