#include "petscvec.h" PetscErrorCode VecStrideMinAll(Vec v,PetscInt idex[],PetscReal nrm[])Collective on Vec
idex | - the location where the minimum occurred (not supported, pass NULL, if you need this, send mail to [email protected] to request it) | |
nrm | - the minimums of each subvector |
The dimension of nrm must be the same as the vector block size
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