This repository has been archived on 2020-06-07. You can view files and clone it, but cannot push or open issues or pull requests.
php-armadillo/src
2019-08-19 04:24:08 +08:00
..
base.cc implement arithmetic operations and corresponding operator overloading 2019-08-19 04:24:08 +08:00
base.hh implement arithmetic operations and corresponding operator overloading 2019-08-19 04:24:08 +08:00
complex.cc refactor && implementation 2019-06-12 11:11:27 +08:00
complex.hh refactor code 2019-06-09 22:47:33 +08:00
constants.cc refactor code 2019-07-13 01:50:16 +08:00
constants.hh update 2019-07-16 22:16:01 +08:00
dense_matrix.cc Implement SvMat, add test cases. 2019-07-08 15:17:38 +08:00
dense_matrix.hh Implement SvMat, add test cases. 2019-07-08 15:17:38 +08:00
dense_non_resizable_matrix.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
dense_non_resizable_matrix.hh Implement SvMat. 2019-07-08 00:57:25 +08:00
dense_resizable_matrix.cc Implement insertRows() and insertCols() 2019-07-29 00:28:46 +08:00
dense_resizable_matrix.hh Implement SvMat, add test cases. 2019-07-08 15:17:38 +08:00
dense.cc code refactor 2019-08-19 03:02:55 +08:00
dense.hh code refactor 2019-08-19 03:02:55 +08:00
diagview.cc Implement Fill, Complex and internal interfaces. 2019-03-14 23:04:34 +08:00
diagview.hh Implement Fill, Complex and internal interfaces. 2019-03-14 23:04:34 +08:00
functions.cc update 2019-06-08 03:00:03 +08:00
functions.hh Add helper function j(). Fix bug. Refactor code. 2019-04-23 17:26:39 +08:00
mapval.cc refactor && implementation 2019-06-12 11:11:27 +08:00
mapval.hh Update opcode handlers. 2019-06-07 14:32:15 +08:00
mat.cc refactor code && implement i() 2019-06-11 18:18:40 +08:00
mat.hh update 2019-07-09 22:02:49 +08:00
matrix.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
matrix.hh Implement SvMat. 2019-07-08 00:57:25 +08:00
non_resizable_matrix.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
non_resizable_matrix.hh Implement SvMat. 2019-07-08 00:57:25 +08:00
non_resizable.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
non_resizable.hh Implement SvMat. 2019-07-08 00:57:25 +08:00
operators.cc implement arithmetic operations and corresponding operator overloading 2019-08-19 04:24:08 +08:00
operators.hh update 2019-04-16 21:23:47 +08:00
php_arma.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
php_arma.hh code refactor 2019-08-19 03:02:55 +08:00
resizable_matrix.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
resizable_matrix.hh Implement SvMat. 2019-07-08 00:57:25 +08:00
resizable.cc refactor code && implement i() 2019-06-11 18:18:40 +08:00
resizable.hh Add some implementations. 2019-05-26 02:21:48 +08:00
stream_utils.hh Update travis configuration and some error message 2019-08-12 02:16:32 +08:00
subview_mat.cc code refactor 2019-08-19 03:02:55 +08:00
subview_mat.hh update 2019-07-09 22:02:49 +08:00
subview.cc Implement SvMat. 2019-07-08 00:57:25 +08:00
subview.hh Implement SvMat. 2019-07-08 00:57:25 +08:00