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
/
includes
Age
Commit message (
Expand
)
Author
2009-02-04
Add matrixPow header
torset
2009-02-04
Add Complex scalar tests and headers
torset
2009-01-20
rm addm and diffm cause they are equal to add and diff, up expm cause it used...
torset
2009-01-15
add interfaces
torset
2009-01-13
change trace prototypes
torset
2009-01-08
update logm
torset
2009-01-06
add logm (function comqr3 is bugged and wbdiag miss some functions)
torset
2008-12-22
Add Magnitude
torset
2008-12-22
Add .h
torset
2008-12-22
Add Squred Magnitude (tests are empty)
torset
2008-12-11
Add determ
torset
2008-12-11
Modify includes in chol.h
torset
2008-12-08
Add L-U decomposition of square matrix using Cholesky algorithm(chol)
torset
2008-11-25
adding matrix inversion prototypes
jofret
2008-11-24
Add missing file
torset
2008-11-13
change repertory for the multiplication and division and made the modifs in t...
torset
2008-11-04
Adding scalar eye functions
jofret
2008-10-28
added comment
simon
2008-09-10
added functions to create matrix full of one
simon
2008-09-09
* eyes -> eye
jofret
2008-09-09
inclue addition.h and subtraction.h
jofret
2008-08-28
added matrix inverse computation functions and updated some comments
simon
2008-08-07
added matrixExponential and all related sub functions
simon
2008-07-29
move some pieces of code in more suitable files
simon
2008-07-29
added missing files
simon
2008-07-28
updated complex transpose functions ( because they were doing hermitian trans...
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
2008-07-16
everything should work
simon
2008-07-16
corrected configure , and add comment in ddiva
simon
2008-07-16
Addding division to compilation process.
jofret
2008-07-11
added Header for transpose operation
simon
2008-06-20
- Enable ROW concatenation
jofret
2008-06-19
Reorganize and separate operations
jofret