Skip to content

Commit d3a0c28

Browse files
Merge pull request #2334 from jjyyxx:patch-3
PiperOrigin-RevId: 713952754 Change-Id: Ic388f4dc05389fbe3e5a20b365b27f800d4147ab
2 parents b0f885e + df1d15f commit d3a0c28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modeling.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1607,7 +1607,7 @@ dedicated section :ref:`therein<MjxPerformance>`.
16071607
:ref:`Numerical Integration<geIntegration>` section. The default recommended choice is the ``implicitfast``
16081608
integrator.
16091609
3. :ref:`Constraint Jacobians<option-jacobian>`: Try switching the Jacobian setting between "dense" and "sparse". These
1610-
two options use seperate code paths using dense or sparse algebra, but are otherwise compationally identical, so the
1610+
two options use seperate code paths using dense or sparse algebra, but are otherwise computationally identical, so the
16111611
faster one is always preferred. The default "auto" heuristic does not always make the right choice.
16121612
4. **Constraint solver:** If the profiler reports that a large chunk of time is spent in the solver, consider the
16131613
following:

0 commit comments

Comments
 (0)