https://github.com/stan-dev/stan
Raw File
Tip revision: 2d5ac1828e4dd856a08ebe58d63d9d4c6ee43dd8 authored by Bob Carpenter on 11 September 2012, 22:12:55 UTC
added more flexible type-branching metaprogram for assign() promotion in agrad matrix
Tip revision: 2d5ac18
.gitignore
# /
/demo
/models
/test
/*.dSYM
/bin

# precompiled model header
/src/stan/model/model_header.hpp.*ch

# other binary
*.o
*.exe

# /doc/
/doc/api
/doc/*.pdf

# temporary files
*~

# depedencies files
*.d
.Rproj.user
stan.Rproj
.kdev4/
stan.kdev4

# model files
src/test/gm/model_specs/*.cpp
back to top