You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > clMatrix Structure > clMatrix Methods > SinhCosh Method > clMatrix.SinhCosh Method (TOpenCLMtxVec, TOpenCLMtxVec, int, int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
clMatrix.SinhCosh Method (TOpenCLMtxVec, TOpenCLMtxVec, int, int, int, int)

Calculates the hyperbolic sine and hyperbolic cosine for calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public void SinhCosh(TOpenCLMtxVec SinhX, TOpenCLMtxVec CoshX, int SinhIndex, int CoshIndex, int Index, int Len);

Stores the sines to SinhX elemets [SinhIndex]..[SinhIndex+Len-1] and cosines to CoshX elements [CoshIndex]..[CoshIndex+Len-1] elements. Size and Complex property of SinhX and CoshX objects are not set automatically. An exception is raised if array borders are overrun/underun.

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