Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Eigen Dense and Sparse vari_value types #1952

Merged
merged 224 commits into from
Aug 7, 2020
Merged
Changes from 1 commit
Commits
Show all changes
224 commits
Select commit Hold shift + click to select a range
4727ac7
Fixed typo in release notes
serban-nicusor-toptal Jul 18, 2019
2db4561
Updated 2.21.0 release notes.
serban-nicusor-toptal Oct 18, 2019
a707039
Revert "release/v2.21.0: updating version numbers"
serban-nicusor-toptal Oct 18, 2019
2f037ae
Release v3.0.0
serban-nicusor-toptal Oct 18, 2019
31151b2
Merge branch 'master' of github.com:stan-dev/math
serban-nicusor-toptal Jan 24, 2020
d4e4f15
Fixed conflict in stan/math/prim/fun/log_softmax.hpp
rok-cesnovar Jan 29, 2020
3f8fae4
Updated math version
serban-nicusor-catena Jan 29, 2020
067add1
Reverted release of 3.1.1
serban-nicusor-catena Jan 29, 2020
b96e401
Fixed conflict in stan/math/prim/fun/log_softmax.hpp
rok-cesnovar Jan 29, 2020
ab50cb5
Fixed conflict in stan/math/prim/fun/log_softmax.hpp
rok-cesnovar Jan 29, 2020
ba8e315
Updated math to v3.1.1
serban-nicusor-toptal Jan 29, 2020
ea955b8
Reverted release 3.1.1
serban-nicusor-toptal Jan 29, 2020
f899a98
Fixed conflict in stan/math/prim/fun/log_softmax.hpp
rok-cesnovar Jan 29, 2020
a5d71b2
Fixed conflict in stan/math/prim/fun/log_softmax.hpp
rok-cesnovar Jan 30, 2020
e081b4e
Release v3.1.1
serban-nicusor-toptal Jan 30, 2020
5f28b8f
Fixed merge conflicts
serban-nicusor-toptal Apr 22, 2020
ebbfeb8
Adds templates to vari and var as well as the var operators. Fixes st…
SteveBronder May 28, 2020
d7e1d84
Add a template to grad so that init_dependent can be non-virtual, mak…
SteveBronder May 28, 2020
ba930da
add final to classes inheriting op_varis so flto can more aggressivly…
SteveBronder May 28, 2020
244620a
cleanup templates in var and vari, clang-format, tests for is_var, is…
SteveBronder May 29, 2020
92630dd
add ref to require_convertible check in vari constructors
SteveBronder May 29, 2020
d5139c6
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder May 30, 2020
2dfa329
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot May 30, 2020
f045272
fix header check
SteveBronder May 30, 2020
4b5fc67
Fix templates for hmm
SteveBronder May 30, 2020
1fe6e2b
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot May 30, 2020
b63acdc
add template to lp value in in positive_constrain
SteveBronder May 30, 2020
df22a0b
Merge branch 'feature/vari-base-templates' of github.com:stan-dev/mat…
SteveBronder May 30, 2020
f20d98a
replace vector func value types in apply_scalar_binary with return ty…
SteveBronder May 30, 2020
16db81b
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot May 30, 2020
4cc404e
var and vari can only be templated with floating point types. Remove …
SteveBronder Jun 1, 2020
57c65b8
update hmm_marginal
SteveBronder Jun 3, 2020
75910a1
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 3, 2020
de2b7c5
add flto flag for mac
SteveBronder Jun 3, 2020
81df481
Merge branch 'feature/vari-base-templates' of github.com:stan-dev/mat…
SteveBronder Jun 3, 2020
df7e089
use ? instead of : for flto flags
SteveBronder Jun 3, 2020
b510337
update vari test since integral template types are no longer allowed
SteveBronder Jun 3, 2020
4424dc3
remove whole program vtable clang optimization
SteveBronder Jun 3, 2020
8ce09f4
remove -fstrict-vtable-pointers from clang
SteveBronder Jun 3, 2020
b8de65f
fix is_var test
SteveBronder Jun 4, 2020
8cf3bcc
remove unneeded templating in var_value operators
SteveBronder Jun 4, 2020
a07140c
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 4, 2020
7ed5d99
remove flto flag
SteveBronder Jun 4, 2020
52de946
use lambda instead of visitor pattern
SteveBronder Jun 4, 2020
6585a89
fix vari_test
SteveBronder Jun 4, 2020
f42756c
only use fdevirtualize-at-ltrans for linux gcc
SteveBronder Jun 4, 2020
12f9caf
use filter instead of findstring when matching on g++ in makefile
SteveBronder Jun 4, 2020
7a08c41
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jun 6, 2020
d76617a
merge to remote origin
SteveBronder Jun 7, 2020
2c41d98
do not use flto for windows
SteveBronder Jun 7, 2020
77f1059
fix compile_flags missing tab
SteveBronder Jun 7, 2020
e1f6af3
add flto flags to library flags
SteveBronder Jun 8, 2020
fdae56f
remove flto changes
SteveBronder Jun 9, 2020
cc702da
add back flto flag for mac and linux
SteveBronder Jun 9, 2020
c8b5eea
add flto to cppflags
SteveBronder Jun 9, 2020
8726f4c
set ar by clang or gcc cxx_type
SteveBronder Jun 10, 2020
cba8d24
remove vari_base
SteveBronder Jun 10, 2020
4c671e1
use functors instead of lambdas
SteveBronder Jun 10, 2020
a1b2765
update to use variant instead of vari_base
SteveBronder Jun 10, 2020
e4581ca
remove flto from compiler_flags
SteveBronder Jun 10, 2020
04d3a0f
Merge commit '29d3b2df8b6bbba717fb582c0cf2fe90b1eb3aa7' into HEAD
yashikno Jun 10, 2020
52ae3b4
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 10, 2020
9358df7
remove promote_args_t in var member function templates
SteveBronder Jun 11, 2020
f567182
Merge remote-tracking branch 'bstat/bugfix_matrix_cl_from_map' into f…
SteveBronder Jun 11, 2020
eb18a98
remove TODO comment and fix grammar
SteveBronder Jun 11, 2020
3a71101
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 11, 2020
9441346
make visitor classes more generic
SteveBronder Jun 11, 2020
a41f5be
merge to remote
SteveBronder Jun 11, 2020
80c1dea
Merge commit 'a33a9ab8177fa5847c539125760b184ae1a318aa' into HEAD
yashikno Jun 11, 2020
30be7d2
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 11, 2020
78b73b9
add const correct stuff for vari value accessors in var
SteveBronder Jun 11, 2020
c27c21a
Merge branch 'feature/vari-base-templates' of github.com:stan-dev/mat…
SteveBronder Jun 11, 2020
5c69ed0
remove constructors for mixed floating point types
SteveBronder Jun 12, 2020
917800a
remove nohup
SteveBronder Jun 12, 2020
94f10c6
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jun 12, 2020
ac7076c
switch order of members in vari_printer for order warning on windows
SteveBronder Jun 12, 2020
1cd05a8
switch order of members in vari_printer for order warning on windows
SteveBronder Jun 12, 2020
2763524
call set_zero_adjoint_nested directly
SteveBronder Jun 13, 2020
ed1d828
call set_zero_adjoint_nested directly
SteveBronder Jun 13, 2020
22f90a1
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 13, 2020
d15494d
try variant2
SteveBronder Jun 14, 2020
5c6836b
add noexcept to member functions that will not throw
SteveBronder Jun 14, 2020
d8bb2ac
use lambda for print_stack
SteveBronder Jun 14, 2020
885cdb3
merge to remote
SteveBronder Jun 14, 2020
cd1b3c4
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 14, 2020
5630a65
use eigen strong inline and static on set_zero_adj()
SteveBronder Jun 14, 2020
5285fdd
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 14, 2020
006fbf6
testing if vari long slows us down
SteveBronder Jun 14, 2020
538b011
add back tests for vari long double
SteveBronder Jun 14, 2020
8e76694
Merge branch 'feature/vari-base-templates' of github.com:stan-dev/mat…
SteveBronder Jun 14, 2020
ad2d15f
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 14, 2020
3d3efed
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jun 15, 2020
28f3373
remove templates from operators
SteveBronder Jun 15, 2020
0324c82
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 15, 2020
e30e111
add dense eigen vari type
SteveBronder Jun 16, 2020
3f88335
try custom visitor
SteveBronder Jun 16, 2020
4104696
switching back to virtual
SteveBronder Jun 16, 2020
ce718a8
Trying multi stack method
SteveBronder Jun 16, 2020
85a44b7
add var_dbl_stack to vari
SteveBronder Jun 16, 2020
ac6e99a
add var_dbl_stack to vari
SteveBronder Jun 16, 2020
f9af055
add var_dbl_stack to vari
SteveBronder Jun 16, 2020
82c0332
remove nochain stack and use dbl stack
SteveBronder Jun 17, 2020
346e6ca
add tuple of stacks to zero out
SteveBronder Jun 17, 2020
2f7d37c
debugs for nested sizes
SteveBronder Jun 17, 2020
e3e2d7e
multi-stack nested
SteveBronder Jun 17, 2020
e742ec0
add size check on start_nested
SteveBronder Jun 17, 2020
5ac9a05
Merge commit 'd5c2cb57c4653b843d41b4a47b1f9c6c242db162' into HEAD
yashikno Jun 17, 2020
5f4278f
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 17, 2020
9a8ba4c
add docs to for_each
SteveBronder Jun 17, 2020
fc44eff
update with remote
SteveBronder Jun 17, 2020
5c6faab
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 17, 2020
388b075
update docs
SteveBronder Jun 17, 2020
b1435e0
Merge branch 'feature/vari-base-templates' of github.com:stan-dev/mat…
SteveBronder Jun 17, 2020
caa55f4
Use trick from boost::hana on for_each to avoid unused-value warning
SteveBronder Jun 17, 2020
2d3648b
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 17, 2020
52ddce4
cpplint
SteveBronder Jun 17, 2020
7810ef6
merge to remote
SteveBronder Jun 17, 2020
b952d58
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 17, 2020
abf0a5e
update tests to use new zeroing vari stack instead of nochain
SteveBronder Jun 17, 2020
1602f71
merge to remote
SteveBronder Jun 17, 2020
4674b1d
update docs for var and vari
SteveBronder Jun 17, 2020
64de92c
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 17, 2020
c8cd17a
forgot () in virtual vari_base destructor
SteveBronder Jun 17, 2020
7decf0e
var and vari docs
SteveBronder Jun 17, 2020
9dd3eaf
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 17, 2020
1d187bc
fix libstdc++ bug with array
SteveBronder Jun 17, 2020
eccd3cb
cpplint
SteveBronder Jun 17, 2020
6ad6714
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 17, 2020
165a883
fix seg fault by not always giving var_zeroing stacks to nested_var_z…
SteveBronder Jun 17, 2020
fa5de84
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 17, 2020
efaa936
only push sizes if they are nonzero for the nested zeroing stack
SteveBronder Jun 18, 2020
cd38c4a
Merge commit '461e57f912560b06913de3150dfa939a6f2b78bd' into HEAD
yashikno Jun 18, 2020
908ff3c
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 18, 2020
3b85b96
move around the stacks to avoid double push_backs in vari
SteveBronder Jun 19, 2020
8b2a934
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 19, 2020
72fefc4
Fix bad stack sizes
SteveBronder Jun 20, 2020
1691985
use make_unique in ad_tape_observer
SteveBronder Jun 20, 2020
c1e3d0e
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 20, 2020
46ef24c
update to develop
SteveBronder Jun 22, 2020
66908ec
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jun 23, 2020
4409bfd
update to fix mem bug in mpi tests
SteveBronder Jun 23, 2020
7255554
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 23, 2020
5e9f707
move back to virtual methods
SteveBronder Jun 24, 2020
645ec49
merge with virtual base branch
SteveBronder Jun 24, 2020
6ed44f6
merge to remote
SteveBronder Jun 24, 2020
330af39
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 24, 2020
73e6599
remove references to zero_stack from tests
SteveBronder Jun 24, 2020
5d4deb5
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 24, 2020
05a3166
small fixes
SteveBronder Jun 24, 2020
40b08cf
Merge branch 'feature/vari-base-templates' of github.com:stan-dev/mat…
SteveBronder Jun 24, 2020
b25944d
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 24, 2020
ffd30da
use nested chainable stack class for set zero adjoint
SteveBronder Jun 25, 2020
e5428e9
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 25, 2020
13bcbf3
merge to vari-base-templates
SteveBronder Jun 25, 2020
356bb4e
merge to vari-base-templates and add sparse matrix var type
SteveBronder Jun 26, 2020
2130cfe
adds sparse and dense vari_value specializations
SteveBronder Jun 28, 2020
f29623d
Merge commit 'e5428e9d6c50154ed2552cba0809dd1ed93ebb29' into HEAD
yashikno Jun 28, 2020
6f1ce8a
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 28, 2020
dd900b2
add docs for x param for eigen_map vari_value constructors
SteveBronder Jun 29, 2020
fdac590
Merge branch 'feature/vari-base-eigen' of github.com:stan-dev/math in…
SteveBronder Jun 29, 2020
5d8c384
use chainable_alloc for sparse matrix vari_value
SteveBronder Jun 29, 2020
1cbd95b
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 29, 2020
cea502a
add chainable_alloc() constructor to sparse vari constructor
SteveBronder Jun 29, 2020
02c23a2
merge to remote
SteveBronder Jun 29, 2020
cc2a49d
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 29, 2020
41d0e74
using chainable_alloc allows the sparse vari to accept eigen expressions
SteveBronder Jun 30, 2020
9039f7c
Merge branch 'feature/vari-base-eigen' of github.com:stan-dev/math in…
SteveBronder Jun 30, 2020
cdaa2e6
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jun 30, 2020
dc44dcc
add static_assert to make sure var inner type is assignable. Add test…
SteveBronder Jun 30, 2020
fa3a6fc
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jun 30, 2020
8d20a67
Add tests for new meta functions, remove forwarding from vari
SteveBronder Jul 1, 2020
b83f5bf
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jul 1, 2020
83d4ce6
remove docs for removed mem param in make_* functions in vari_value
SteveBronder Jul 2, 2020
fba6166
remove private constructor for vari_value
SteveBronder Jul 2, 2020
5788a40
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jul 6, 2020
48801a0
remove make functions from vari_value matrix constructor. Add additio…
SteveBronder Jul 6, 2020
896b267
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jul 6, 2020
950498b
update var templates
SteveBronder Jul 6, 2020
9cfb8a9
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jul 6, 2020
f02d232
kickoff jenkins
SteveBronder Jul 7, 2020
9eea7e7
Merge branch 'feature/vari-base-eigen' of github.com:stan-dev/math in…
SteveBronder Jul 7, 2020
2d1928a
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jul 7, 2020
859d920
update to develop
SteveBronder Jul 8, 2020
7bf1396
update to develop
SteveBronder Jul 8, 2020
e8a386e
Merge branch 'feature/vari-base-templates' into feature/vari-base-eigen
SteveBronder Jul 8, 2020
c8fd050
move Eigen numtraits and read_var to core to help with include order …
SteveBronder Jul 8, 2020
9660a5a
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jul 8, 2020
826d1d5
move Eigen Numtraits and typedefs to core for fwd and rev
SteveBronder Jul 9, 2020
fb317b7
move around fvar Eigen_Numtraits
SteveBronder Jul 9, 2020
eeeb4ee
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2 (tag…
stan-buildbot Jul 9, 2020
58ca7e2
Revert "[Jenkins] auto-formatting by clang-format version 6.0.0-1ubun…
SteveBronder Jul 13, 2020
60f54ab
Revert "move around fvar Eigen_Numtraits"
SteveBronder Jul 13, 2020
d7bd3f5
Revert "move Eigen Numtraits and typedefs to core for fwd and rev"
SteveBronder Jul 13, 2020
370c55b
Revert "[Jenkins] auto-formatting by clang-format version 6.0.0-1ubun…
SteveBronder Jul 13, 2020
0f12bbf
Revert "move Eigen numtraits and read_var to core to help with includ…
SteveBronder Jul 13, 2020
dd1b1f7
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jul 13, 2020
e0c5136
update to develop
SteveBronder Jul 16, 2020
4737ddf
update to develop
SteveBronder Jul 20, 2020
0776132
Merge branch 'feature/vari-base-templates' into feature/vari-base-eigen
SteveBronder Jul 20, 2020
2a14395
adds uint16_t to var test
SteveBronder Jul 22, 2020
31a0d13
update to make vari_value Scalar type an actual scalar type even in t…
SteveBronder Jul 22, 2020
9df61ca
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Jul 22, 2020
53ee10a
Merge branch 'master' of github.com:stan-dev/math
serban-nicusor-toptal Jul 28, 2020
a7ff367
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Jul 29, 2020
1e7a939
Merge remote-tracking branch 'origin/feature/vari-base-templates' int…
SteveBronder Jul 29, 2020
ab3a6ef
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Aug 3, 2020
b2900b7
Merge branch 'feature/vari-base-templates' into feature/vari-base-eigen
SteveBronder Aug 3, 2020
6e36185
remove Scalar type trait from vari_value
SteveBronder Aug 3, 2020
5479093
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Aug 3, 2020
ec592d5
Add vari_base<matrix_cl> (#1967)
t4c1 Aug 3, 2020
783eba8
Merge remote-tracking branch 'origin/develop' into feature/vari-base-…
SteveBronder Aug 4, 2020
33e266d
remove changes to cholesky and vari_pointer type trait in var
SteveBronder Aug 4, 2020
45d7fa2
Merge branch 'feature/vari-base-templates' into feature/vari-base-eigen
SteveBronder Aug 5, 2020
1c3d5ca
Merge remote-tracking branch 'origin/master' into feature/vari-base-e…
SteveBronder Aug 5, 2020
e290f12
merge to develop
SteveBronder Aug 5, 2020
bf096b9
Add grad() method without an input vari and add template paramter to …
SteveBronder Aug 5, 2020
d2edb26
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Aug 5, 2020
614ae97
fix docs in vari for matrix_cl
SteveBronder Aug 5, 2020
bf38a76
use grad() in grad(Vari*)
SteveBronder Aug 6, 2020
c6af0b0
Move grad() in front of grad(Vari*)
SteveBronder Aug 6, 2020
7945f66
merge to develop and use const S& instead of S&& in var_value and var…
SteveBronder Aug 6, 2020
4e70ba6
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Aug 6, 2020
8cec8bb
Use pf in var_value for the sparse matrix constructor
SteveBronder Aug 6, 2020
32045cc
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
stan-buildbot Aug 6, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Jenkins] auto-formatting by clang-format version 6.0.0-1ubuntu2~16.0…
…4.1 (tags/RELEASE_600/final)
  • Loading branch information
stan-buildbot committed Aug 6, 2020
commit 4e70ba6b3165a0b68885861eab8d705a939929e9
6 changes: 2 additions & 4 deletions stan/math/rev/core/vari.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,11 @@ class vari_value<T, require_eigen_dense_base_t<T>> : public vari_base {
/**
* Number of rows known at compile time
*/
static constexpr int RowsAtCompileTime
= PlainObject::RowsAtCompileTime;
static constexpr int RowsAtCompileTime = PlainObject::RowsAtCompileTime;
/**
* Number of columns known at compile time
*/
static constexpr int ColsAtCompileTime
= PlainObject::ColsAtCompileTime;
static constexpr int ColsAtCompileTime = PlainObject::ColsAtCompileTime;

/**
* The value of this variable.
Expand Down