Skip to content
Snippets Groups Projects
Commit 3f384cc4 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Preprocessor: minor fix for internal doc

parent 30cbcdbb
Branches
No related tags found
No related merge requests found
......@@ -162,12 +162,9 @@ public:
//! Execute computations (variable sorting + derivation)
/*!
\param jacobianExo whether derivatives w.r. to exo and exo_det should be in the Jacobian (derivatives w.r. to endo are always computed)
\param hessian whether 2nd derivatives w.r. to exo, exo_det and endo should be computed (implies jacobianExo = true)
\param thirdDerivatives whether 3rd derivatives w.r. to endo/exo/exo_det should be computed (implies jacobianExo = true)
\param paramsDerivatives whether 2nd derivatives w.r. to a pair (endo/exo/exo_det, parameter) should be computed (implies jacobianExo = true)
\param eval_context evaluation context for normalization
\param no_tmp_terms if true, no temporary terms will be computed in the static files
\param hessian whether 2nd derivatives w.r. to exo, exo_det and endo should be computed
*/
void computingPass(const eval_context_t &eval_context, bool no_tmp_terms, bool hessian, bool block, bool bytecode);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment