Regarding cBLAS routine choice for Assignment 6

Re: Regarding cBLAS routine choice for Assignment 6

by Ramses van Zon -
Number of replies: 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.