TVec::Integrate Method

Overload List

#SignatureDescription
1TVec *Integrate(TVec *aInit);Integrate calling vector values.
2TVec *Integrate(TVec *Vec, TVec *aInit);Integrate all Vec elements using initial values in Init.

Overload 1: TVec *Integrate(TVec *aInit);

Integrate calling vector values.

#NameTypeDescription
1aInitTVec *Definies initial values for integration. Size of Init vector determines how many times calling vector values will be integrated.
Remarks:

Perform d-times integration of calling vector values, where d is equal to Init length.

Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: TVec *Integrate(TVec *Vec, TVec *aInit);

Integrate all Vec elements using initial values in Init.

#NameTypeDescription
1VecTVec *
2aInitTVec *
Remarks:

Store the results in calling vector. TVec::Length and TVec::Complex properties of the calling vector are set implicitly the size and type of the result.

Declared in Dew::Math::TVec · Dew.Math/MtxVec.h · Cross-compiler