Hi Dave, > The examples do not even work.
please let us know *which* examples do not work; we are happy to fix it. > > >>> from util import read_mtx, read_vector > Traceback (most recent call last): > File "<stdin>", line 1, in <module> > ImportError: No module named util Did you import pyviennacl first? If you used import pyviennacl as p then please change your line to from p.util import read_mtrx, read_vector All the subsequent errors are just a consequence of the failed matrix read. Best regards, Karli ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ ViennaCL-support mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/viennacl-support
