[GiNaC-list] segmentation fault

Pedro Sosa psosmol at yahoo.com
Thu Mar 28 13:16:03 CET 2019


Hello, I have a doubt, can I define a vector of ex?when I run the program throws an error of segmentation fault
thanks


vector<ex> e;

symtab table;
table ["r"]=r;    
parser reader(table);
for(int i=0;i<100;i++){
            e[i]=reader(formula[i].getFormula());
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cebix.net/pipermail/ginac-list/attachments/20190328/049f8286/attachment.html>


More information about the GiNaC-list mailing list