Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mark mir.random.variable & mir.random.ndvariable opCall as const when…
… possible (#105) * Mark mir.random.variable opCall `const` when appropriate All except: Bernoulli2Variable, LogNormalVariable, NormalVariable, & StudentTVariable. Also affected the `min` and `max` properties of some variables. * Mark DirichletVariable & SimplexVariable opCall as `const` This commit does not do this for MultivariateNormalVariable or for SphereVariable opCall because future optimizations might make them non-const.
- Loading branch information