public class MatrixPartialDerivative extends PartialDerivative implements MatrixVariableI
| 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, setValueaddObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObserversequals, getClass, hashCode, notify, notifyAll, wait, wait, waitgetEquation, getName, hasEquation, hasValidValue, isConstant, setValidValuepublic 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 MatrixVariableIJas4pp 1.5 © Java Analysis Studio for Particle Physics