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#

Matrices, Mat, MATKAIJ, MatKAIJGetS(), MatKAIJGetT()

Level#

Advanced

Location#

src/mat/impls/kaij/kaij.c

Examples#

src/ksp/ksp/tutorials/ex77.c


Edit on GitLab

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages