Nektar++
|
#include <LibUtilities/LinearAlgebra/TransF77.hpp>
#include <LibUtilities/BasicUtils/SharedArray.hpp>
Go to the source code of this file.
Namespaces | |
Blas | |
Functions | |
void F77NAME() | Blas::dcopy (const int &n, const double *x, const int &incx, double *y, const int &incy) |
void F77NAME() | Blas::daxpy (const int &n, const double &alpha, const double *x, const int &incx, const double *y, const int &incy) |
double F77NAME() | Blas::ddot (const int &n, const double *x, const int &incx, const double *y, const int &incy) |