MatTransposeColoringCreate#

Creates a matrix coloring context for the matrix product \(C = A*B^T\).

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatTransposeColoringCreate(Mat mat, ISColoring iscoloring, MatTransposeColoring *color)

Collective

Input Parameters#

Output Parameter#

  • color - the new coloring context

See Also#

Matrices, Mat, 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