TMtxFunction Typedef

Header: Dew.Math/MtxVec.h · Cross-compiler

typedef void (*TMtxFunction)(TVec *, const DewArray<TCplx> &);

Defines the matrix function.

Defines the matrix function. This function prototype is used to define a arbitrary "matrix" function. The parameters are passed as Params and the function is to be applied to the elements of the D vector.