The OpenD Programming Language

Derivative

User defined attribute that should applied on a struct member definition of a user-defined set of derivatives. The attribute holds an unordered set with duplicates of variables names to reflect which partial derivative this member contains.

Constructors

this
this(string[] variables)

Members

Variables

variables
string[] variables;

Meta