Re: [ViennaCL-devel] Outer Vector Products?

2015-08-12 Thread rupp
Hi, you are looking for outer_prod: http://viennacl.sourceforge.net/doc/manual-operations.html#manual-operations-blas2 :-) Best regards, Karli Quoting Charles Determan : > Is there a way to get the outer product of two viennacl::vector objects > where the output would be a new viennacl::matr

[ViennaCL-devel] Outer Vector Products?

2015-08-12 Thread Charles Determan
Is there a way to get the outer product of two viennacl::vector objects where the output would be a new viennacl::matrix? The use of inner_prod is simple enough and naturally I assumed I would use prod.hpp. But my code errors out with: vcl_C = viennacl::linalg::prod(vcl_A, vcl_B); no match for