adcomp
adcomp copied to clipboard
ADREPORT not working for vector< vector<Type> > (but REPORT does work)
Not likely to be fixed soon if at all.
Similar to this issue, I have found that the REPORT
macro does not work for matrix<vector<Type>>
but it does for array<vector<Type>>
.