josdejong
|
b07920fac8
|
Removed Vector, as it is redundant with Matrix and only adds complexity.
|
2013-03-28 21:05:05 +01:00 |
|
josdejong
|
0309f62e3f
|
Renamed method eye to identity
|
2013-03-28 20:17:21 +01:00 |
|
josdejong
|
17d9546c0b
|
Added some tests
|
2013-03-27 21:29:34 +01:00 |
|
josdejong
|
af7360b5e4
|
Created construction methods for easily creating data types. Moved the data types and parser to another namespace.
|
2013-03-26 22:06:48 +01:00 |
|
josdejong
|
8cd6bd5396
|
implemented method diag
|
2013-03-24 20:55:04 +01:00 |
|
josdejong
|
015701afa6
|
Implemented/improved metods ones, zeros, eye
|
2013-03-23 21:30:53 +01:00 |
|
josdejong
|
e64aed8573
|
Implemented method get, set, resize for Matrix and a lot of other improvements.
|
2013-03-23 20:08:21 +01:00 |
|
josdejong
|
d89abd826a
|
Improved method size to calculate correct size for empty (zero) dimensions
|
2013-03-23 13:56:46 +01:00 |
|
josdejong
|
c080426140
|
Rearrangements in the utility methods (format, size, map, forEach)
|
2013-03-23 12:33:48 +01:00 |
|
josdejong
|
1f2c87a494
|
Extended methods of Range (map, forEach, size) and Vector (resize, get, set, toString)
|
2013-03-22 22:35:40 +01:00 |
|
josdejong
|
5a584eb56e
|
implemented Vector. added functionality to Matrix
|
2013-03-21 21:57:18 +01:00 |
|
josdejong
|
78e14af366
|
implemented method clone
|
2013-03-21 21:03:51 +01:00 |
|
josdejong
|
ac2e69ca81
|
implemented method format
|
2013-03-14 21:20:53 +01:00 |
|
josdejong
|
8a6548027f
|
Implemented array support for all methods
|
2013-03-13 21:45:05 +01:00 |
|
josdejong
|
739c53444a
|
Implemented methods cot, csc, sec
|
2013-03-06 21:15:54 +01:00 |
|
josdejong
|
6faacfb120
|
Moved Complex and Unit to the main namespace math
|
2013-02-25 20:44:37 +01:00 |
|
josdejong
|
ed36dd796b
|
Implemented methods cube, factiorial, log(x, base), log10, sign, square
|
2013-02-25 20:18:03 +01:00 |
|
josdejong
|
b7030f6463
|
Added reminders to test newly created methods
|
2013-02-24 20:59:07 +01:00 |
|
josdejong
|
57c4055458
|
Implemented methods mod, equal, unequal, smallereq, largereq
|
2013-02-24 20:51:35 +01:00 |
|
josdejong
|
93e4a9d397
|
Implemented methods re, im, arg, conj
|
2013-02-24 20:28:36 +01:00 |
|
josdejong
|
6d79c4dcb1
|
Added some more tests
|
2013-02-18 21:33:47 +01:00 |
|