alashworth / test-issue-import

0 stars 0 forks source link

stan::mcmc::ps_point protected methods fast_vector_copy_ and fast_matrix_copy_ should be in own file #134

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by mitzimorris Monday Mar 20, 2017 at 21:30 GMT Originally opened as https://github.com/stan-dev/stan/issues/2253


Summary:

stan::mcmc:ps_point has two protected methods fast_vector_copy_ and fast_matrix_copy_ used in the copy constructors for this class and its subclasses. These should go in the basic matrix libs rather than in the MCMC directory. And they should have tests if they don't already.

If same functionality elsewhere exists, remove duplication.

Current Version:

v2.14.0