|
Nektar++
|
#include <LibUtilities/BasicUtils/SharedArray.hpp>#include <LibUtilities/LinearAlgebra/TransF77.hpp>Go to the source code of this file.
Namespaces | |
| namespace | Blas |
Functions | |
| void F77NAME() | Blas::daxpy (const int &n, const double &alpha, const double *x, const int &incx, const double *y, const int &incy) |
| static void | Blas::Daxpy (const int &n, const double &alpha, const Nektar::Array< Nektar::OneD, const double > &x, const int &incx, Nektar::Array< Nektar::OneD, double > &y, const int &incy) |
| BLAS level 1: y = alpha x plus y. | |