anamatrix.h File Reference

#include "anamod.h"
#include "petscmat.h"

Include dependency graph for anamatrix.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

PetscErrorCode MatrixComputeQuantity (Mat, const char *, const char *, AnalysisItem *res, int *l, PetscTruth *success)


Function Documentation

PetscErrorCode MatrixComputeQuantity ( Mat  ,
const char *  ,
const char *  ,
AnalysisItem res,
int *  l,
PetscTruth *  success 
)

Definition at line 15 of file anamatrix.c.

References ComputeQuantity().

Referenced by computennz(), JonesPlassmannColouring(), Lee95bounds(), MatCenter(), and MatCommutatorNormF_seq().

00017 {
00018   PetscErrorCode ierr;
00019   PetscFunctionBegin;
00020   ierr = ComputeQuantity
00021     ((AnaModNumericalProblem)A,cat,cmp,res,l,success); CHKERRQ(ierr);
00022   PetscFunctionReturn(0);
00023 }

Here is the call graph for this function:


Generated on Sun Oct 4 04:01:02 2009 for SALSA Analysis Modules by  doxygen 1.5.9