public class MatrixPartialDerivative extends PartialDerivative implements MatrixVariableI
| Modifier | Constructor and Description |
|---|---|
protected |
MatrixPartialDerivative(MatrixVariable var,
String[] derivnames,
Node deriv)
Protected constructor, should only be constructed
through the findDerivative method in
MatrixVariable. |
| Modifier and Type | Method and Description |
|---|---|
Dimensions |
getDimensions()
The dimension of the variable.
|
MatrixValueI |
getMValue()
Returns the value container of this variable.
|
void |
setDimensions(Dimensions dims)
Sets the dimension of the variable.
|
void |
setMValue(MatrixValueI val)
Sets the value of the variable (matrix aware).
|
findDerivative, getDnames, getName, getRoot, toString, updatecalcValue, getEquation, hasEquation, setEquation, toStringgetValue, hasValidValue, isConstant, setIsConstant, setValidValue, setValue, setValueRawaddObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChangedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEquation, getName, hasEquation, hasValidValue, isConstant, setValidValueprotected MatrixPartialDerivative(MatrixVariable var, String[] derivnames, Node deriv)
MatrixVariable.public Dimensions getDimensions()
MatrixVariableIgetDimensions in interface MatrixVariableIpublic void setDimensions(Dimensions dims)
MatrixVariableIsetDimensions in interface MatrixVariableIpublic MatrixValueI getMValue()
MatrixVariableIgetMValue in interface MatrixVariableIpublic void setMValue(MatrixValueI val)
MatrixVariableIsetMValue in interface MatrixVariableICopyright © 2018. All rights reserved.