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
CismonX af6e0c53f5 Update Armadillo version; Better detection of clang; Add some preprocessor directives. 2019-10-05 23:16:48 +08:00
..
base.cc Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
base.hh Update Armadillo version; Better detection of clang; Add some preprocessor directives. 2019-10-05 23:16:48 +08:00
complex.cc Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
complex.hh implement `__toString()` and `__debugInfo()` 2019-08-20 01:29:31 +08:00
constants.cc refactor code 2019-07-13 01:50:16 +08:00
constants.hh Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
dense.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
dense.hh Update Armadillo version; Better detection of clang; Add some preprocessor directives. 2019-10-05 23:16:48 +08:00
dense_matrix.cc Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
dense_matrix.hh Implement `SvMat`, add test cases. 2019-07-08 15:17:38 +08:00
dense_non_resizable_matrix.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
dense_non_resizable_matrix.hh Implement `SvMat`. 2019-07-08 00:57:25 +08:00
dense_resizable_matrix.cc Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
dense_resizable_matrix.hh Implement `SvMat`, add test cases. 2019-07-08 15:17:38 +08:00
diagonal.cc Add method `Subview::getParent()`. 2019-09-23 23:00:32 +08:00
diagonal.hh Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
functions.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
functions.hh Add helper function `j()`. Fix bug. Refactor code. 2019-04-23 17:26:39 +08:00
instantiable.hh Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
mapval.cc Add method `Subview::getParent()`. 2019-09-23 23:00:32 +08:00
mapval.hh Update Armadillo version; Better detection of clang; Add some preprocessor directives. 2019-10-05 23:16:48 +08:00
mat.cc Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
mat.hh Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
matrix.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
matrix.hh Implement `SvMat`. 2019-07-08 00:57:25 +08:00
non_resizable.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
non_resizable.hh Implement `SvMat`. 2019-07-08 00:57:25 +08:00
non_resizable_matrix.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
non_resizable_matrix.hh Implement `SvMat`. 2019-07-08 00:57:25 +08:00
operators.cc Add PCH support for faster building. 2019-09-24 18:41:37 +08:00
operators.hh update 2019-04-16 21:23:47 +08:00
php_arma.cc update 2019-09-16 23:42:38 +08:00
php_arma.hh Add PCH support for faster building. 2019-09-24 18:41:37 +08:00
resizable.cc fix and add test cases for `cpySize()`. 2019-09-21 19:45:08 +08:00
resizable.hh Add some implementations. 2019-05-26 02:21:48 +08:00
resizable_matrix.cc Move all armadillo header include to php_arma.hh 2019-09-21 06:48:25 +08:00
resizable_matrix.hh Implement `SvMat`. 2019-07-08 00:57:25 +08:00
shared_methods.cc Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00
shared_methods.hh Implement diagview 2019-09-16 03:53:01 +08:00
stream_utils.hh minor refactor 2019-08-25 22:18:46 +08:00
subview.cc Add method `Subview::getParent()`. 2019-09-23 23:00:32 +08:00
subview.hh Add method `Subview::getParent()`. 2019-09-23 23:00:32 +08:00
subview_mat.cc Add method `Subview::getParent()`. 2019-09-23 23:00:32 +08:00
subview_mat.hh Prevent segfaults on orphaned subview objects. 2019-09-23 01:22:08 +08:00