petsc-3.7.5 2017-01-01
Report Typos and Errors

MatRestoreRowUpperTriangular

Disable calls to MatGetRow() for matrix in MATSBAIJ format.

Synopsis

#include "petscmat.h" 
PetscErrorCode MatRestoreRowUpperTriangular(Mat mat)
Not Collective

Input Parameters

Notes

This routine should be called after you have finished MatGetRow/MatRestoreRow().

See Also

MatGetRowUpperTriangular()

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