You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Types > Dew.Math.TMtxFunction Type
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Dew.Math.TMtxFunction Type

Defines the matrix function.

Syntax
C#
Visual Basic
public delegate void TMtxFunction(TVec D, [In] TCplx[] Params);

MtxVec.cs

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-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!