1479 Commits (optimization-1)
 

Author SHA1 Message Date
Jurgen Van Gael 941f0ca790 Added sparse interface to the F# front-end. 16 years ago
Jurgen Van Gael 164f4e1a32 Fixed all bugs on Vector and DenseVector for the new functional friendly interface. 16 years ago
Jurgen Van Gael 9f1461aa5b Bug fixes in the unit tests for the new functional friendly API. 16 years ago
Jurgen Van Gael 48454e6094 Updated unit tests to reflect new Vector API. 16 years ago
Jurgen Van Gael 7cd5f92098 Changed the Vector API to make methods more functional programming friendly. 16 years ago
Jurgen Van Gael 37bd9b67de Reformatting of Vector.Norm and Vector.Normalize code. 16 years ago
Marcus Cuda 66253d695d words added to the dictionary 16 years ago
Marcus Cuda e5cff395ea style cop fix 16 years ago
Marcus Cuda b06cfe4175 io: added matlab reader 16 years ago
Marcus Cuda 2838a63876 io: ported delimited writer. added support for different cultures and column headers 16 years ago
Marcus Cuda fbb3f2a716 io: ported delimited reader. made it generic, added support for different cultures, and fixed regex bug 16 years ago
Marcus Cuda 3acc531b83 added io directory 16 years ago
Marcus Cuda 8e0edaf2f1 io: moving io code into main project 16 years ago
Christoph Ruegg e3c06722dd separate Version.cs T4 script for silverlight project (alternative would be to link directly to Numerics' Version.cs file) 16 years ago
Marcus Cuda 832c626cea factor: Merged Andriy's factorization code for user defined matrices 16 years ago
Marcus Cuda 91fa17a0f0 lu: merged Andriy's LU additions 16 years ago
Abratiychuk f9647af27d Implemented Matrix Rank, ConditionNumber, Determinant, Inverse. 16 years ago
Marcus Cuda 03f613852e added missing commit 16 years ago
Marcus Cuda 95fe9321db tweaked work[0] return value 16 years ago
Marcus Cuda b61a1a97b9 svd: merged Andriy's svd code and qr work array update 16 years ago
Marcus Cuda 66adcfdd9a fixed matrix norm signature 16 years ago
Marcus Cuda abdd45416c fixed typo 16 years ago
Marcus Cuda 27425a8952 removed unnecessary virtual 16 years ago
Marcus Cuda f89831ebea added Andriy's Householder QR, added ISolver, and fixed stylecop warnings 16 years ago
Marcus Cuda c62ba47988 merged Andriy's sparse optimizations 16 years ago
Christoph Ruegg 17b847f891 Tests: User-defined Matrix/Vector now copy provided array in ctor, fixing failing LA Permutation unit tests 16 years ago
Christoph Ruegg 2b3c8d8407 LinearAlgebra: permutation indices no longer static 16 years ago
Christoph Ruegg aa971b484c simplify silverlight support for the Serializable attribute 16 years ago
Christoph Ruegg e34947c627 fixing bug in abstract RNG base for range-limited integers 16 years ago
Christoph Ruegg 730f23c3bb tweak R# to not use redundant this qualifier 16 years ago
Marcus Cuda e1a8a4a303 fixed comments 16 years ago
Marcus Cuda a6572fa189 sparse: merge Andriy's additions 16 years ago
Marcus Cuda 3576ba3404 added missing files 16 years ago
Marcus Cuda 3a624c586d cleaned up matrix names 16 years ago
Marcus Cuda a3b39c5622 sparse: added Andriy's sparse matrix 16 years ago
Marcus Cuda 690f625e1e merged Hany additions 16 years ago
Hani Medhat 8b0f6e5713 Added AbsoluteMaximum, AbsoluteMaximumIndex and fixed a bug with Random method. 16 years ago
Jurgen Van Gael 510fa2c4c1 Small incremental changes. 16 years ago
Marcus Cuda 9b45a251eb sparse: fixed stylecop errors 17 years ago
Marcus Cuda 57e590dc3b sparse: added the latest of Andriy's changes 17 years ago
Christoph Ruegg 94e1ebf093 minor: tweaking time formatting in T4 templates 17 years ago
Marcus Cuda 890f215ba5 lu: removed redundant lu factor methods 17 years ago
Jurgen Van Gael c9d86d856f Small fix of the Silverlight project (included the LU factorizations). 17 years ago
Jurgen Van Gael 8d4c4c4792 Forgot to add the Permutation class. 17 years ago
Jurgen Van Gael 6242f534fd Added Permutation class. 17 years ago
Jurgen Van Gael 9755692cf8 Small additions to LU and initial unit tests. 17 years ago
Marcus Cuda 75f938d903 lu: added missing methods 17 years ago
Marcus Cuda 116d4c0a13 vector: fixed outer product parallel bug 17 years ago
Jurgen Van Gael e946954ec4 Started implementing LU decomposition. 17 years ago
Marcus Cuda 8f8a23e7a2 vector: corrected pointwise methods 17 years ago