#include "petscvec.h" PetscErrorCode VecMin(Vec x,PetscInt *p,PetscReal *val)Collective on Vec
val | - the minimum component | |
p | - the location of val |
  VecMin(Vec x,PetscReal *r) | -> | VecMin(x,PETSC_NULL,r) |
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