|
clBLAS
2.11
|
Functions | |
| clblasStatus | clblasStpsv (clblasOrder order, clblasUplo uplo, clblasTranspose trans, clblasDiag diag, size_t N, const cl_mem A, size_t offa, cl_mem X, size_t offx, int incx, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| solving triangular packed matrix problems with float elements. More... | |
| clblasStatus | clblasDtpsv (clblasOrder order, clblasUplo uplo, clblasTranspose trans, clblasDiag diag, size_t N, const cl_mem A, size_t offa, cl_mem X, size_t offx, int incx, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| solving triangular packed matrix problems with double elements. More... | |
| clblasStatus | clblasCtpsv (clblasOrder order, clblasUplo uplo, clblasTranspose trans, clblasDiag diag, size_t N, const cl_mem A, size_t offa, cl_mem X, size_t offx, int incx, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| solving triangular packed matrix problems with float complex elements. More... | |
| clblasStatus | clblasZtpsv (clblasOrder order, clblasUplo uplo, clblasTranspose trans, clblasDiag diag, size_t N, const cl_mem A, size_t offa, cl_mem X, size_t offx, int incx, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| solving triangular packed matrix problems with double complex elements. More... | |
| clblasStatus clblasCtpsv | ( | clblasOrder | order, |
| clblasUplo | uplo, | ||
| clblasTranspose | trans, | ||
| clblasDiag | diag, | ||
| size_t | N, | ||
| const cl_mem | A, | ||
| size_t | offa, | ||
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
solving triangular packed matrix problems with float complex elements.
Matrix-vector products:
| [in] | order | Row/column order. |
| [in] | uplo | The triangle in matrix being referenced. |
| [in] | trans | How matrix A is to be transposed. |
| [in] | diag | Specify whether matrix A is unit triangular. |
| [in] | N | Number of rows/columns in matrix A. |
| [in] | A | Buffer object storing matrix in packed format.A. |
| [in] | offa | Offset in number of elements for first element in matrix A. |
| [out] | X | Buffer object storing vector X. |
| [in] | offx | Offset in number of elements for first element in vector X. |
| [in] | incx | Increment for the elements of X. Must not 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 clblasDtpsv | ( | clblasOrder | order, |
| clblasUplo | uplo, | ||
| clblasTranspose | trans, | ||
| clblasDiag | diag, | ||
| size_t | N, | ||
| const cl_mem | A, | ||
| size_t | offa, | ||
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
solving triangular packed matrix problems with double elements.
Matrix-vector products:
| [in] | order | Row/column order. |
| [in] | uplo | The triangle in matrix being referenced. |
| [in] | trans | How matrix A is to be transposed. |
| [in] | diag | Specify whether matrix A is unit triangular. |
| [in] | N | Number of rows/columns in matrix A. |
| [in] | A | Buffer object storing matrix in packed format.A. |
| [in] | offa | Offset in number of elements for first element in matrix A. |
| [out] | X | Buffer object storing vector X. |
| [in] | offx | Offset in number of elements for first element in vector X. |
| [in] | incx | Increment for the elements of X. Must not 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 clblasStpsv | ( | clblasOrder | order, |
| clblasUplo | uplo, | ||
| clblasTranspose | trans, | ||
| clblasDiag | diag, | ||
| size_t | N, | ||
| const cl_mem | A, | ||
| size_t | offa, | ||
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
solving triangular packed matrix problems with float elements.
Matrix-vector products:
| [in] | order | Row/column order. |
| [in] | uplo | The triangle in matrix being referenced. |
| [in] | trans | How matrix A is to be transposed. |
| [in] | diag | Specify whether matrix A is unit triangular. |
| [in] | N | Number of rows/columns in matrix A. |
| [in] | A | Buffer object storing matrix in packed format.A. |
| [in] | offa | Offset in number of elements for first element in matrix A. |
| [out] | X | Buffer object storing vector X. |
| [in] | offx | Offset in number of elements for first element in vector X. |
| [in] | incx | Increment for the elements of X. Must not 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 clblasZtpsv | ( | clblasOrder | order, |
| clblasUplo | uplo, | ||
| clblasTranspose | trans, | ||
| clblasDiag | diag, | ||
| size_t | N, | ||
| const cl_mem | A, | ||
| size_t | offa, | ||
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
solving triangular packed matrix problems with double complex elements.
Matrix-vector products:
| [in] | order | Row/column order. |
| [in] | uplo | The triangle in matrix being referenced. |
| [in] | trans | How matrix A is to be transposed. |
| [in] | diag | Specify whether matrix A is unit triangular. |
| [in] | N | Number of rows/columns in matrix A. |
| [in] | A | Buffer object storing matrix in packed format.A. |
| [in] | offa | Offset in number of elements for first element in matrix A. |
| [out] | X | Buffer object storing vector X. |
| [in] | offx | Offset in number of elements for first element in vector X. |
| [in] | incx | Increment for the elements of X. Must not 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