#include "slepcvec.h" #include "petscvec.h" PetscErrorCode SlepcVecMAXPBY(Vec y,PetscScalar beta,PetscScalar alpha,PetscInt nv,PetscScalar a[],Vec x[])Logically Collective on Vec
beta | - scalar beta | |
alpha | - scalar alpha | |
nv | - number of vectors in x and scalars in a | |
a | - array of scalars | |
x | - set of vectors |
Location: src/vec/contiguous.c
Index of all sys routines
Table of Contents for all manual pages
Index of all manual pages