summaryrefslogtreecommitdiff
path: root/src/matrixOperations/includes
AgeCommit message (Expand)Author
2009-04-22build with visual studio (dynamic libraries)cornet
2009-02-20Updatetorset
2009-02-20Updatetorset
2009-02-20change prototypes of matrixPow : if real on input, return real, not complextorset
2009-02-20change prototypes of spec : if real on input, return real, not complextorset
2009-02-19Modify arrays pow : now computes A.^B instead of A.^b, A,B=matrices,b=scalartorset
2009-02-17Fixed errors in spec2torset
2009-02-16add spec and spec2 headertorset
2009-02-10Add zeros filestorset
2009-02-06Add chol interface and modify chol headertorset
2009-02-04Add matrixPow headertorset
2009-02-04Add Complex scalar tests and headerstorset
2009-01-20rm addm and diffm cause they are equal to add and diff, up expm cause it used...torset
2009-01-15add interfacestorset
2009-01-13change trace prototypestorset
2009-01-08update logmtorset
2009-01-06add logm (function comqr3 is bugged and wbdiag miss some functions) torset
2008-12-22Add Magnitudetorset
2008-12-22Add .htorset
2008-12-22Add Squred Magnitude (tests are empty)torset
2008-12-11Add determtorset
2008-12-11Modify includes in chol.htorset
2008-12-08Add L-U decomposition of square matrix using Cholesky algorithm(chol)torset
2008-11-25adding matrix inversion prototypesjofret
2008-11-24Add missing filetorset
2008-11-13change repertory for the multiplication and division and made the modifs in t...torset
2008-11-04Adding scalar eye functionsjofret
2008-10-28added commentsimon
2008-09-10added functions to create matrix full of one simon
2008-09-09* eyes -> eyejofret
2008-09-09inclue addition.h and subtraction.hjofret
2008-08-28added matrix inverse computation functions and updated some commentssimon
2008-08-07added matrixExponential and all related sub functions simon
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 trans...simon
2008-07-23float and double right division and left division work with scalar matrixes, ...simon
2008-07-22added the trace functions, modifying matrixDivision Functions but still no c...simon
2008-07-18now the left and right division for real doubles work fine simon
2008-07-17renamed and added file to make the difference bewteen right and left simon
2008-07-16everything should work simon
2008-07-16corrected configure , and add comment in ddivasimon
2008-07-16Addding division to compilation process.jofret
2008-07-11added Header for transpose operation simon
2008-06-20- Enable ROW concatenationjofret
2008-06-19Reorganize and separate operationsjofret