SALSA Analysis Modules
|
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) |
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); }