|
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, PetscBool *success) |
| PetscErrorCode MatrixComputeQuantity | ( | Mat | A, |
| const char * | cat, | ||
| const char * | cmp, | ||
| AnalysisItem * | res, | ||
| int * | l, | ||
| PetscBool * | 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);
}

1.7.6.1