ClMtxExpr::AddProduct Function

Overload List

#SignatureDescription
1clVector AddProduct(TOpenCLVector *X, TOpenCLVector *Y, TOpenCLVector *Z);Computes X + Y*Z
2clMatrix AddProduct(TOpenCLMatrix *X, TOpenCLMatrix *Y, TOpenCLMatrix *Z);Computes X + Y*Z

Overload 1: clVector AddProduct(TOpenCLVector *X, TOpenCLVector *Y, TOpenCLVector *Z);

Computes X + Y*Z

#NameTypeDescription
1XTOpenCLVector *
2YTOpenCLVector *
3ZTOpenCLVector *
Remarks:

Internally calls clVector::AddProduct

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

Overload 2: clMatrix AddProduct(TOpenCLMatrix *X, TOpenCLMatrix *Y, TOpenCLMatrix *Z);

Computes X + Y*Z

#NameTypeDescription
1XTOpenCLMatrix *
2YTOpenCLMatrix *
3ZTOpenCLMatrix *
Remarks:

Internally calls clMatrix::AddProduct

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