Skip to content
Snippets Groups Projects
Commit e45be1a0 authored by Jonathan Lambrechts's avatar Jonathan Lambrechts
Browse files

eigenSolver : add python bindings for std::vector<std::complex<double> >

parent f27a1a26
Branches
Tags
No related merge requests found
...@@ -38,5 +38,6 @@ ...@@ -38,5 +38,6 @@
%template(linearSystemPETScDouble) linearSystemPETSc<double>; %template(linearSystemPETScDouble) linearSystemPETSc<double>;
%template(linearSystemPETScBlockDouble) linearSystemPETSc<fullMatrix<double> >; %template(linearSystemPETScBlockDouble) linearSystemPETSc<fullMatrix<double> >;
#endif #endif
%template(vectorComplexDouble) std::vector<std::complex<double> >;
%include "eigenSolver.h" %include "eigenSolver.h"
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment