Guillermo Indalecio
|
f43523b301
|
Added reduce calls from "mean" function
|
2013-10-22 19:27:05 +02:00 |
|
Guillermo Indalecio
|
b0ce2686c3
|
Added min test for n-dimensional matrices
|
2013-10-22 19:16:50 +02:00 |
|
Guillermo Indalecio
|
d4f41af2c4
|
Added reduce call in function "min"
|
2013-10-22 19:15:16 +02:00 |
|
Guillermo Indalecio
|
49429a5e49
|
Fixed small typo
|
2013-10-22 19:04:13 +02:00 |
|
Guillermo Indalecio
|
42560704b8
|
Fixing reduce function to the pull request
|
2013-10-22 19:02:35 +02:00 |
|
Guillermo Indalecio
|
297e1869af
|
Added another multidimensional test for max
|
2013-10-22 16:24:14 +02:00 |
|
Guillermo Indalecio Fernandez
|
020dfa0e46
|
Added test for max, it seems to work in 2D
|
2013-10-22 11:06:00 +02:00 |
|
Guillermo Indalecio Fernandez
|
8db830c31d
|
Added full reduce capabilities not tested
|
2013-10-22 10:49:29 +02:00 |
|
josdejong
|
608462c843
|
Updated docs on options
|
2013-10-19 15:05:07 +02:00 |
|
josdejong
|
3c7174c764
|
Renamed options to math.options.format.precision and math.options.matrix.defaultType
|
2013-10-19 15:00:32 +02:00 |
|
josdejong
|
71c36a94cf
|
Statistics functions max and min now return the max and min of the flattened array in case of multidimensional arrays.
|
2013-10-18 10:47:43 +02:00 |
|
josdejong
|
eb9ffdeadf
|
Removed support for comparing complex numbers
|
2013-10-17 14:49:30 +02:00 |
|
josdejong
|
c3d5edf4bb
|
Implemented support for multiplying vectors with matrices
|
2013-10-14 13:14:16 +02:00 |
|
josdejong
|
35cafbfa67
|
Fixed function mean to support complex values, added more tests to min and max.
|
2013-10-14 11:40:20 +02:00 |
|
Jos de Jong
|
5aff4f4247
|
Merge pull request #102 from guillermobox/develop
Added mean for statistical functions
|
2013-10-14 02:16:47 -07:00 |
|
Guillermo Indalecio Fernandez
|
a5d3fcc4e7
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2013-10-13 15:53:41 +02:00 |
|
Guillermo Indalecio Fernandez
|
0bd2db9f2b
|
Fixed bugs and deployed tests
|
2013-10-13 15:49:45 +02:00 |
|
josdejong
|
5a829ea3f8
|
Fixed #100: Formatting numbers as scientific notation in some cases returned a zero digit left from the decimal point
|
2013-10-11 14:01:42 +02:00 |
|
Guillermo Indalecio
|
97563106c2
|
Added function/statistics/mean.js
|
2013-10-10 13:33:47 +02:00 |
|
Jos de Jong
|
55af524f14
|
Merge pull request #98 from guillermobox/develop
Doc typo: Fixed the argument in pickRandom from [min,max] to array
|
2013-10-09 02:44:48 -07:00 |
|
guillermobox
|
5537e9896f
|
Doc typo: Fixed the argument in pickRandom from [min,max] to array
|
2013-10-09 10:30:08 +02:00 |
|
josdejong
|
307e40cc9c
|
Few updates in the docs
|
2013-10-08 19:06:01 +02:00 |
|
josdejong
|
717ea9f8f4
|
Updated example on units
|
2013-10-08 17:49:42 +02:00 |
|
josdejong
|
fffbc78e7f
|
Fixed two broken links in the readme
|
2013-10-08 17:40:56 +02:00 |
|
josdejong
|
521f5ac988
|
Updated version number to 0.15.0-SNAPSHOT
|
2013-10-08 17:25:34 +02:00 |
|
josdejong
|
8b8c56ad91
|
Released version 0.14.0
v0.14.0
|
2013-10-08 17:07:15 +02:00 |
|
josdejong
|
cc42c7dc26
|
Re-enabled test for mod operator
|
2013-10-08 17:03:15 +02:00 |
|
josdejong
|
3393ff3c79
|
Added documentation on unit prefixes
|
2013-10-08 16:53:45 +02:00 |
|
josdejong
|
c031a4248e
|
Added a test with mixed matrix types
|
2013-10-08 16:30:06 +02:00 |
|
josdejong
|
e5d7b73f2e
|
Added documentation on options
|
2013-10-08 15:51:41 +02:00 |
|
josdejong
|
eaea042cdf
|
Added some documentation on matrices
|
2013-10-08 15:38:34 +02:00 |
|
josdejong
|
6e65e03d60
|
Extended documentation on complex numbers
|
2013-10-08 15:25:25 +02:00 |
|
josdejong
|
799819423c
|
Implemented a function equals for complex numbers.
|
2013-10-08 15:12:11 +02:00 |
|
josdejong
|
9e233e31db
|
Extended docs on complex values and cli
|
2013-10-08 15:07:21 +02:00 |
|
josdejong
|
90e467f8e8
|
Added documentation on units
|
2013-10-08 14:33:19 +02:00 |
|
josdejong
|
f4e2b9bbd2
|
Merge branch 'master' into develop
|
2013-10-08 11:50:25 +02:00 |
|
Jos de Jong
|
482b7bd5d6
|
Merge pull request #97 from guillermobox/master
Fixed small typo in exception message
|
2013-10-08 02:48:56 -07:00 |
|
josdejong
|
0d42ee782a
|
Updated history
|
2013-10-08 11:45:09 +02:00 |
|
Guillermo Indalecio
|
cce3edd614
|
Fixed small typo in exception message
|
2013-10-08 10:31:46 +02:00 |
|
josdejong
|
5481b0a663
|
Introduced an option math.options.matrix.default which can have values matrix (default) or array. This option is used by the functions eye, ones, range, and zeros, to determine the type of matrix output.
|
2013-10-01 20:37:28 +02:00 |
|
josdejong
|
f48c07bdd8
|
Getting or setting a subset of a matrix will automatically squeezed/unsqueezed the submatrix
|
2013-09-25 21:59:35 +02:00 |
|
josdejong
|
f68bc8e5f2
|
Renamed MatrixNode to ArrayNode
|
2013-09-25 21:43:26 +02:00 |
|
josdejong
|
0dfdf3b2a2
|
Removed concatenation of nested arrays
|
2013-09-25 21:17:28 +02:00 |
|
josdejong
|
625fe4a847
|
Moved most documentation from readme to separate pages in folder docs
|
2013-09-22 21:31:45 +02:00 |
|
josdejong
|
93d588f861
|
Added some more tests for gcd, lcm, xgcd
|
2013-09-22 09:43:18 +02:00 |
|
josdejong
|
b0b8e679d8
|
Fixed a typo
|
2013-09-17 20:17:40 +02:00 |
|
josdejong
|
53810d5431
|
Moved named delimiters into a separate array
|
2013-09-17 20:15:16 +02:00 |
|
josdejong
|
f6a085e535
|
Fixed non-working mod operator
|
2013-09-06 09:16:41 +02:00 |
|
josdejong
|
15cc9a8665
|
Changed how to publish readme to markdown
|
2013-09-03 20:50:53 +02:00 |
|
josdejong
|
fe834e193c
|
Added a how-to-publish readme
|
2013-09-03 20:50:08 +02:00 |
|