Uses of Class
org.apache.commons.math3.ode.UnknownParameterException
Packages that use UnknownParameterException
Package
Description
This package provides classes to solve Ordinary Differential Equations problems.
-
Uses of UnknownParameterException in org.apache.commons.math3.ode
Methods in org.apache.commons.math3.ode that throw UnknownParameterExceptionModifier and TypeMethodDescriptionvoidAbstractParameterizable.complainIfNotSupported(String name) Check if a parameter is supported and throw an IllegalArgumentException if not.voidParameterJacobianProvider.computeParameterJacobian(double t, double[] y, double[] yDot, String paramName, double[] dFdP) Compute the Jacobian matrix of ODE with respect to one parameter.doubleParameterizedODE.getParameter(String name) Get parameter value from its name.voidJacobianMatrices.setInitialParameterJacobian(String pName, double[] dYdP) Set the initial value of a column of the Jacobian matrix with respect to one parameter.voidParameterizedODE.setParameter(String name, double value) Set the value for a given parameter.voidJacobianMatrices.setParameterStep(String parameter, double hP) Set the step associated to a parameter in order to compute by finite difference the Jacobian matrix.