Steve Bronder

Results 96 issues of Steve Bronder

#### Submission Checklist - [x] Run unit tests: `./runTests.py src/test/unit` - [x] Run cpplint: `make cpplint` - [x] Declare copyright holder and open-source license: Steve Bronder #### Summary When we...

## Description We want to merge #2995 and #2928 which are both backwards breaking changes #2995 removes the `_log()` lpdf functions, which the compiler already errors on when users try...

## Summary This adds the functions `simplex_row_constrain` and `simplex_column_constrain` to be used by the stan language for matrices with simplexes along the rows or columns of the matrix. This is...

## Summary This PR does two things 1. Allows `arena_matrix` to use move semantics - If an `arena_matrix`' s constructor is passed an rvalue, instead of allocating memory onto the...

breaking change

## Summary While working on a branch to let Stan math use ctest and cmake I found a memory leak in the sparse matrix impl for vari. It was a...

## Description It would be nice for cmake users to be able to use something like the following to include Stan math in their projects ``` include(FetchContent) FetchContent_Declare( stanmath GIT_REPOSITORY...

## Description I'm in the process of writing out the deserializer for OpenCL so we can have models that run entirely on the GPU. We do not yet have a...

## Summary This adds a simple version of the expression testing framework directly into the call to `expect_ad()`. This helps fix #2736 by making sure any function that goes through...

## Description It's an extra cost, but when we use [`accumulator.add(Vector)`](https://github.com/stan-dev/math/blob/develop/stan/math/prim/fun/accumulator.hpp#L52) method in a Stan model should the sum we do there use `log_sum_exp()` since we are summing a bunch...