Changes

Jump to: navigation, search

GPU610/DPS915 Student Resources

10 bytes added, 15:35, 20 September 2012
segmv
There are 2 main functions to use
===segmv<ref>http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8a.doc%2Fproguide%2Fref%2Fblaslib.htm</ref> === void cblas_sgemv (const enum CBLAS_ORDER order, const enum CBLAS_TRANSPOSE TransA, const int M, const int N, const float alpha, const float * A, const int lda, const float * x, const int incx, const float beta, float * y, const int incy) [<ref>http://www.gnu.org/software/gsl/manual/html_node/Level-2-CBLAS-Functions.html 1]</ref>
'''''m'''''
:is the stride for vector y. It must not be zero.
[http://publib.boulder.ibm.com/infocenter/comphelp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8a.doc%2Fproguide%2Fref%2Fblaslib.htm 2]
===segmm===
1
edit

Navigation menu