public class BasicODE extends java.lang.Object implements NamedParameters, VectorValued
Modifier and Type | Field and Description |
---|---|
protected DblParamSet |
Param |
protected int |
Size |
protected DblMatrix |
T |
protected DblMatrix |
Y |
Constructor and Description |
---|
BasicODE() |
Modifier and Type | Method and Description |
---|---|
DblMatrix |
getDeriv() |
DblMatrix |
getDerivChk() |
DblMatrix |
getEvents() |
DblMatrix |
getJacobn() |
DblMatrix |
getJacobnPattern() |
DblMatrix |
getParam(java.lang.String name) |
DblMatrix |
getT() |
DblMatrix |
getValue() |
DblMatrix |
getY() |
boolean |
hasParameter(java.lang.String n) |
java.lang.String[] |
parameterSet() |
void |
replaceParams(DblParamSet X) |
void |
setParam(java.lang.String name,
DblMatrix value) |
void |
setT(DblMatrix T)
This sets the T pointer of the model to the input DblMatrix.
|
void |
setY(DblMatrix Y)
This sets the Y pointer of the model to the input DblMatrix.
|
int |
Size() |
protected DblParamSet Param
protected DblMatrix T
protected DblMatrix Y
protected int Size
public int Size()
public void setT(DblMatrix T)
public void setY(DblMatrix Y)
public DblMatrix getT()
public DblMatrix getY()
public DblMatrix getParam(java.lang.String name)
getParam
in interface NamedParameters
public boolean hasParameter(java.lang.String n)
hasParameter
in interface NamedParameters
public void setParam(java.lang.String name, DblMatrix value)
setParam
in interface NamedParameters
public void replaceParams(DblParamSet X)
replaceParams
in interface NamedParameters
public java.lang.String[] parameterSet()
parameterSet
in interface NamedParameters
public DblMatrix getDerivChk()
public DblMatrix getDeriv()
public DblMatrix getJacobn()
public DblMatrix getJacobnPattern()
public DblMatrix getEvents()
public DblMatrix getValue()
getValue
in interface VectorValued
Copyright © 2011, 2013. Daniel P. Dougherty