#include "petscmat.h" PetscErrorCode MatMultTransposeAdd(Mat mat,Vec v1,Vec v2,Vec v3)Collective on Mat and Vec
mat | - the matrix | |
v1, v2 | - the vectors |
  MatMultTransposeAdd(Mat A,Vec x,Vec y) | -> | MatMultTransposeAdd(A,x,y,y) |
Level:beginner
Location:src/mat/interface/matrix.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages