IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Num.IResponseEvaluatorVectorSimple Interface Reference

Interface for simulators and other systems (used e.g. for optimization) that can calculate vector response as a function of vector input parameters. More...

+ Inheritance diagram for IG.Num.IResponseEvaluatorVectorSimple:

Public Member Functions

void CalculateVectorResponse (IVector inputParameters, ref IVector outputValues)
 Calculates simulator's response at the specified input parameters. More...
 

Detailed Description

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;

Member Function Documentation

void IG.Num.IResponseEvaluatorVectorSimple.CalculateVectorResponse ( IVector  inputParameters,
ref IVector  outputValues 
)

Calculates simulator's response at the specified input parameters.

Parameters
inputParametersInput parameters for which response is calculated.
outputValuesVector object where the calculated response is stored after calculation.

Implemented in IG.Num.SimKosecFileManagerBase.


The documentation for this interface was generated from the following file: