next up previous contents
Next: Matrix-Vector Operations Up: Vector-Vector Operations Previous: Example: Parallelizing ``axpy'' for

More Operations and Information

The level-1 BLAS operations presented in this chapter do not cover all operations that are part of the traditional sequential level-1 BLAS. In addition, there are a number of other vector-vector operations that are not part of the level-1 BLAS, like sorting of the elements in a vector. To find out more about what is available, check http://www.cs.utexas.edu/users/plapack/

We strongly suggest that users obtain the code presented in this chapter directly from those web pages to avoid typing errors, both on our and the users' part.


next up previous contents
Next: Matrix-Vector Operations Up: Vector-Vector Operations Previous: Example: Parallelizing ``axpy'' for

rvdg@cs.utexas.edu