Page 1 of 1

EViews dies using @eeq @ege @elt ect. with rowvectors

Posted: Tue Sep 03, 2013 10:02 am
by TimGrun
Hi,

The following code works correctly:
vector aa = @filledvector(4000,5)
vector bb = @filledvector(4000,6)
vector cc = @ege(aa,bb) ' or any other equality type test

While the following causes EViews to die ungracefully. Disappears without even saying goodbye. :D

rowvector raa = @filledrowvector(4000,5)
rowvector rbb = @filledrowvector(4000,6)
rowvector rcc = @ege(raa,rbb) ' or any other equality type test

I'm using EViews 8, 64-bit version, the Jul 11 2013 build

Re: EViews dies using @eeq @ege @elt ect. with rowvectors

Posted: Tue Sep 03, 2013 11:27 am
by EViews Glenn
Sorry. If it'll help, I'll convince it to say goodbye :)

We'll look into it and get a fix as soon as possible.

Re: EViews dies using @eeq @ege @elt ect. with rowvectors

Posted: Thu Sep 05, 2013 4:02 pm
by EViews Glenn
Fix has been introduced into the code base and will appear in the next patch. Again, our apologies.