#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 |
Definition at line 31 of file DASRT.h.
DASRT_result::DASRT_result | ( | const Matrix & | xx, | |
const Matrix & | xxdot, | |||
const ColumnVector & | tt | |||
) | [inline] |
DASRT_result::DASRT_result | ( | const DASRT_result & | r | ) | [inline] |
Matrix DASRT_result::deriv | ( | void | ) | const [inline] |
Definition at line 59 of file DASRT.h.
Referenced by DEFUN_DLD().
DASRT_result& DASRT_result::operator= | ( | const DASRT_result & | r | ) | [inline] |
Matrix DASRT_result::state | ( | void | ) | const [inline] |
ColumnVector DASRT_result::times | ( | void | ) | const [inline] |
Definition at line 60 of file DASRT.h.
Referenced by DEFUN_DLD().
ColumnVector DASRT_result::t [private] |
Definition at line 66 of file DASRT.h.
Referenced by operator=().
Matrix DASRT_result::x [private] |
Definition at line 64 of file DASRT.h.
Referenced by operator=().
Matrix DASRT_result::xdot [private] |
Definition at line 65 of file DASRT.h.
Referenced by operator=().