ClMtxExpr::Sech Function

Overload List

#SignatureDescription
1clVector Sech(TOpenCLVector *X);Compute the Sech function from the source and return the result.
2clMatrix Sech(TOpenCLMatrix *X);Compute the Sech function from the source and return the result.
3clValue Sech(TOpenCLValue *X);Compute the Sech function from the source and return the result.

Overload 1: clVector Sech(TOpenCLVector *X);

Compute the Sech function from the source and return the result.

#NameTypeDescription
1XTOpenCLVector *
Remarks:

Internally calls clVector::Sech

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 2: clMatrix Sech(TOpenCLMatrix *X);

Compute the Sech function from the source and return the result.

#NameTypeDescription
1XTOpenCLMatrix *
Remarks:

Internally calls clMatrix::Sech

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler

Overload 3: clValue Sech(TOpenCLValue *X);

Compute the Sech function from the source and return the result.

#NameTypeDescription
1XTOpenCLValue *
Remarks:

Internally calls clValue::Sech

Declared in Dew::Math::Units::ClMtxExpr · Dew.Math/Units.clMtxExpr.h · Cross-compiler