Commit Graph
30 Commits
Author SHA1 Message Date
Daniele Panozzo 3b579b26dc changed name to conform with matlab namings
finally the viewer works perfectly on matlab on mac, still untested on windows
2015-09-16 22:29:21 +02:00
Daniele Panozzo fbdf530533 added tcpviewer for avoiding matlab locking 2015-09-16 22:04:47 +02:00
Daniele Panozzo d23c0b6c9b fixed nasty memory bug in pybind11, appearing only with python 2.7 but also potentially affecting 3.x 2015-09-14 16:55:34 +02:00
Daniele Panozzo b25ed574a2 added 306
finished chapter 3 of the tutorial
warning: there is a memory leak in 305 that happens rarely, it requires debugging
2015-09-13 23:04:14 +02:00
Daniele Panozzo 477339d410 added 305 2015-09-13 20:10:26 +02:00
Daniele Panozzo 7db5843947 added 304
fixed bug in py_jet
2015-09-13 17:21:32 +02:00
Daniele Panozzo 62ef9cc365 tempoarary fix in slice, still requires some debugging 2015-09-13 15:50:37 +02:00
Daniele Panozzo d8d04a7774 removed numpy dependencies, added constructor from lists to dense matrices 2015-09-13 15:04:58 +02:00
Daniele Panozzo 6a1cc40e3c added 303 LaplaceEquation 2015-09-12 21:45:11 +02:00
Daniele Panozzo e2e452f556 added 302 sort 2015-09-11 23:53:49 +02:00
Daniele Panozzo b1ea24a66b added 301 2015-09-11 22:58:59 +02:00
Daniele Panozzo b0f890d25b added 205 laplacian
update pybind
added example of usage in matlab
2015-09-11 17:45:52 +02:00
Daniele Panozzo 3548dce436 update pybind
all tutorials are now python 2.7 compatible
2015-09-05 13:32:41 +02:00
Daniele Panozzo 82c312cb55 windows fixes 2015-08-30 02:26:33 +02:00
Daniele Panozzo 4d63740f88 forgot to commit the docs 2015-08-29 23:15:04 +02:00
Daniele Panozzo e125a08777 fixed operator overloading in MatrixXd, added UI for gradient 2015-08-29 16:52:38 +02:00
Daniele Panozzo 852fce85c6 added ui to 202 and 203 2015-08-29 16:41:58 +02:00
Daniele Panozzo 19733ad5ff added UI in 201_Normals.py 2015-08-29 16:03:36 +02:00
Daniele Panozzo 1a5e91672a finished overlay tutorial 2015-08-29 03:02:09 +02:00
Daniele Panozzo 6732f0f49a viewer fully wrapped, added better type error messages 2015-08-29 02:13:03 +02:00
Daniele Panozzo 332266c090 switched to MatrixXd for all wrappers, updated pybind11 2015-08-29 00:24:41 +02:00
Daniele Panozzo fccdc093a8 added event handling and 103 py tutorial 2015-08-28 18:01:34 +02:00
Daniele Panozzo f24ea0f882 started to support the viewer. Working on adding callbacks management 2015-08-27 23:17:18 +02:00
Daniele Panozzo 27330ae3eb working on 204, we need to figure out how to deal with the inconsistency between vectors in numpy and eigen before continuing 2015-08-24 15:05:45 +02:00
Daniele Panozzo 34503e8b7e added conversion helpers between numpy/scipy and eigen types 2015-08-24 12:55:31 +02:00
Daniele Panozzo 27ce402b8f finished 203, sparse matrix wrapper is still incomplete 2015-08-22 18:37:53 +02:00
Daniele Panozzo 797a95c4fb added basic wrapper for sparse matrices, working on tutorial 203 2015-08-22 16:38:56 +02:00
Daniele Panozzo 4b984d1965 converted to python tutorials 201-203 2015-08-22 14:58:50 +02:00
Daniele Panozzo dada2856b7 added automatic generator of python doc strings 2015-08-21 22:23:19 +02:00
Daniele Panozzo 5a7d59e1eb first attempt at python wrappers 2015-08-21 18:19:15 +02:00