petsc-3.7.1 2016-05-15
Report Typos and Errors

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 Many br

Input Parameters

Notes

The flag is to ensure that users are aware of MatGetRow() only provides the upper trianglular part of the row for the matrices in MATSBAIJ format. Many br

Many br

See Also

MatRestoreRowRowUpperTriangular()

Level:advanced
Location:
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages

mat - the matrix Many br