petsc-3.11.4 2019-09-28
MatTransposeColoringCreate
Creates a matrix coloring context for matrix product C=A*B^T.
Synopsis
#include "petscmat.h"
PetscErrorCode MatTransposeColoringCreate(Mat mat,ISColoring iscoloring,MatTransposeColoring *color)
Collective on Mat
Input Parameters
Output Parameter
color -the new coloring context
See Also
MatTransposeColoringDestroy(), MatTransColoringApplySpToDen(),
MatTransColoringApplyDenToSp()
Level
intermediate
Location
src/mat/interface/matrix.c
Implementations
MatTransposeColoringCreate_SeqAIJ in src/mat/impls/aij/seq/matmatmult.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages