Revision 272, 500 bytes
(checked in by smidl, 16 years ago)
|
Examples
|
Line | |
---|
1 | /*! |
---|
2 | \page manual User Manual |
---|
3 | \addindex User Manual |
---|
4 | |
---|
5 | This page contains some tutorial examples that will help you getting |
---|
6 | started using BDM. |
---|
7 | |
---|
8 | Basic linear algebra in BDM (using IT++): |
---|
9 | - \subpage vector_and_matrix |
---|
10 | - \subpage itfile |
---|
11 | - \subpage timer |
---|
12 | |
---|
13 | Basic concepts and philosophy of BDM: |
---|
14 | - \subpage intro |
---|
15 | - \subpage ui |
---|
16 | - \subpage mexfiles |
---|
17 | |
---|
18 | Library of predefined tasks: |
---|
19 | |
---|
20 | Examples for Various mathematical models (BDM): |
---|
21 | - \subpage arx_ui |
---|
22 | - \subpage kalman |
---|
23 | |
---|
24 | Examples of control (BDM): |
---|
25 | - To be done... |
---|
26 | */ |
---|