SALSA Analysis Modules
anamatrix.h
Go to the documentation of this file.
00001 #ifndef ANAMATRIX_H
00002 #define ANAMATRIX_H
00003 
00004 #include "anamod.h"
00005 #include "petscmat.h"
00006 
00007 extern PetscErrorCode MatrixComputeQuantity
00008 (Mat,const char*,const char*,AnalysisItem *res,int *l,PetscBool *success);
00009 
00010 #endif