Regarding cBLAS routine choice for Assignment 6

Re: Regarding cBLAS routine choice for Assignment 6

par Ramses van Zon,
Nombre de réponses : 0
If your matrix has one or more special properties, and there is a BLAS routine for matrices with those properties, you should use it. In the assignment, the matrix does have special properties, and you should find the BLAS matrix-vector multiplication routine that is tailored to those properties. It is not enough if it just works, as the efficiency can vary a lot between the BLAS routines.