petsc-3.14.6 2021-03-30
Report Typos and Errors

MatSeqAIJCUSPARSESetGenerateTranspose

Sets the flag to explicitly generate the tranpose matrix before calling MatMultTranspose

Synopsis

#include "petscmat.h" 
PetscErrorCode MatSeqAIJCUSPARSESetGenerateTranspose(Mat A,PetscBool transgen)
Collective on mat

Input Parameters

A - Matrix of type SEQAIJCUSPARSE
transgen - the boolean flag

See Also

MATSEQAIJCUSPARSE

Level

intermediate

Location

src/mat/impls/aij/seq/seqcusparse/aijcusparse.cu
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages