index
:
scilab2c/.git
master
Tool capable to translate Scilab code into C code.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
matrixOperations
/
division
/
testMatrixRDivision.c
Age
Commit message (
Expand
)
Author
2009-04-23
add tests projects (matrixOperations)
cornet
2009-02-27
change precision for tests : put it to 3e-16 for double and 3e-6 for float
torset
2009-02-05
Add free(to free the malloc) when missing
torset
2009-01-29
fix the bug with conjugate in zrdivma.c
torset
2008-11-13
change repertory for the multiplication and division and made the modifs in t...
torset
2008-08-07
added matrixExponential and all related sub functions
simon
2008-07-29
correct few mistakes
simon
2008-07-29
updated test and functions for complex matrix division , but they're still n...
simon
2008-07-25
test working for all real functions ,still problem with complex ones
simon
2008-07-23
float and double right division and left division work with scalar matrixes, ...
simon
2008-07-22
added the trace functions, modifying matrixDivision Functions but still no c...
simon
2008-07-18
now the left and right division for real doubles work fine
simon
2008-07-17
renamed and added file to make the difference bewteen right and left
simon