#include "petscvec.h" PetscErrorCode VecDotNorm2(Vec s,Vec t,PetscScalar *dp, PetscScalar *nm)Collective on Vec
s | - first vector | |
t | - second vector |
dp | - s't | |
nm | - t't |
Developer Notes: Even though the second return argument is a norm and hence could be a PetscReal value it is returned as PetscScalar
Level:advanced
Location:src/vec/vec/utils/vinv.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages