VecEqual

Compares two vectors.

Synopsis

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.

Keywords

vec, equal, equivalent

Location: src/vec/utils/vinv.c
Vector Index
Table of Contents