MatProductNumeric#

Compute a matrix product with numerical values.

Synopsis#

#include "petscmat.h" 
PetscErrorCode MatProductNumeric(Mat mat)

Collective

Input/Output Parameter#

  • mat - the matrix holding the product

Note#

MatProductSymbolic() must have been called on mat before calling this function

See Also#

Mat, MatProductSetAlgorithm(), MatProductSetType(), MatProductCreate(), MatSetType(), MatProductSymbolic()

Level#

intermediate

Location#

src/mat/interface/matproduct.c

Examples#

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

Implementations#

MatProductNumeric_MPIAIJKokkos in src/mat/impls/aij/mpi/kokkos/mpiaijkok.kokkos.cxx
MatProductNumeric_MPIAIJBACKEND in src/mat/impls/aij/mpi/mpiaij.c
MatProductNumeric_H2OPUS in src/mat/impls/h2opus/cuda/math2opus.cu
MatProductNumeric_Htool in src/mat/impls/htool/htool.cxx


Edit on GitLab

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