GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
DASRT_result Class Reference

#include "DASRT.h"

Collaboration diagram for DASRT_result:

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)=default
 
Matrix deriv (void) const
 
DASRT_resultoperator= (const DASRT_result &r)
 
Matrix state (void) const
 
ColumnVector times (void) const
 

Private Attributes

ColumnVector t
 
Matrix x
 
Matrix xdot
 

Detailed Description

Definition at line 34 of file DASRT.h.

Constructor & Destructor Documentation

◆ DASRT_result() [1/3]

DASRT_result::DASRT_result ( void  )
inline

Definition at line 39 of file DASRT.h.

◆ DASRT_result() [2/3]

DASRT_result::DASRT_result ( const Matrix xx,
const Matrix xxdot,
const ColumnVector tt 
)
inline

Definition at line 42 of file DASRT.h.

◆ DASRT_result() [3/3]

DASRT_result::DASRT_result ( const DASRT_result r)
inline

Definition at line 45 of file DASRT.h.

◆ ~DASRT_result()

DASRT_result::~DASRT_result ( void  )
default

Member Function Documentation

◆ deriv()

Matrix DASRT_result::deriv ( void  ) const
inline

Definition at line 62 of file DASRT.h.

Referenced by Fdasrt().

◆ operator=()

DASRT_result& DASRT_result::operator= ( const DASRT_result r)
inline

Definition at line 48 of file DASRT.h.

References t, t, x, x, and xdot.

◆ state()

Matrix DASRT_result::state ( void  ) const
inline

Definition at line 61 of file DASRT.h.

References x.

Referenced by Fdasrt().

◆ times()

ColumnVector DASRT_result::times ( void  ) const
inline

Definition at line 63 of file DASRT.h.

References t.

Referenced by Fdasrt().

Member Data Documentation

◆ t

ColumnVector DASRT_result::t
private

Definition at line 69 of file DASRT.h.

Referenced by operator=().

◆ x

Matrix DASRT_result::x
private

Definition at line 67 of file DASRT.h.

Referenced by operator=().

◆ xdot

Matrix DASRT_result::xdot
private

Definition at line 68 of file DASRT.h.

Referenced by operator=().


The documentation for this class was generated from the following file: