On Thu, Oct 6, 2011 at 6:23 PM, Darren Cook wrote:
>> It is not a big deal in this case but I am wondering how to define the
>> population protocol using something like std::vector so that
>> elementary protocols can be added or removed but each elementary
>> protocol is read-only.
>> ... like dec
> It is not a big deal in this case but I am wondering how to define the
> population protocol using something like std::vector so that
> elementary protocols can be added or removed but each elementary
> protocol is read-only.
> ... like declaring the vector as std::vector but
> that doesn't seem
This may be more of a C++ question than strictly an Rcpp question, in
which case I guess I should finally get a stackoverflow.com login.
I have a collection of objects that each consist of a NumericVector
and a NumericMatrix. The collection is called a population protocol
and the individual objec