How to Install libviennacl-dev in Ubuntu 18.04



Install libviennacl-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libviennacl-dev

Description:

Scientific computing library written in C++ based on OpenCL

The Vienna Computing Library (ViennaCL) is a scientific computing library written in C++ and based on OpenCL. It allows simple, high-level access to the vast computing resources available on parallel architectures such as GPUs and is primarily focused on common linear algebra operations (BLAS levels 1, 2 and 3) and the solution of large systems of equations by means of iterative methods with optional preconditioner. . ViennaCL is header-only with no binary library and projects using it only need to link against a conforming OpenCL implementation.

Homepage: http://viennacl.sourceforge.net

Version: 1.7.1+dfsg1-2ubuntu1

Section: universe/libdevel