#include "petscvec.h" PetscErrorCode VecEqual(Vec vec1,Vec vec2,PetscTruth *flg)Collective on Vec
vec1 | - the first matrix | |
vec2 | - the second matrix |
PetscTruth VecEqual(Vec x,Vec y) | -> | VecEqual(x,y,&s); return s; |
Level:intermediate
Location:src/vec/vec/utils/vinv.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages