#include "petscvec.h" PetscErrorCode VecDot(Vec x,Vec y,PetscScalar *val)Collective on Vec
per | - processor memory bandwidth | ||||
interprocessor latency | - - work load inbalance that causes certain processes to arrive much earlier than others |
PetscScalar VecDot(Vec x,Vec y) | -> | VecDot(x,y,&s); return s; |
Level:intermediate
Location:src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages