| Package | Description |
|---|---|
| org.lsmp.djep.djep | |
| org.lsmp.djep.matrixJep |
| Modifier and Type | Method and Description |
|---|---|
DVariable |
PartialDerivative.getRoot()
Every partial derivative has a root variable
for instance the root variable of dy/dx is y.
|
| Modifier and Type | Method and Description |
|---|---|
PartialDerivative |
DVariableFactory.createDerivative(DVariable var,
String[] dnames,
Node eqn)
Creates a partial derivative of a given variable.
|
| Constructor and Description |
|---|
PartialDerivative(DVariable var,
String[] derivnames)
Protected constructor, should only be constructed
through the findDerivative method in
DVariable. |
PartialDerivative(DVariable var,
String[] derivnames,
Node deriv) |
| Modifier and Type | Class and Description |
|---|---|
class |
MatrixVariable
Holds all info about a variable.
|
| Modifier and Type | Method and Description |
|---|---|
PartialDerivative |
MatrixVariableFactory.createDerivative(DVariable var,
String[] dnames,
Node eqn)
create a derivative
|
Copyright © 2018. All rights reserved.