Commit Graph

113 Commits

Author SHA1 Message Date
CismonX 5a106c97db fix 2019-06-08 04:15:41 +08:00
CismonX d8f908f88f add operator overloading for comparison 2019-06-08 04:03:21 +08:00
CismonX 05c04b4d1c update 2019-06-08 03:00:03 +08:00
CismonX 910125fccc refactor error handling 2019-06-08 02:59:11 +08:00
CismonX 509e8a9ea2 update 2019-06-08 02:08:49 +08:00
CismonX 047d0fed7d refactor filebuf 2019-06-08 01:56:22 +08:00
CismonX 533935f649 remove superfluous explicit deref 2019-06-08 00:07:11 +08:00
CismonX a7bad1489e Add `isSymmetric()` `isHermitian()` `isSympd()` 2019-06-07 15:48:43 +08:00
CismonX 3ebdc418e4 Update opcode handlers. 2019-06-07 14:32:15 +08:00
CismonX 12d04c22db update 2019-06-06 23:56:10 +08:00
CismonX a5b4f5b682 Implement some functions. 2019-06-02 23:04:39 +08:00
CismonX 87187d4fdd Implement `print()` `rawPrint()` and test cases. 2019-05-30 23:49:31 +08:00
CismonX dcae143cc2 update 2019-05-30 22:02:11 +08:00
CismonX a5f076401f update 2019-05-30 14:19:28 +08:00
CismonX 03c78a5850 Implement compare functions. 2019-05-30 14:01:40 +08:00
CismonX 37da00eb75 Implement `equals()` and `notEquals()`. 2019-05-30 12:55:33 +08:00
CismonX 92e15f3e5f fix 2019-05-30 12:54:12 +08:00
CismonX 6cf646a6d0 Implement `Mat::fromArray()`. Add tests. 2019-05-30 00:50:39 +08:00
CismonX c3402e0abe Add some implementation. 2019-05-29 23:45:04 +08:00
CismonX 3f62fb4393 fix 2019-05-27 17:05:01 +08:00
CismonX b08038d91c fix 2019-05-27 17:00:04 +08:00
CismonX b64ffbd9b5 Add some implementations. 2019-05-27 16:51:57 +08:00
CismonX 6eb263b763 Refactor code. 2019-05-27 16:51:46 +08:00
CismonX aaf11592c7 update 2019-05-26 12:39:35 +08:00
CismonX bff5c6b8dc Add some implementations. 2019-05-26 02:21:48 +08:00
CismonX 4a1de80499 Remove unused files. 2019-05-26 02:21:05 +08:00
CismonX f68fe95b20 Update .travis.yml. Remove unused code. 2019-05-09 15:09:15 +08:00
CismonX 9e926d1bfb update 2019-04-23 21:38:51 +08:00
CismonX 76740aea81 Compatible for PHP 7.1 2019-04-23 17:37:54 +08:00
CismonX cf213d07c5 Add helper function `j()`. Fix bug. Refactor code. 2019-04-23 17:26:39 +08:00
CismonX 84717bb121 Fix bugs. 2019-04-19 20:08:43 +08:00
CismonX 16853df7d4 Fix bug. 2019-04-18 19:37:01 +08:00
CismonX 09205d719a Compatible to PHP <7.3 2019-04-18 19:01:27 +08:00
CismonX b49ef617c0 Better operator support for Complex. 2019-04-18 18:15:33 +08:00
CismonX 1461b148b2 update 2019-04-16 21:23:47 +08:00
CismonX 8163e4af9d Add operator overloading for Complex. 2019-04-16 19:00:50 +08:00
CismonX e6b572a3eb Add operator overloading for Complex. 2019-04-16 19:00:26 +08:00
CismonX 3e31b779e5 update 2019-04-13 18:17:01 +08:00
CismonX 091b735eb8 update 2019-04-06 21:49:03 +08:00
CismonX c3c900db48 update 2019-04-04 16:07:37 +08:00
CismonX c73f9039ec update 2019-04-02 16:16:11 +08:00
CismonX f24c4ebc63 update 2019-04-01 14:21:38 +08:00
CismonX 50ffbcc268 update 2019-04-01 14:04:46 +08:00
CismonX e6d2a57f02 Update travis. Refactor macros. 2019-03-31 11:19:04 +08:00
CismonX 26859a537a update 2019-03-29 20:18:44 +08:00
CismonX d7c9ca7d13 update 2019-03-28 12:27:29 +08:00
CismonX 633e52f32f update 2019-03-27 16:29:00 +08:00
CismonX 9d8cf4d911 update 2019-03-26 19:54:58 +08:00
CismonX c4bb5767ed update 2019-03-25 15:14:53 +08:00
CismonX 86cb5d5ffa update 2019-03-24 18:57:21 +08:00
CismonX 965736b28f update 2019-03-24 16:59:29 +08:00
CismonX b15a04b95c update 2019-03-24 00:24:34 +08:00
CismonX b114b55fcf update 2019-03-22 16:30:44 +08:00
CismonX 0ef27a3e75 update 2019-03-20 22:55:19 +08:00
CismonX bc8b5398ef remove unused includes 2019-03-19 13:45:33 +08:00
CismonX f50d5f1b6d Update 2019-03-19 13:28:45 +08:00
CismonX 2febfad337 Update 2019-03-18 22:49:42 +08:00
CismonX 8842a2fa59 update 2019-03-17 11:30:03 +08:00
CismonX 0bd7ee0163 Reformat code. Use static assertion. Change `Complex` to abstract class. 2019-03-16 19:49:50 +08:00
CismonX 88136e9900 Fix bugs. Add object handler for `Complex`. 2019-03-15 23:25:24 +08:00
CismonX 44bd1dbcce Rename files. 2019-03-14 23:23:21 +08:00
CismonX 053bf8ff3a Implement `Fill`, `Complex` and internal interfaces. 2019-03-14 23:04:34 +08:00
CismonX 5bd00fe37d update 2019-02-05 21:31:16 +08:00