summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-04(no commit message)nutricato
2010-02-03Annotationsjofret
2010-02-03Trying to have high-pass simple filterjofret
2010-02-03Find sci2c root place for various installation processjofret
2010-02-02(no commit message)nutricato
2010-01-26Remove future obsolete versionsjofret
2010-01-26Remove -O3 option causes troubble on some compilerjofret
2010-01-26Useless filejofret
2010-01-26Unused Path must be empty by defaultjofret
2009-10-30Fix scilab2c.startpmarecha
2009-09-08automated testssimon
2009-09-08Automated testsimon
2009-09-07Enable automated testssimon
2009-09-02Enable automated testsjofret
2009-09-01updated Makefile.am of conjsimon
updated find2d test
2009-09-01changed testfind to fit new prototypesimon
2009-09-01corrected a miswritten library namesimon
2009-08-24updated Operator2FunName to handle \ operatorsimon
updated/corrected INIT_FillSCI2LibCDirs added the path to new files in getAllSources
2009-08-24added FA_MINsimon
changed how FA_SZ_OPSLASH computes the size
2009-08-24updated FA_SZ_SEL* to make them able to handle "r" and "c" argumentssimon
2009-08-24Added all test in float version , they all passed simon
2009-08-24removing remaining printf simon
2009-08-24corrected interface for mean , prod , sum and variancesimon
2009-08-24corrected a mistake in ccolumnmeanfa and crowmeanfasimon
2009-08-24corrected OpCc interfacesimon
added convenience mixed types functions in matrixDivision header
2009-08-24Added mixed type functions for right division , they are only convenient ↵simon
functions
2009-08-24corrected the interfaces of somes of the operations functionssimon
2009-08-24added mixed type function for matrix multiplicationsimon
updated the header
2009-08-24updating *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-17Updated 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-07No need to escape backslash in Scilabjofret
2009-08-07improved FA_SZ_FROM_VAL to make it more genericsimon
2009-08-06added FA_SZ_FROM_VAL to handle functions who determine the size of the ouput ↵simon
with the input arguments updated INIT_FillSCI2LibCDirs
2009-08-06added missing interfaces in int_OpColon.hsimon
2009-08-06%T <=> %t, %F <=> %fjofret
2009-08-06updated INIT_FillSCI2LibCDirssimon
added sci2c test for FFTshift
2009-08-05corrected ifftsimon
added sci2c test updated INIT_FillSCI2LibCDirs
2009-08-05corrected fftsimon
updated unitary test added test for sci2c updated INIT_FillSCI2LibCDirs
2009-08-05Wrong call to FA_REALjofret
2009-08-04added stdevf functions , interfaces , header, tests , everything simon
2009-08-04added case where second input of meanf is complexsimon
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-30updated the configure to compile stdevfsimon
2009-07-30added all stdevf-related files (except interfaces)simon
updated the Makefile.am remove remaing printf from scolumnvariancefa
2009-07-30clean up some filessimon
corrected an error in ccolumnmeanfa corrected the test in testFloatMeanfa
2009-07-27updated configure and configure.ac to compile variancefsimon
2009-07-27added 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-27corrected a false positive test in testFloatMeanf.c simon
improve cmeanfa in order to use less creals function
2009-07-24added missing meanf function and unitary test for itsimon
added the coressponding interface added meanf test updated the macros with the new files
2009-07-24corrected interfaces for spec and OpRcsimon
2009-07-23OpColon now generate correct C codejofret