This website requires JavaScript.
Explore
Help
Register
Sign In
archive-gh-me
/
mathjs
Watch
1
Star
0
Fork
0
You've already forked mathjs
mirror of
https://github.com/josdejong/mathjs.git
synced
2025-12-08 19:46:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
mathjs
/
lib
/
function
/
algebra
History
jos
8c032f2593
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
..
decomposition
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
solver
Replaced all instanceof checks with
x && xisMyType === true
checks
2015-05-05 15:09:21 +02:00
index.js
Added a few more index.js files. Removed caching mechanism for function transforms (will be improved upon later again)
2015-04-27 14:54:03 +02:00