#include "petscvec.h" PetscErrorCode VecAXPBY(Vec y,PetscScalar alpha,PetscScalar beta,Vec x)Logically Collective on Vec
alpha,beta | - the scalars | |
x, y | - the vectors |
Notes: x and y MUST be different vectors
Level:intermediate
Location:src/vec/vec/interface/rvector.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages