diff options
author | Richard Braun <rbraun@sceen.net> | 2017-01-23 18:44:16 +0100 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-01-23 18:44:16 +0100 |
commit | d6d8afda9e32501063cee907b20507d4762a3bc0 (patch) | |
tree | b7ce0e4ebb80318279f3e59d6ea8252d81743d55 /test.mtx | |
parent | 0335271456550084988c5484bd1109a0a846669b (diff) |
- Fix errors with modern compilers (gcc, clang)
- Upgrade gtkmm dependency
- Add a test.mtx file
- Build with 64-bits words by default
Diffstat (limited to 'test.mtx')
-rw-r--r-- | test.mtx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/test.mtx b/test.mtx new file mode 100644 index 0000000..f2c5354 --- /dev/null +++ b/test.mtx @@ -0,0 +1,8 @@ +m=augment([1;2], [3;4]) +transpose(m) +det(m) +lu(m, l, u) +l, u +inverse(m) +3/2*m +3.0/2*m |