slepc-3.6.1 2015-09-03
Report Typos and Errors

BVInsertVec

Insert a vector into the specified column.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVInsertVec(BV V,PetscInt j,Vec w)
Collective on BV

Input Parameters

V - basis vectors
j - the column of V to be overwritten
w - the vector to be copied

See Also

BVInsertVecs()

Location: src/sys/classes/bv/interface/bvfunc.c
Index of all BV routines
Table of Contents for all manual pages
Index of all manual pages