petsc-3.13.6 2020-09-29
Report Typos and Errors

MatProductSetAlgorithm

Requests a particular algorithm for a matrix product implementation.

Synopsis

#include "petscmat.h" 
PetscErrorCode MatProductSetAlgorithm(Mat mat,MatProductAlgorithm alg)
Collective on Mat

Input Parameters

mat - the matrix product
alg - particular implementation algorithm of the matrix product, e.g., MATPRODUCTALGORITHM_DEFAULT.

See Also

MatProductSetType(), MatProductSetFill(), MatProductCreate()

Level

intermediate

Location

src/mat/interface/matproduct.c

Examples

src/tao/pde_constrained/tutorials/parabolic.c.html

Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages