| clBLAS
    2.11
    | 
| Functions | |
| clblasStatus | clblasChbmv (clblasOrder order, clblasUplo uplo, size_t N, size_t K, cl_float2 alpha, const cl_mem A, size_t offa, size_t lda, const cl_mem X, size_t offx, int incx, cl_float2 beta, cl_mem Y, size_t offy, int incy, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) | 
| Matrix-vector product with a hermitian banded matrix and float elements.  More... | |
| clblasStatus | clblasZhbmv (clblasOrder order, clblasUplo uplo, size_t N, size_t K, cl_double2 alpha, const cl_mem A, size_t offa, size_t lda, const cl_mem X, size_t offx, int incx, cl_double2 beta, cl_mem Y, size_t offy, int incy, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) | 
| Matrix-vector product with a hermitian banded matrix and double elements.  More... | |
| clblasStatus clblasChbmv | ( | clblasOrder | order, | 
| clblasUplo | uplo, | ||
| size_t | N, | ||
| size_t | K, | ||
| cl_float2 | alpha, | ||
| const cl_mem | A, | ||
| size_t | offa, | ||
| size_t | lda, | ||
| const cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_float2 | beta, | ||
| cl_mem | Y, | ||
| size_t | offy, | ||
| int | incy, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) | 
Matrix-vector product with a hermitian banded matrix and float elements.
Matrix-vector products:
| [in] | order | Row/columns order. | 
| [in] | uplo | The triangle in matrix being referenced. | 
| [in] | N | Number of rows and columns in banded matrix A. | 
| [in] | K | Number of sub-diagonals/super-diagonals in banded matrix A. | 
| [in] | alpha | The factor of matrix A. | 
| [in] | A | Buffer object storing matrix A. | 
| [in] | offa | Offset in number of elements for first element in matrix A. | 
| [in] | lda | Leading dimension of matrix A. It cannot be less than ( K + 1 ) | 
| [in] | X | Buffer object storing vector X. | 
| [in] | offx | Offset of first element of vector X in buffer object. Counted in elements. | 
| [in] | incx | Increment for the elements of vector X. It cannot be zero. | 
| [in] | beta | The factor of vector Y. | 
| [out] | Y | Buffer object storing vector Y. | 
| [in] | offy | Offset of first element of vector Y in buffer object. Counted in elements. | 
| [in] | incy | Increment for the elements of vector Y. It cannot be zero. | 
| [in] | numCommandQueues | Number of OpenCL command queues in which the task is to be performed. | 
| [in] | commandQueues | OpenCL command queues. | 
| [in] | numEventsInWaitList | Number of events in the event wait list. | 
| [in] | eventWaitList | Event wait list. | 
| [in] | events | Event objects per each command queue that identify a particular kernel execution instance. | 
| clblasStatus clblasZhbmv | ( | clblasOrder | order, | 
| clblasUplo | uplo, | ||
| size_t | N, | ||
| size_t | K, | ||
| cl_double2 | alpha, | ||
| const cl_mem | A, | ||
| size_t | offa, | ||
| size_t | lda, | ||
| const cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_double2 | beta, | ||
| cl_mem | Y, | ||
| size_t | offy, | ||
| int | incy, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) | 
Matrix-vector product with a hermitian banded matrix and double elements.
Matrix-vector products:
| [in] | order | Row/columns order. | 
| [in] | uplo | The triangle in matrix being referenced. | 
| [in] | N | Number of rows and columns in banded matrix A. | 
| [in] | K | Number of sub-diagonals/super-diagonals in banded matrix A. | 
| [in] | alpha | The factor of matrix A. | 
| [in] | A | Buffer object storing matrix A. | 
| [in] | offa | Offset in number of elements for first element in matrix A. | 
| [in] | lda | Leading dimension of matrix A. It cannot be less than ( K + 1 ) | 
| [in] | X | Buffer object storing vector X. | 
| [in] | offx | Offset of first element of vector X in buffer object. Counted in elements. | 
| [in] | incx | Increment for the elements of vector X. It cannot be zero. | 
| [in] | beta | The factor of vector Y. | 
| [out] | Y | Buffer object storing vector Y. | 
| [in] | offy | Offset of first element of vector Y in buffer object. Counted in elements. | 
| [in] | incy | Increment for the elements of vector Y. It cannot be zero. | 
| [in] | numCommandQueues | Number of OpenCL command queues in which the task is to be performed. | 
| [in] | commandQueues | OpenCL command queues. | 
| [in] | numEventsInWaitList | Number of events in the event wait list. | 
| [in] | eventWaitList | Event wait list. | 
| [in] | events | Event objects per each command queue that identify a particular kernel execution instance. | 
 1.8.6
 1.8.6