petsc-3.7.1 2016-05-15
MatMultDiagonalBlock
Computes the matrix-vector product, y = Dx. Where D is defined by the inode or block structure of the diagonal
Synopsis
#include "petscmat.h"
PetscErrorCode MatMultDiagonalBlock(Mat mat,Vec x,Vec y)
Collective on Mat and Vec Many br
Input Parameters
| mat | - the matrix Many br |
| x | - the vector to be multiplied Many br |
Output Parameters
y -the result Many br
Notes
The vectors x and y cannot be the same. I.e., one cannot Many brcall MatMult(A,y,y). Many br
Many br
See Also
MatMultTranspose(), MatMultAdd(), MatMultTransposeAdd()
Level:developer
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages