GNU Octave  8.1.0
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 (const DASRT_result &r)
 
 DASRT_result (const Matrix &x, const Matrix &xdot, const ColumnVector &t)
 
 DASRT_result (void)
 
 ~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 m_t
 
Matrix m_x
 
Matrix m_xdot
 

Detailed Description

Definition at line 37 of file DASRT.h.

Constructor & Destructor Documentation

◆ DASRT_result() [1/3]

DASRT_result::DASRT_result ( void  )
inline

Definition at line 42 of file DASRT.h.

◆ DASRT_result() [2/3]

DASRT_result::DASRT_result ( const Matrix x,
const Matrix xdot,
const ColumnVector t 
)
inline

Definition at line 45 of file DASRT.h.

◆ DASRT_result() [3/3]

DASRT_result::DASRT_result ( const DASRT_result r)
inline

Definition at line 48 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 65 of file DASRT.h.

Referenced by DEFMETHOD().

◆ operator=()

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

Definition at line 51 of file DASRT.h.

References r.

◆ state()

Matrix DASRT_result::state ( void  ) const
inline

Definition at line 64 of file DASRT.h.

Referenced by DEFMETHOD().

◆ times()

ColumnVector DASRT_result::times ( void  ) const
inline

Definition at line 66 of file DASRT.h.

Referenced by DEFMETHOD().

Member Data Documentation

◆ m_t

ColumnVector DASRT_result::m_t
private

Definition at line 72 of file DASRT.h.

◆ m_x

Matrix DASRT_result::m_x
private

Definition at line 70 of file DASRT.h.

◆ m_xdot

Matrix DASRT_result::m_xdot
private

Definition at line 71 of file DASRT.h.


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