| Nektar++
    | 
#include <LibUtilities/Communication/Comm.h>

Go to the source code of this file.
| Namespaces | |
| namespace | VDmath | 
| Functions | |
| template<class T > | |
| T | VDmath::Ddot2 (Nektar::LibUtilities::CommSharedPtr &pComm, int n, const T *w, const T *x, const int *y) | 
| vvtvp (vector times vector times vector): z = w*x*y | |
| template<class T > | |
| T | VDmath::Ddot2 (Nektar::LibUtilities::CommSharedPtr &pComm, int n, const T *w, const int incw, const T *x, const int incx, const int *y, const int incy) | 
| vvtvp (vector times vector times vector): z = w*x*y | |
 1.8.1.2
 1.8.1.2