IGLib
1.7.2
The IGLib base library EXTENDED - with other lilbraries and 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... | |
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, and IG.Num.SimCastingRobertFileManager.
Referenced by IG.Lib.LoadableScriptShellBase.SimulatorCalculateResponse().
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, and IG.Num.SimCastingRobertFileManager.