#include "petscmat.h" PetscErrorCode MatEqual(Mat A,Mat B,PetscTruth *flg)Collective on Mat
A | - the first matrix | |
B | - the second matrix |
PetscTruth MatEqual(Mat A,Mat B) | -> | MatEqual(A,B,&t); return t; |
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