#include "petscmat.h" PetscErrorCode MatIsTranspose(Mat A,Mat B,PetscReal tol,PetscTruth *flg)Collective on Mat
A | - the matrix to test | |
B | - the matrix to test against, this can equal the first parameter |
PetscTruth MatIsTranspose(Mat A,Mat B) | -> | MatIsTranspose(A,B,0,&t); return t; | |||
PetscTruth MatIsTranspose(Mat A,Mat B,PetscReal tol) | -> | MatIsTranspose(A,B,tol,&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