A C G J T V

A

analyze(ContinuousOutputModel, double[], int) - Static method in class JxnCOMAnalyzer
Returns an array of state values yiState(tk) for tk values given in the array t.

C

CommonsMath_ODE_RLC_circuit - Class in <Unnamed>
Example of a system of first order differential equations (ODEs): Transient response of a series RLC circuit.
CommonsMath_ODE_RLC_circuit(double, double, double, double) - Constructor for class CommonsMath_ODE_RLC_circuit
Stores the parameters of the RLC circuit and the frequency of the sinusodial voltage source.
computeDerivatives(double, double[], double[]) - Method in class CommonsMath_ODE_RLC_circuit
Computes duC/dt and diL/dt.

G

getDimension() - Method in class CommonsMath_ODE_RLC_circuit
Returns the number of states(=2).

J

JxnCOMAnalyzer - Class in <Unnamed>
Retrieves the solution from a ContinuousOutputModel.
JxnMultivariateFunction - Class in <Unnamed>
Wrapper used to pass a method definition to Commons Math algorithms.
JxnMultivariateFunction(KmgFormelInterpreter, String) - Constructor for class JxnMultivariateFunction
Constructs a MultivariateFunction instance to be used by Commons Math algorithms.
JxnMultivariateFunction(String, KmgFormelInterpreter) - Constructor for class JxnMultivariateFunction
Deprecated. replaced by JxnMultivariateFunction.JxnMultivariateFunction(KmgFormelInterpreter, String)
JxnUnivariateFunction - Class in <Unnamed>
Wrapper used to pass a method definition to Commons Math algorithms.
JxnUnivariateFunction(KmgFormelInterpreter, String) - Constructor for class JxnUnivariateFunction
Constructs an UnivariateFunction instance to be used by Commons Math algorithms.
JxnUnivariateFunction(String, KmgFormelInterpreter) - Constructor for class JxnUnivariateFunction
Deprecated. replaced by JxnUnivariateFunction(KmgFormelInterpreter, String)

T

toString() - Method in class JxnMultivariateFunction
Returns the command cmd passed to the constructor.
toString() - Method in class JxnUnivariateFunction
Returns the command cmd passed to the constructor.

V

value(double[]) - Method in class JxnMultivariateFunction
Internally called by CommonsMath algorithms: Computes the function value using the given argument x.
value(double) - Method in class JxnUnivariateFunction
Internally called by CommonsMath algorithms: Computes the function value using the given argument x.

A C G J T V