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

#include "DASRT.h"

Public Member Functions

 DASRT_result ()
 
 DASRT_result (const DASRT_result &r)
 
 DASRT_result (const Matrix &x, const Matrix &xdot, const ColumnVector &t)
 
 ~DASRT_result ()=default
 
Matrix deriv () const
 
DASRT_resultoperator= (const DASRT_result &r)
 
Matrix state () const
 
ColumnVector times () const
 

Detailed Description

Definition at line 37 of file DASRT.h.

Constructor & Destructor Documentation

◆ DASRT_result() [1/3]

DASRT_result::DASRT_result ( )
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 ( )
default

Member Function Documentation

◆ deriv()

Matrix DASRT_result::deriv ( ) const
inline

Definition at line 65 of file DASRT.h.

◆ 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 ( ) const
inline

Definition at line 64 of file DASRT.h.

◆ times()

ColumnVector DASRT_result::times ( ) const
inline

Definition at line 66 of file DASRT.h.


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