-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
First off, just wanted to thank you guys for putting together this slick piece of software. I've compared the pyviennacl matrix multiplication to numpy matrix multiplication and noticed a 4000x speedup!
Anyways, I noticed that only 2-D matrices are supported. Granted, if you want to compute A*x where A is a matrix and x is a column vector, you can just use the corresponding pyviennacl objects.
But suppose that you want to compute x*A where A is a matrix and x is a row vector, then what?
From what I can tell, this operation is not yet supported. Will there be any plans in the future to support this?
If you guys need contributors, I would be happy to submit some pull requests.
Metadata
Metadata
Assignees
Labels
No labels