petsc-3.7.5 2017-01-01
Report Typos and Errors

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

mat - the matrix product C
iscoloring - the coloring of the matrix; usually obtained with MatColoringCreate() or DMCreateColoring()

Output Parameter

color -the new coloring context

See Also

MatTransposeColoringDestroy(), MatTransposeColoringSetFromOptions(), MatTransColoringApplySpToDen(),
MatTransColoringApplyDenToSp(), MatTransposeColoringView(),

Level:intermediate
Location:
src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages