26 Commits

Author SHA1 Message Date
jos
720d443f79 Released v3.12.0 2017-04-17 20:38:53 +02:00
Harry Sarson
815ce4601d updated calculation of norm of vector 2017-04-16 20:09:31 +01:00
Harry Sarson
24888263c0 Correct the return value of qr example. 2017-04-13 12:09:02 +01:00
Harry Sarson
c81dd3e797 re-add return statement at end of factory function 2017-03-31 18:40:06 +01:00
Harry Sarson
e1821b35a0 qr.js conforms to node-style-guide 2017-03-31 18:18:02 +01:00
Harry Sarson
dbd1311ba4 implemented qr decomposition 2017-03-31 18:18:02 +01:00
Harry Sarson
da361ae71f better documented return type for lup function 2017-03-01 22:59:21 +00:00
Harry Sarson
2f5fd8005c Fix error in example of lup function 2017-03-01 22:38:25 +00:00
Harry Sarson
0931944bd3 Correct the return type of lup function 2017-03-01 22:38:24 +00:00
Jos de Jong
08ccb24c06 Merge pull request #440 from rjbaucells/develop
Fix for issue #437 (Possible bug in lusolve)
2015-08-28 20:45:49 +02:00
Rogelio J. Baucells
06c3cd31b5 Issue #437 fix 2015-08-27 21:07:13 -04:00
jos
154577d1be Updated docs, examples, history 2015-07-27 21:26:50 +02:00
jos
2353c4a61e Renamed folders util to utils 2015-07-18 13:22:38 +02:00
jos
a1531e0173 Minor improvements in the docs 2015-06-10 20:53:50 +02:00
jos
d2e8ec06f2 Fixed docgenerator for v2. Updated docs. 2015-06-10 20:50:29 +02:00
rjbaucells
ce95f7a837 lusolve() and slu() tests 2015-05-17 10:34:15 -04:00
rjbaucells
027462b081 slu() and lusolve() 2015-05-16 11:50:34 -04:00
rjbaucells
b5931fb116 solvers 2015-05-14 23:04:59 -04:00
Rogelio J. Baucells
737d476970 slu() and lusolve() 2015-05-08 15:45:03 -04:00
rjbaucells
dd6335a6db lsolve() and usolve() 2015-05-07 23:43:28 -04:00
jos
758107428c Moved collection.js and Matrix.js under ./lib/type/matrix, moved construction functions matrix.js and sparse.js to ./lib/type/matrix/function, and created an index file. 2015-05-05 12:00:07 +02:00
Rogelio J. Baucells
1b3cf30e98 Fixed performance problems with array 2015-05-05 01:25:15 -04:00
rjbaucells
2d8410a5fa equal updates 2015-05-03 19:05:21 -04:00
Rogelio J. Baucells
748fe0d0fb CcsMatrix refactoring 2015-04-24 11:13:17 -04:00
rjbaucells
440c95b686 lup() function 2015-04-12 22:37:45 -04:00
rjbaucells
e7d3d7f660 lusolve() 2015-04-07 20:27:28 -04:00