summaryrefslogtreecommitdiff
path: root/src/matrixOperations/includes
AgeCommit message (Collapse)Author
2008-08-07added matrixExponential and all related sub functions simon
matrixExponential just work with real Double for the moment
2008-07-29move some pieces of code in more suitable filessimon
2008-07-29added missing filessimon
2008-07-28updated complex transpose functions ( because they were doing hermitian ↵simon
transpose instead of normal one )
2008-07-23float and double right division and left division work with scalar matrixes, ↵simon
still problem with complex matrixes
2008-07-22added the trace functions, modifying matrixDivision Functions but still no ↵simon
change, these which worked are still working and those which failed are still failing
2008-07-18now the left and right division for real doubles work fine simon
right division for double complex added but not tested yet
2008-07-17renamed and added file to make the difference bewteen right and left simon
division , function still not all implemented and still not giving the good result , youpi
2008-07-16everything should work simon
2008-07-16corrected configure , and add comment in ddivasimon
2008-07-16Addding division to compilation process.jofret
Correct matrixDivision.h ... Syntax trouble... be careful...
2008-07-11added Header for transpose operation simon
modify header for matrix divsion but still not operationnal
2008-06-20- Enable ROW concatenationjofret
- Enable COLUMN concatenation - Add cat to compilation process
2008-06-19Reorganize and separate operationsjofret