mols catches some stupidity of the programmer but I have managed to get segfaults in some
situations when I count the dimensions wrong. An example
matrix y = {1; 2; 1}
matrix x = {1; 1; 1}
matrix errorpar = {1; 1}
mols(y, x * errorpar) #ok
mols(y, x + errorpar) #ok
mols(y, x * errorpar + errorpar) #segfault
If it possible would be nice if the latter could also be caught.
Best
Andreas
--
Andreas Noack Jensen
Ph.d.-stipendiat
Økonomisk Institut andreas.noack.jensen(a)econ.ku.dk
Københavns Universitet
http://www.econ.ku.dk/phdstudent/noack/
Øster Farimagsgade 5, bygning 26 Tlf.: 353 23094
1353 København K