You are viewing the documentation for OpenSim 2.4. Are you looking for the latest OpenSim 4.0 Documentation?

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Most of the SimTK numerical methods you will need are wrapped by the OpenSim API, so you will not need to access them directly through SimTK. However, many such numerical methods are available if you need them. Some of the most commonly used are:

  • Linear algebra (various object-oriented factorization and eigenvalue classes, as well as direct access to Lapack and Blas if needed)
  • Optimization (constrained and unconstrained)
  • Numerical integration
  • Numerical differentiation
  • Random number generation
  • Polynomial root finding


For more information, see https://simtk.org/home/simtkcore, Documents tab. SimTKlapack and Simmath documents are available from there, as well as the detailed Doxygen documents that describe individual classes and methods.

  • No labels