#include "petscvec.h" PetscErrorCode VecDotNorm2(Vec s,Vec t,PetscScalar *dp, PetscReal *nm)Collective on Vec Many br
s | - first vector Many br | |
t | - second vector Many br |
dp | - s'conj(t) Many br | |
nm | - t'conj(t) Many br |
Many br
Notes: conj(x) is the complex conjugate of x when x is complex Many br
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