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
This commit is contained in:
Daniele Panozzo
2015-09-13 23:04:14 +02:00
parent 0cd2dc884b
commit b57ee21b85
4 changed files with 95 additions and 0 deletions
+2
View File
@@ -31,6 +31,7 @@
#include <igl/min_quad_with_fixed.h>
#include <igl/SolverStatus.h>
#include <igl/active_set.h>
#include <igl/eigs.h>
void python_export_igl(py::module &m)
{
@@ -63,5 +64,6 @@ void python_export_igl(py::module &m)
#include "py_igl/py_min_quad_with_fixed.cpp"
#include "py_igl/py_SolverStatus.cpp"
#include "py_igl/py_active_set.cpp"
#include "py_igl/py_eigs.cpp"
}