Nektar++
|
#include <LibUtilities/Communication/Comm.h>
Go to the source code of this file.
Namespaces | |
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 More... | |
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 More... | |