GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ODESFunc::DAEJac Struct Reference

#include "ODESFunc.h"

Collaboration diagram for ODESFunc::DAEJac:

Public Attributes

Matrixdfdx
 
Matrixdfdxdot
 

Detailed Description

Definition at line 40 of file ODESFunc.h.

Member Data Documentation

◆ dfdx

Matrix* ODESFunc::DAEJac::dfdx

Definition at line 43 of file ODESFunc.h.

◆ dfdxdot

Matrix* ODESFunc::DAEJac::dfdxdot

Definition at line 42 of file ODESFunc.h.


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