1
edit
Changes
→BLAS Documentation --- This section is a work in progress -- please do not edit [jboelen]
:represents:
::the number of rows in input matrix a
:The number of rows must be greater than or equal to zero, and less than the leading dimension of the matrix a (specified in lda)
:represents:
::the number of columns in input matrix a
:The number of columns must be greater than or equal to zero.
'''''M'''''
:represents:
::the number of rows in matrix aA
::and:
::the number of rows in matrix b, if 'N' or 'n' is used for the transb parameter ::the number of columns in matrix b, if 'T' or 't' is used for the transb parameterB:m M must be greater than or equal to zero.
'''''N'''''