~jfpacker/pyeigen/bugfixes-0.1

« back to all changes in this revision

Viewing changes to test/rowvector2f.py

  • Committer: Jussi Lepistö
  • Date: 2010-03-20 13:38:20 UTC
  • Revision ID: jussi.lepisto@iki.fi-20100320133820-o42x9itf2iznfsdh
Row vector * matrix multiplication

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
from pyeigen import RowVector2f
 
1
from pyeigen import Matrix2f, RowVector2f
2
2
 
3
3
v1 = RowVector2f(1, 2)
4
4
v2 = RowVector2f(3, 4)