![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "DASRT.h"

Public Member Functions | |
| DASRT_result (void) | |
| DASRT_result (const Matrix &xx, const Matrix &xxdot, const ColumnVector &tt) | |
| DASRT_result (const DASRT_result &r) | |
| ~DASRT_result (void) | |
| Matrix | deriv (void) const |
| DASRT_result & | operator= (const DASRT_result &r) |
| Matrix | state (void) const |
| ColumnVector | times (void) const |
Private Attributes | |
| ColumnVector | t |
| Matrix | x |
| Matrix | xdot |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 66 of file DASRT.h.
Referenced by operator=().
|
private |
Definition at line 64 of file DASRT.h.
Referenced by operator=().
|
private |
Definition at line 65 of file DASRT.h.
Referenced by operator=().
1.8.1.2