PETSc version 3.15.5
MatMultEqual
Compares matrix-vector products of two matrices. 
Synopsis
#include "petscmat.h"  
PetscErrorCode MatMultEqual(Mat A,Mat B,PetscInt n,PetscBool *flg)
Collective on Mat
Input Parameters
|  | A | - the first matrix | 
|  | B | - the second matrix | 
|  | n | - number of random vectors to be tested | 
Output Parameter
Level
intermediate
Location
src/mat/utils/multequal.c
Examples
src/ksp/ksp/tutorials/ex81.c.html
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages