Changes

Jump to: navigation, search

GPU610/DPS915 Student Resources

432 bytes removed, 16:20, 20 September 2012
BLAS Documentation --- This section is a work in progress -- please do not edit [jboelen]
:represents:
::the number of rows in input matrix a
::: the length of vector y, if 'N' or 'n' is used for the trans parameter
:::the length of vector x, if 'T' or 't' is used for the trans parameter
: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 length of vector x, if 'N' or 'n' is used for the trans parameter
:::the length of vector y, if 'T' or 't' is used for the trans parameter
: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'''''
1
edit

Navigation menu