petsc-3.3-p7 2013-05-11
MatGetRowUpperTriangular
Sets a flag to enable calls to MatGetRow() for matrix in MATSBAIJ format. You should call MatRestoreRowUpperTriangular() after calling MatGetRow/MatRestoreRow() to disable the flag.
Synopsis
#include "petscmat.h"
PetscErrorCode MatGetRowUpperTriangular(Mat mat)
Not Collective
Input Parameters