adcomp icon indicating copy to clipboard operation
adcomp copied to clipboard

density::AR1_t documentation

Open casperwberg opened this issue 6 years ago • 0 comments

First example in documentation does not work (missing constructor). It works if this line: AR1_t<N01<Type> > f1(phi1); is replaced with AR1_t<N01<Type> > f1 = AR1(phi1);

Constructor should be made or example corrected.

casperwberg avatar Sep 02 '19 13:09 casperwberg