SALSA Analysis Modules
Functions
anamatrix.c File Reference
#include <stdlib.h>
#include "anamod.h"
#include "anamatrix.h"
#include "petscmat.h"
Include dependency graph for anamatrix.c:

Go to the source code of this file.

Functions

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

Function Documentation

PetscErrorCode MatrixComputeQuantity ( Mat  A,
const char *  cat,
const char *  cmp,
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().

{
  PetscErrorCode ierr;
  PetscFunctionBegin;
  ierr = ComputeQuantity
    ((AnaModNumericalProblem)A,cat,cmp,res,l,success); CHKERRQ(ierr);
  PetscFunctionReturn(0);
}

Here is the call graph for this function: