#include "petscmat.h" PetscErrorCode MatTransposeColoringCreate(Mat mat,ISColoring iscoloring,MatTransposeColoring *color)Collective on Mat
mat | - the matrix product C | |
iscoloring | - the coloring of the matrix; usually obtained with MatColoringCreate() or DMCreateColoring() |
color | - the new coloring context |