Commit Graph
33 Commits
Author SHA1 Message Date
Sebastian Koch ad00bd397f Restructuring Python bindings, moved submodules and dependencies to own folders, added dependency checking for some tutorials, minor refactorings
Former-commit-id: 2214125878
2016-06-07 15:13:54 +02:00
Sebastian Koch c5e77fa5d7 Added multiple tutorials
Former-commit-id: 706aa31449
2016-06-03 16:53:22 +02:00
Sebastian Koch db0ef84ad7 Fixed assertion problem in debug mode
Former-commit-id: 71091ca3f5
2016-05-27 16:03:06 +02:00
Sebastian Koch fb530cb053 Fixed signed_distance function
Former-commit-id: 6204302f84
2016-05-25 22:01:38 +02:00
Sebastian Koch 6e4a3738aa Fixed minor bugs in bindings, moved AABB implementation to own file, added boolean matrix and comparison functions to python bindings
Former-commit-id: aa6e79dc36
2016-05-25 21:47:37 +02:00
Sebastian Koch 39ade1009b Added further python bindings, extended py_vector slightly
Former-commit-id: 13e300c8a9
2016-05-20 20:18:29 +02:00
Sebastian Koch 344cb9eea3 -Changes to header files to support parsing
-Added header parser and docstring generator


Former-commit-id: e879d27f15
2016-05-12 15:36:04 +02:00
Daniele Panozzo 93a6a05509 updated python build system
Former-commit-id: bf79f74c4a
2016-03-02 23:51:21 -05:00
Daniele Panozzo 38814fe106 moved comiso functions in copyleft
Former-commit-id: b27a97ccbb
2016-03-02 23:14:46 -05:00
Daniele Panozzo b976d8c144 python fixes
Former-commit-id: 6b3df962c1
2015-10-05 21:19:08 +02:00
Daniele Panozzo dba9e977d4 added 507
Former-commit-id: fc093eb7ee
2015-10-04 19:12:27 +02:00
Daniele Panozzo c413f9df1d added 505 miq
Former-commit-id: 482f021aeb
2015-10-04 18:01:52 +02:00
Daniele Panozzo 44a2dc4c1e fixed bug in nrosy wrapper
Former-commit-id: 5e6fbb4acb
2015-10-04 17:26:07 +02:00
Daniele Panozzo 73f00b0f44 added python module comiso
added 504


Former-commit-id: 88cf5cc812
2015-10-01 21:33:26 +02:00
Daniele Panozzo 4cfbb151a4 added 502
Former-commit-id: b386614cb6
2015-10-01 17:11:41 +02:00
Daniele Panozzo 03e3692bd4 added 501
Former-commit-id: 821d857f0b
2015-10-01 17:04:02 +02:00
Daniele Panozzo 57120986b1 added 405
Former-commit-id: bff37c3987
2015-10-01 14:36:22 +02:00
Daniele Panozzo 0ef447445a added 401, improvement in getitem for vectors
Former-commit-id: 10e1f0dccd
2015-10-01 00:23:14 +02:00
Daniele Panozzo 1524d4d294 fixed nasty memory bug in pybind11, appearing only with python 2.7 but also potentially affecting 3.x
Former-commit-id: d23c0b6c9b
2015-09-14 16:55:34 +02:00
Daniele Panozzo b57ee21b85 added 306
finished chapter 3 of the tutorial
warning: there is a memory leak in 305 that happens rarely, it requires debugging

Former-commit-id: b25ed574a2
2015-09-13 23:04:14 +02:00
Daniele Panozzo 0cd2dc884b added 305
Former-commit-id: 477339d410
2015-09-13 20:10:26 +02:00
Daniele Panozzo 026cea6924 added 304
fixed bug in py_jet


Former-commit-id: 7db5843947
2015-09-13 17:21:32 +02:00
Daniele Panozzo 713685dbd4 tempoarary fix in slice, still requires some debugging
Former-commit-id: 62ef9cc365
2015-09-13 15:50:37 +02:00
Daniele Panozzo cda229c05b added 303 LaplaceEquation
Former-commit-id: 6a1cc40e3c
2015-09-12 21:45:11 +02:00
Daniele Panozzo fbb66fc3d8 added 302 sort
Former-commit-id: e2e452f556
2015-09-11 23:53:49 +02:00
Daniele Panozzo 50e499e0e9 added 301
Former-commit-id: b1ea24a66b
2015-09-11 22:58:59 +02:00
Daniele Panozzo bb889bcea4 added 205 laplacian
update pybind
added example of usage in matlab


Former-commit-id: b0f890d25b
2015-09-11 17:45:52 +02:00
Daniele Panozzo 7625f322fb fixed operator overloading in MatrixXd, added UI for gradient
Former-commit-id: e125a08777
2015-08-29 16:52:38 +02:00
Daniele Panozzo ea90d493ec switched to MatrixXd for all wrappers, updated pybind11
Former-commit-id: 332266c090
2015-08-29 00:24:41 +02:00
Daniele Panozzo aea1fd183f working on 204, we need to figure out how to deal with the inconsistency between vectors in numpy and eigen before continuing
Former-commit-id: 27330ae3eb
2015-08-24 15:05:45 +02:00
Daniele Panozzo 21e2cbf3f9 finished 203, sparse matrix wrapper is still incomplete
Former-commit-id: 27ce402b8f
2015-08-22 18:37:53 +02:00
Daniele Panozzo b081561d44 added basic wrapper for sparse matrices, working on tutorial 203
Former-commit-id: 797a95c4fb
2015-08-22 16:38:56 +02:00
Daniele Panozzo bf08e18836 converted to python tutorials 201-203
Former-commit-id: 4b984d1965
2015-08-22 14:58:50 +02:00