Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-17 | Remove SCI2Cisnum wrapping around isnum function | jofret | |
2010-04-06 | Removing old launching process | jofret | |
2010-04-06 | Remove debug messages | jofret | |
2010-04-01 | copy blas lapack | cornet | |
2010-04-01 | increase compatibility with MKL | cornet | |
2010-03-31 | Add capability to generate Makefile or Makefile.mak | jofret | |
2010-03-31 | Dedicated function to generate Makefile.mak under Windows | jofret | |
2010-03-31 | update makedfile | cornet | |
2010-03-23 | string.h -> str.h | jofret | |
2010-03-23 | Warning : hilb and hilbert are 2 different functions | jofret | |
2010-02-05 | Only write info message in file in order not to fill console view | jofret | |
2010-02-04 | getf is now obsolete, use exec instead | jofret | |
2010-02-04 | Remove debug messages | jofret | |
2010-02-03 | Find sci2c root place for various installation process | jofret | |
2010-01-26 | Remove future obsolete versions | jofret | |
2010-01-26 | Remove -O3 option causes troubble on some compiler | jofret | |
2010-01-26 | Unused Path must be empty by default | jofret | |
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-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 | %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 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-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-23 | OpColon now generate correct C code | jofret | |
2009-07-21 | added test for Det function | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-21 | added test for Convol function | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-21 | added test for Lev function | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-21 | Added test for expm function | simon | |
Updated INIT_FillSCI2LibCDirs | |||
2009-07-21 | added test for Spec function | simon | |
corrected a missing ")" in ifft interface updated INIT_FillSCI2LibCDirs | |||
2009-07-17 | Adding NEPER constant | jofret | |
2009-07-17 | added test for OpEqual | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-17 | added test for disp | simon | |
updated INIT_FillSCI2LibCDirsI | |||
2009-07-17 | added test for OpExt | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-17 | added test for trace function | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-17 | Remove duplicated interfaces | jofret | |
2009-07-17 | Remove old duplicated headers | jofret | |
2009-07-17 | Remove links to old sources | jofret | |
2009-07-17 | added test for Size | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-17 | size should be managed as other functions | jofret | |
2009-07-16 | added test for length and type functions | simon | |
2009-07-16 | added test for find and corrected the interface | simon | |
updated INIT_FillSCI2LibCDirs | |||
2009-07-16 | added test for OpRc , OpCc and OpMinus | simon | |
corrected the interfaces of OpCc and OpRc added the missing combinations in INIT_FillSCI2LibCDirs.sci and updated it |