MatSeqSELLGetAvgSliceWidth#
returns the average slice width.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatSeqSELLGetAvgSliceWidth(Mat A, PetscReal *slicewidth)
Not Collective
Input Parameter#
A - a MATSEQSELL matrix
Output Parameter#
slicewidth - average slice width
See Also#
Level#
intermediate
Location#
Implementations#
MatSeqSELLGetAvgSliceWidth_SeqSELL() in src/mat/impls/sell/seq/sell.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages