sort by:
Revision Author Date Message Commit Date
f7acdd8 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 09 October 2019, 20:36:56 UTC
48525ec Merge commit 'b9ed18c930f305b6be8a31f09f5ef77470cc4cbd' into HEAD 09 October 2019, 20:36:44 UTC
6846a6c remove nan test for inverse pending general fix 09 October 2019, 20:36:12 UTC
4631e86 inverse to ad test framework 09 October 2019, 20:35:19 UTC
b9ed18c Merge pull request #1395 from stan-dev/issue/bugfix-tbb-makefile-spaces allow spaces in path leading to stan-directory in makefiles 09 October 2019, 17:34:58 UTC
e66149a Merge branch 'feature/issue-989-rev-mat-inverse' of https://github.com/IvanYashchuk/math into feature/issue-989-rev-mat-inverse 09 October 2019, 08:09:33 UTC
5a9ce36 cpplint 09 October 2019, 08:08:51 UTC
6bc8828 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 09 October 2019, 07:43:47 UTC
ef82ec7 Merge commit '0b88b1be773ef14823f187d55b32fbbcc7a18fa8' into HEAD 09 October 2019, 07:43:43 UTC
1d860dc Added additional test for rev mat inverse. Added tests for 0x0, 1x1 input. Input containing NaN, Inf. Copied and modified test_ad_unary from test_ad_test.cpp. 09 October 2019, 07:36:42 UTC
0b88b1b Merge pull request #1344 from stan-dev/feature/require-templates Adds require_* template type traits 09 October 2019, 07:24:36 UTC
db6bc09 Added check whether input matrix is empty. Before that inverse failed with failed assertion in Eigen Redux.h:413 for 0x0 matrices. Added this change so that the error message is nicer. 09 October 2019, 07:06:42 UTC
2f3d647 allow spaces in path leading to stan-directory in makefiles 09 October 2019, 06:52:13 UTC
d625761 Merge branch 'develop' into feature/issue-989-rev-mat-inverse 09 October 2019, 05:03:39 UTC
10b2235 Merge pull request #1392 from stan-dev/cleanup/add-tbb-gitignore Add /lib/tbb/** to the .gitignore 08 October 2019, 22:06:37 UTC
f4d5f26 Merge pull request #1363 from andrjohns/feature/issue-1362-vectorised-dirichlet Issue 1362 - Vectorised Dirichlet distribution 08 October 2019, 16:17:00 UTC
9701037 Merge pull request #1369 from bstatcomp/bugfix/fix-test-hpp-files Bugfix/remove unused vectorize test 08 October 2019, 16:06:15 UTC
9f1e2e4 Add /lib/tbb/** to the .gitignore 08 October 2019, 14:59:32 UTC
5e73b0f remove tbb stuff 08 October 2019, 14:56:28 UTC
6992f07 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 08 October 2019, 09:23:36 UTC
b186221 make a requires for checking if type T is convertible to S 08 October 2019, 09:22:45 UTC
a0eb72e make a requires for checking if type T is convertible to S 08 October 2019, 09:22:16 UTC
9a5be1b [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 08 October 2019, 09:02:40 UTC
ef8ff87 add require for converting to string 08 October 2019, 08:58:19 UTC
1eb2b75 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 07 October 2019, 20:13:56 UTC
d2a8fa3 fix so that require_same is used to check the types match in matrix_cl constructors 07 October 2019, 20:12:58 UTC
b298924 add wait for write events when copying from matrix_cl 07 October 2019, 17:51:59 UTC
a973fa7 Merge remote-tracking branch 'origin/develop' into feature/require-templates 07 October 2019, 16:18:18 UTC
93ab904 Merge pull request #1180 from stan-dev/feature/intel-tbb-lib Feature/intel tbb lib 06 October 2019, 19:40:40 UTC
878e4ca fix tbb build directory and make tbbmalloc as a default on MacOS only 06 October 2019, 14:38:30 UTC
3f194e6 Merge branch 'feature/intel-tbb-lib' of https://github.com/stan-dev/math into feature/intel-tbb-lib 06 October 2019, 11:13:50 UTC
cce322b make mingw32-make check not PHONY such that this make is only needed to build the Intel TBB on Windows (and not otherwise) 06 October 2019, 10:09:31 UTC
8156162 Revert "move tbb to tbb/, update the update script, add version file" This reverts commit bf8f444f1c1f928f23bcb2f94d1691a597c885fc. 06 October 2019, 08:11:39 UTC
c8e08a1 Merge branch 'feature/intel-tbb-lib' of https://github.com/stan-dev/math into feature/intel-tbb-lib 06 October 2019, 07:51:59 UTC
bf8f444 move tbb to tbb/, update the update script, add version file 05 October 2019, 16:32:33 UTC
76dfde3 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 05 October 2019, 13:08:06 UTC
ed464f3 remove this->read_events() from constructors and add _st and _vt requires for same 05 October 2019, 13:07:16 UTC
233549d add c++1y as c++ standard to TBB build 05 October 2019, 09:22:36 UTC
dce87cf move tbb being build in lib/tbb (cherry picked from feature/intel-tbb-init) 05 October 2019, 08:27:08 UTC
408c1cd [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~exp1~20180509124008.99 (branches/release_50) 04 October 2019, 18:16:44 UTC
15ff684 change double with T in vector<eigen> matrix_cl constructor 04 October 2019, 18:15:58 UTC
5f22013 Merge remote-tracking branch 'origin/develop' into feature/require-templates 04 October 2019, 12:44:13 UTC
7d1d561 Merge pull request #1371 from yizhang-yiz/feature_fp_solver Feature fixed point solver 03 October 2019, 21:41:32 UTC
906a24a [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 03 October 2019, 20:06:18 UTC
bd6379e cleanup testing so we don't need one struct for ad_types and another for generic types 03 October 2019, 20:05:33 UTC
3fc6b8f fix fvar test 03 October 2019, 18:12:45 UTC
934d530 forgot _t for require_same tests 03 October 2019, 17:46:27 UTC
88d9901 [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 03 October 2019, 17:00:14 UTC
4e97c8f rename all requires to use _t, _vt, or _st 03 October 2019, 16:59:32 UTC
09020f6 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 03 October 2019, 16:44:24 UTC
463b746 scaling vectors can be params 03 October 2019, 16:43:10 UTC
481af84 forget to include vector in mat/meta/require tests 03 October 2019, 16:00:52 UTC
a334b93 [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 03 October 2019, 15:55:06 UTC
e6ca17d use require instead of enable_if 03 October 2019, 15:54:15 UTC
9c610aa [Jenkins] auto-formatting by clang-format version 6.0.0 (tags/google/stable/2017-11-14) 03 October 2019, 15:39:02 UTC
8e0ec57 merge to develop 03 October 2019, 15:38:01 UTC
946b095 Adds testing framework for require aliases 03 October 2019, 15:34:08 UTC
4a8cd90 Merge branch 'feature/intel-tbb-lib' of https://github.com/stan-dev/math into feature/intel-tbb-lib 02 October 2019, 20:19:40 UTC
b436317 fix make check 02 October 2019, 20:18:14 UTC
a44264d catch wrong make on Windows 02 October 2019, 20:08:09 UTC
aa21a0f [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 02 October 2019, 04:35:24 UTC
a89ac30 Merge commit 'bb9bd6ac3d8e56a83bfbe2ec0b0907b1c234cdd9' into HEAD 02 October 2019, 04:35:21 UTC
702e8e5 Reduce unnecessary copying 02 October 2019, 04:34:35 UTC
8bd5301 update doc per review comment 02 October 2019, 04:15:36 UTC
a057458 started cleaning up tests 01 October 2019, 18:04:01 UTC
55e3362 [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~exp1~20180509124008.99 (branches/release_50) 01 October 2019, 17:23:21 UTC
a2ad669 Merge commit 'bb9bd6ac3d8e56a83bfbe2ec0b0907b1c234cdd9' into HEAD 01 October 2019, 17:23:16 UTC
1625ba4 update "FP_direct_prod_newton_func_test" documentation 01 October 2019, 17:22:10 UTC
7a3c9be Merge branch 'feature_fp_solver_review' into feature_fp_solver 01 October 2019, 17:16:01 UTC
bb9bd6a Fixes #1010 Merge pull request #1318 from andrjohns/feature/issue-1010-std-funs-p3 Issue 1010 - Replace hand-coded math with standard library c++11 functions 01 October 2019, 17:15:42 UTC
bcacf9a more documentation on implementation details. 01 October 2019, 17:12:11 UTC
b030a94 Merge pull request #1375 from bstatcomp/bugfix/fix-stack-alloc-test Fix bug in stack_alloc_test 01 October 2019, 14:07:24 UTC
3d13a38 Merge remote-tracking branch 'origin/develop' into feature/require-templates 01 October 2019, 13:03:46 UTC
11b5382 [Jenkins] auto-formatting by clang-format version 5.0.2-svn328729-1~exp1~20180509124008.99 (branches/release_50) 30 September 2019, 21:39:00 UTC
20db45c additional unit tests to demo FP vs NEWTON 30 September 2019, 21:37:45 UTC
4eb1f46 fix bug in stack_alloc_test 30 September 2019, 18:37:24 UTC
1287f75 fix excepton handling unit test failure 30 September 2019, 16:07:49 UTC
f51bfcd [Jenkins] auto-formatting by clang-format version 5.0.0-3~16.04.1 (tags/RELEASE_500/final) 30 September 2019, 05:00:07 UTC
c9735ba Merge commit 'afe2881f088d97466319e4846660295f63a67fd5' into HEAD 30 September 2019, 05:00:04 UTC
808d8f9 algebra_solver_fp function's exception handling tests 30 September 2019, 04:30:43 UTC
5475973 doxygen 29 September 2019, 17:04:11 UTC
715b331 fix linting 29 September 2019, 16:55:53 UTC
76f3e61 algebra_solver_fp function as math API for fixed pointer solver 29 September 2019, 16:30:18 UTC
afe2881 Merge pull request #1366 from bstatcomp/gpu_softmax_ordinal_glms Gpu ordered_logistic_glm_lpmf and categorical_logit_glm_lpmf 28 September 2019, 20:07:58 UTC
d40e61c unit test when both init and param are var type 28 September 2019, 17:17:56 UTC
6099314 template version of fp solver, with jac calc as tmplat param 28 September 2019, 17:14:37 UTC
97cf33b addressed review comments 28 September 2019, 16:18:55 UTC
f887bbe Merge branch 'develop' into gpu_softmax_ordinal_glms 28 September 2019, 15:54:00 UTC
bcbebf4 address PR comments 28 September 2019, 15:10:06 UTC
83fd9ee fix windows TBB builds 28 September 2019, 14:55:57 UTC
6fb1ed1 Merge branch 'feature/intel-tbb-lib' of https://github.com/stan-dev/math into feature/intel-tbb-lib 28 September 2019, 14:55:17 UTC
1b14d60 remove /vectorize tests 28 September 2019, 08:45:03 UTC
e45bcf7 extending the check script to check for *_test.hpp 28 September 2019, 07:52:35 UTC
3688665 unit test for fixed point iterative solver's gradient results 28 September 2019, 00:37:28 UTC
943a9f8 make building the tbbmalloc and tbbmalloc_proxy library optional and only enable it whenever STAN_THREADS is turned on as a default 27 September 2019, 23:02:31 UTC
4d2de30 fix fixed pointer solver grad calculation for Jxy and add unit test 27 September 2019, 22:00:02 UTC
0763e27 1st draft of FP solver based on KINSOL 27 September 2019, 19:39:20 UTC
56a75a6 Merge remote-tracking branch 'origin/develop' into feature/require-templates 27 September 2019, 15:25:13 UTC
0dcd1d2 forgot a & when looking at read events 27 September 2019, 15:12:16 UTC
ef9da26 fixed wrong TBB version in readme 27 September 2019, 14:55:49 UTC
back to top