Commit Graph

35 Commits

Author SHA1 Message Date
71b8b306ce Add method Subview::getParent(). 2019-09-23 23:00:32 +08:00
7faf5d6fd6 Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
aeba61a787 fix and add test cases for cpySize(). 2019-09-21 19:45:08 +08:00
c95c44399a Implement diagview 2019-09-16 03:53:01 +08:00
b33b07ee82 Implement setReal() and setImag(). 2019-09-04 02:41:50 +08:00
b3845fa5f6 implement __toString() and __debugInfo() 2019-08-20 01:29:31 +08:00
c50b39110e fix test 2019-08-19 04:29:45 +08:00
1eb45fe29a implement arithmetic operations and corresponding operator overloading 2019-08-19 04:24:08 +08:00
cc8bafe60b code refactor 2019-08-19 03:02:55 +08:00
36b4cb977b implement replace() and transform() 2019-08-14 03:32:15 +08:00
0db6308019 implement forEach() 2019-08-12 02:15:06 +08:00
e042ca2900 Implement insertRows() and insertCols() 2019-07-29 00:28:46 +08:00
38aab4343a Add methods fill() and imbue(). 2019-07-24 00:55:42 +08:00
ebc22fe370 refactor code 2019-07-13 01:50:16 +08:00
ca2409769d Implement SvMat, add test cases. 2019-07-08 15:17:38 +08:00
56fb79709e update tests 2019-06-08 18:04:30 +08:00
3ebdc418e4 Update opcode handlers. 2019-06-07 14:32:15 +08:00
fe867b587f fix test 2019-06-07 00:44:19 +08:00
bae33d2ce6 Add test cases for Internal\Scalar. 2019-06-07 00:30:50 +08:00
87187d4fdd Implement print() rawPrint() and test cases. 2019-05-30 23:49:31 +08:00
a5f076401f update 2019-05-30 14:19:28 +08:00
79fbb7cb21 update test cases. 2019-05-30 12:57:22 +08:00
57a3d1871d Add test for save() and load() of Mat. 2019-05-30 12:55:59 +08:00
92e15f3e5f fix 2019-05-30 12:54:12 +08:00
6cf646a6d0 Implement Mat::fromArray(). Add tests. 2019-05-30 00:50:39 +08:00
9e926d1bfb update 2019-04-23 21:38:51 +08:00
cf213d07c5 Add helper function j(). Fix bug. Refactor code. 2019-04-23 17:26:39 +08:00
b49ef617c0 Better operator support for Complex. 2019-04-18 18:15:33 +08:00
8163e4af9d Add operator overloading for Complex. 2019-04-16 19:00:50 +08:00
e6b572a3eb Add operator overloading for Complex. 2019-04-16 19:00:26 +08:00
c3c900db48 update 2019-04-04 16:07:37 +08:00
d7c9ca7d13 update 2019-03-28 12:27:29 +08:00
b114b55fcf update 2019-03-22 16:30:44 +08:00
9f62653cea fix .gitignore 2019-03-19 13:36:50 +08:00
9e4f51e488 Add tests for Fill and Complex. 2019-03-19 13:30:01 +08:00