1
edit
Changes
→Student Resources
'''''Order'''''
:Whether matrices are row major order (C-Style) for column major order (Fortran-style). One of enum CblasRowMajor or CblasColMajor.
'''''TransA'''''
:Whether to transpose matrix A. One of enum CblasNoTrans, CBlasTrans, CBlasConjTrans
'''''TransB'''''
:Whether to transpose matrix B. One of enum CblasNoTrans, CBlasTrans, CBlasConjTrans.
'''''M'''''