You are here: Symbol Reference > MtxVec Namespace > Types > MtxVec.TMtxFunction Type
MtxVec VCL
ContentsIndex
PreviousUpNext
MtxVec.TMtxFunction Type

Defines the matrix function.

Pascal
TMtxFunction = procedure (D: TVec; const Params: array of TCplx);

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.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!