Class CSharpBLAS
Syntax
public class CSharpBLAS : BLASPlugin
Methods
Declaration
public bool IsCurrentPlatformSupported()
Returns
Implements
SGEMM(Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)
Declaration
public void SGEMM(float *Ap, int AN, int AM, float *Bp, int BN, int BM, float *Cp, int CN, int CM, int bs, bool transposeA = false, bool transposeB = false)
Parameters
Implements
BLASPlugin.SGEMM(Single*, Int32, Int32, Single*, Int32, Int32, Single*, Int32, Int32, Int32, Boolean, Boolean)