petsc-3.7.5 2017-01-01
Report Typos and Errors

MatEqual

Compares two matrices.

Synopsis

#include "petscmat.h" 
PetscErrorCode MatEqual(Mat A,Mat B,PetscBool  *flg)
Collective on Mat

Input Parameters

A - the first matrix
B - the second matrix

Output Parameter

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

Level:intermediate
Location:
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/ksp/examples/tutorials/ex10.c.html