Daniel Lee
Daniel Lee
If you replace that line linked (command.hpp L154) with this one, it'll print out right before the first iteration: ``` stan::callbacks::stream_writer init_writer(std::cout); ``` It looks something like this... ``` ......
@dustinvtran, @akucukelbir. Bump.
Thanks! I think it’s fine for now. There are less active issues that we can cull before this one. This one is active and serves a purpose, so I’d prefer...
Do you have a specific use-case for fractional order Bessel functions and modified Bessel functions? On Mon, Jun 27, 2016 at 11:11 AM, Pascal PERNOT [email protected] wrote: > Summary: >...
Awesome! This is great and it all makes sense (using updated versions of libraries, especially those tuned to the system it's running on). Where can we help with the discussion?...
> Did you try other BLAS implementations to see? They likely also had different results, so it probably falls in the same bucket, but might be worth a gander. I...
Hmm. This is in the writers. Currently, we use stringstream's operator fixed (if anything) in this repo. > > — > You are receiving this because you are subscribed to...
@bgoodri, thoughts? Can we either close this or list what needs to be done?
That seems reasonable. Can you either update this issue to reflect that our close this and open a new one with that suggestion? > On May 9, 2017, at 5:30...
Thanks for hunting this down. We should definitely generalize our functions. On Jul 10, 2015 4:43 PM, "Dustin Tran" [email protected] wrote: > write_iteration_csv(...) > https://github.com/stan-dev/stan/blob/develop/src/stan/services/io/write_iteration_csv.hpp > currently requires specifying the...