Skip to content

Commit

Permalink
Adapted optimization modules for Jacobians
Browse files Browse the repository at this point in the history
  • Loading branch information
lochel committed Sep 22, 2015
1 parent 2d2c6ee commit b6f6944
Show file tree
Hide file tree
Showing 2 changed files with 389 additions and 1 deletion.
Expand Up @@ -1073,7 +1073,7 @@ readFile("testModel_info.xml");getErrorString();
// <depends name=\"a\" />
// <depends name=\"vSeedNLSJac1\" />
// <depends name=\"b\" />
// <rhs>DIVISION(b * vSeedNLSJac1, a)</rhs>
// <rhs>b * DIVISION(vSeedNLSJac1, a)</rhs>
// </assign>
// <source>
// <info file=\"&lt;interactive&gt;\" lineStart=\"18\" lineEnd=\"18\" colStart=\"3\" colEnd=\"12\"/>
Expand Down

0 comments on commit b6f6944

Please sign in to comment.