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

Reorganize src/stan/agrad/ to match src/stan/math #443

Closed
syclik opened this issue Dec 10, 2013 · 1 comment
Closed

Reorganize src/stan/agrad/ to match src/stan/math #443

syclik opened this issue Dec 10, 2013 · 1 comment
Assignees
Milestone

Comments

@syclik
Copy link
Member

syclik commented Dec 10, 2013

Move everything so the layout matches. This should be a refactoring of the file structure / include structure and there shouldn't really be additional functionality.

@ghost ghost assigned syclik Dec 10, 2013
@syclik
Copy link
Member Author

syclik commented Dec 10, 2013

Things I've done:

  • moved functions to a folder called src/stan/agrad/functions
  • added src/stan/agrad/functions.hpp
  • moved src/stan/agrad/op/ to src/stan/agrad/internal
  • added src/stan/agrad/internal.hpp
  • removed src/stan/agrad/rev/jacobian.hpp (not used anywhere)

@syclik syclik closed this as completed in b40be32 Dec 18, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant