Skip to content

1-D matrix multiplication #29

@mortonjt

Description

@mortonjt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions