josdejong
|
d073c6cc31
|
Fixed transpose not returning result as a Matrix in case of Matrix input.
|
2013-04-06 15:32:39 +02:00 |
|
josdejong
|
34a1039599
|
Implemented matrix concatenation in the parser
|
2013-04-06 13:27:11 +02:00 |
|
josdejong
|
f2c4104ad7
|
Implemeneted method concat for matrix concatenation
|
2013-04-06 11:52:45 +02:00 |
|
josdejong
|
c695fdd7a4
|
Implemented division with matrices (should be improved upon later...)
|
2013-04-05 20:04:05 +02:00 |
|
josdejong
|
029158e7df
|
Implemented method inv
|
2013-04-05 19:53:42 +02:00 |
|
josdejong
|
2ecac3ae3b
|
Implemented transpose
|
2013-04-03 22:32:07 +02:00 |
|
josdejong
|
78bf9dbf4a
|
Renamed identity to eye.
|
2013-04-03 22:11:06 +02:00 |
|
josdejong
|
7fc49f4058
|
Implemented method det (determinant)
|
2013-04-03 22:08:55 +02:00 |
|
josdejong
|
5ea8366d3e
|
Implemented method squeeze
|
2013-03-28 21:44:29 +01:00 |
|
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
|
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 |
|