#include "petscmat.h" PetscErrorCode MatProductSetAlgorithm(Mat mat,MatProductAlgorithm alg)Collective on Mat
mat | - the matrix product | |
alg | - particular implementation algorithm of the matrix product, e.g., MATPRODUCTALGORITHMDEFAULT. |
-mat_product_algorithm <algorithm> | - Sets the algorithm; use -help for a list of available algorithms (for instance, scalable, outerproduct, etc.) |