Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Path: blob/master/DOTA_devkit/polyiou.i
Views: 475
%module polyiou %include "std_vector.i" namespace std { %template(VectorDouble) vector<double>; }; %{ #define SWIG_FILE_WITH_INIT #include<cstdio> #include<iostream> #include<algorithm> #include <vector> #include "polyiou.h" %} %include "polyiou.h"