[ADMB Users] Printing a vector in a row format
Naji Nassar
nassar.naji at orange.fr
Wed Mar 7 00:38:59 PST 2012
Hi all
I'm looking for an elegant way in ADMB to print a vector in a column format,
just to avoid loop
{
ofstream ofs("llik1.txt");
for (t=1;t<=nobs;t+=1)
{
ofs << llik(t) << endl;
}
}
ADMB DLL with MSVC.. I still don't find a solution.. Any help is highly
appreciated
Naji
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.admb-project.org/pipermail/users/attachments/20120307/f37fb31c/attachment.html>
More information about the Users
mailing list