GNU Octave  4.4.1
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 37 of file ODESFunc.h.

Member Data Documentation

◆ dfdx

Matrix* ODESFunc::DAEJac::dfdx

Definition at line 40 of file ODESFunc.h.

◆ dfdxdot

Matrix* ODESFunc::DAEJac::dfdxdot

Definition at line 39 of file ODESFunc.h.


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