public class MatrixPartialDerivative extends PartialDerivative implements MatrixVariableI
Modifier | Constructor and Description |
---|---|
protected |
MatrixPartialDerivative(MatrixVariable var,
java.lang.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, update
calcValue, getEquation, hasEquation, setEquation, toString
getValue, hasValidValue, isConstant, setIsConstant, setValidValue, setValue, setValueRaw
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getEquation, getName, hasEquation, hasValidValue, isConstant, setValidValue
protected MatrixPartialDerivative(MatrixVariable var, java.lang.String[] derivnames, Node deriv)
MatrixVariable
.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
http://www.singularsys.com/jep Copyright © 2007 Singular Systems