PETSc version 3.15.5
MatKAIJGetScaledIdentity
Check if both S and T are scaled identities. 
Synopsis
#include "petscmat.h" 
PetscErrorCode MatKAIJGetScaledIdentity(Mat A,PetscBool* identity)
Logically Collective.
Input Parameter
Output Parameter
|  | identity | - the Boolean value | 
See Also
 MatKAIJGetS(), MatKAIJGetT()
Level
Advanced
Location
src/mat/impls/kaij/kaij.c
Examples
src/ksp/ksp/tutorials/ex77.c.html
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages