#include "petscmat.h" PetscErrorCode MatNorm(Mat mat,NormType type,PetscReal *nrm)Collective on Mat
mat | - the matrix | |
type | - the type of norm, NORM_1, NORM_FROBENIUS, NORM_INFINITY |
PetscReal MatNorm(Mat A,NormType t) | -> | MatNorm(A,t,&n); return n; |
Level:intermediate
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages