IGLib
1.7.2
The IGLib base library for development of numerical, technical and business applications.
|
Classes | |
class | IG.Num.VectorFunctionBase |
Base class for defining Vector functions whose evaluation is defined in bulk, and evaluation of individual components can not be performed directly. For these functioons, individual values and individual gradient or vector components are evaluated in such a way thet the function is first evaluated as whole, storing its results to an object implementing IVectorFunctionResults. More... | |
class | IG.Num.VectorFunctionBaseComponentWise |
Base class for defining Vector functions whose component-wise evaluation is defined directly. More... | |
Namespaces | |
package | IG.Num |