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, update
calcValue, getEquation, hasEquation, setEquation, toString
getValue, hasValidValue, isConstant, setIsConstant, setValidValue, setValue
addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEquation, getName, hasEquation, hasValidValue, isConstant, setValidValue
public Dimensions getDimensions()
MatrixVariableI
getDimensions
in interface MatrixVariableI
public void setDimensions(Dimensions dims)
MatrixVariableI
setDimensions
in interface MatrixVariableI
public MatrixValueI getMValue()
MatrixVariableI
getMValue
in interface MatrixVariableI
public void setMValue(MatrixValueI val)
MatrixVariableI
setMValue
in interface MatrixVariableI
Jas4pp 1.5 © Java Analysis Studio for Particle Physics