Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 1.79 KB

README.md

File metadata and controls

21 lines (16 loc) · 1.79 KB

Examples of Methods for Continuous Time Problems

General Lecture notes

Detailed Notes on Methods

Structure of folders

  • The source for the documentation of all algorithms is in docs/.
  • For the Matlab specific implementation of the algorithms
    • See library functions to implement the methods is in matlab/lib/
    • See examples which use the library functions in matlab/examples/. At this point, most of the code is in tests rather than examples.
    • All unit and regression tests of the matlab library are in matlab/tests/. You can use run_tests.m in the matlab folder to run all regression tests after making coding changes.