~jfpacker/pyeigen/bugfixes-0.1

« back to all changes in this revision

Viewing changes to source/matrix/matrix3f.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:
23
23
// Construction
24
24
PyObject* Matrix3f_new(PyTypeObject* type, PyObject* args, PyObject* kwds);
25
25
int Matrix3f_init(Matrix3f* self, PyObject* args, PyObject* kwds);
26
 
void Matrix3f_dealloc(Matrix3f* self);
27
26
 
28
27
// Properties
29
28
PyObject* Matrix3f_get_inverse(Matrix3f* self, void* closure);