Bryan Cuccioli
|
169c3ea593
|
Use polynomial-time algorithm to compute determinant.
|
2013-05-19 01:26:15 -04:00 |
|
josdejong
|
7d5982035b
|
Updated documentation of all methods. Changed cube and square to evaluate matrices element wise.
|
2013-04-20 14:04:34 +02:00 |
|
josdejong
|
50276ee814
|
Removed the build-in parser documentation from the core library.
|
2013-04-11 19:52:18 +02:00 |
|
josdejong
|
f2c4104ad7
|
Implemeneted method concat for matrix concatenation
|
2013-04-06 11:52:45 +02:00 |
|
josdejong
|
fbdac7cfed
|
Implemented matrix support for methods max and min
|
2013-04-05 21:18:42 +02:00 |
|
josdejong
|
029158e7df
|
Implemented method inv
|
2013-04-05 19:53:42 +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 |
|