VecEqual

Compares two vectors.

Synopsis

#include "petscvec.h" 
int VecEqual(Vec vec1,Vec vec2,PetscTruth *flg)
Collective on Vec

Input Parameters

vec1 - the first matrix
vec2 - the second matrix

Output Parameter

flg -PETSC_TRUE if the vectors are equal; PETSC_FALSE otherwise.

Level:intermediate
Location:
src/vec/utils/vinv.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages