patrickh 2005/06/03 15:51:57 PDT
Modified files:
modules/GMTL/python/src gmtl-Generate.h gmtl-MatrixOps.h
gmtl-wrappers.h
modules/GMTL/python/src/gmtl _gmtl_Generate_h.cpp
_gmtl_MatrixOps_h.cpp
_gmtl_wrappers_h.cpp
Log:
Added more function overloads and exposed a few matrix inversion functions
that were not previously available through PyGMTL.
Revision Changes Path
1.5 +10 -11 GGT/modules/GMTL/python/src/gmtl-Generate.h
1.5 +17 -2 GGT/modules/GMTL/python/src/gmtl-MatrixOps.h
1.11 +65 -2 GGT/modules/GMTL/python/src/gmtl-wrappers.h
1.5 +76 -5 GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp
1.5 +8 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_MatrixOps_h.cpp
1.8 +20 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_wrappers_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-Generate.h.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-MatrixOps.h.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-wrappers.h.diff?r1=1.10&r2=1.11&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_MatrixOps_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_wrappers_h.cpp.diff?r1=1.7&r2=1.8&diff_format=l
|