IGLib
1.5
The IGLib base library for development of numerical, technical and business applications.
|
Interface for simulators and other systems (used e.g. for optimization) that can calculate vector response as a function of vector input parameters. More...
Public Member Functions | |
void | CalculateVectorResponse (IVector inputParameters, ref IVector outputValues) |
Calculates simulator's response at the specified input parameters. More... | |
Interface for simulators and other systems (used e.g. for optimization) that can calculate vector response as a function of vector input parameters.
$A Igor Oct08 Aug11;
void IG.Num.IResponseEvaluatorVectorSimple.CalculateVectorResponse | ( | IVector | inputParameters, |
ref IVector | outputValues | ||
) |
Calculates simulator's response at the specified input parameters.
inputParameters | Input parameters for which response is calculated. |
outputValues | Vector object where the calculated response is stored after calculation. |
Implemented in IG.Num.SimKosecFileManagerBase.