vec_math
Interface ModelSource


public interface ModelSource

A model source can provide input data for a ModelFitting.


Method Summary
 VectorG[] getModelInput()
          This method delivers data that should be analysed in an model fitting ModelFitting.fit() method.
 

Method Detail

getModelInput

VectorG[] getModelInput()
This method delivers data that should be analysed in an model fitting ModelFitting.fit() method.