MatSeqSELLGetVarSliceSize#
returns the variance of the slice size.
Synopsis#
#include "petscmat.h"
PetscErrorCode MatSeqSELLGetVarSliceSize(Mat A, PetscReal *variance)
Not Collective
Input Parameter#
A - a MATSEQSELL matrix
Output Parameter#
variance - variance of the slice size
See Also#
Level#
intermediate
Location#
Implementations#
MatSeqSELLGetVarSliceSize_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