#include "slepcip.h" PetscErrorCode IPMInnerProductBegin(IP ip,Vec x,PetscInt n,const Vec y[],PetscScalar *p)
ip | - the inner product context | |
x | - the first input vector | |
n | - number of vectors in y | |
y | - array of vectors | |
p | - where the result will go |
Location: src/ip/ipdot.c
Index of all IP routines
Table of Contents for all manual pages
Index of all manual pages