~jfpacker/pyeigen/bugfixes-0.1

« back to all changes in this revision

Viewing changes to source/vector/rowvector2f.h

  • Committer: Jussi Lepistö
  • Date: 2010-03-24 21:50:09 UTC
  • Revision ID: jussi.lepisto@iki.fi-20100324215009-q3ov0ymxjbi8pclq
Vector iterator tests, notes & cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
// Construction
23
23
PyObject* RowVector2f_new(PyTypeObject* type, PyObject* args, PyObject* kwds);
24
24
int RowVector2f_init(RowVector2f* self, PyObject* args, PyObject* kwds);
25
 
void RowVector2f_dealloc(RowVector2f* self);
26
25
 
27
26
// Properties
28
27
PyObject* RowVector2f_get_x(RowVector2f* self, void* closure);