We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d1f29 commit 28dd510Copy full SHA for 28dd510
include/pycppad/codegen/code-handler.hpp
@@ -92,7 +92,7 @@ namespace pycppad
92
"Parameters:\n"
93
"\tvariables: the vector of variables that will become independent variables")
94
.def("makeVariables",
95
- &CodeHandler::template makeVariables<RowVectorADCG>,
+ &makeVariables<VectorADCG>,
96
bp::args("self", "variables"),
97
"Marks the provided variables as being independent variables.\n"
98
0 commit comments