You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Expj Method > Matrix.Expj Method (TMtxVec, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Expj Method (TMtxVec, int, int, int)

Calculate the complex exponential for Omega elements [OmegaIndex]..[OmegaIndex+Len-1].

Syntax
C#
Visual Basic
public TMtxVec Expj(TMtxVec Omega, int OmegaIndex, int Index, int Len);

Store the results in calling object elemets [Index]..[Index+Len-1]. Size and Complex properties of the calling Matrix must be set explicitly. An exception is raised if ConditionCheck is True and array borders are overrun or underrun.

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