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

BVCopyColumn

Copies the values from one of the columns to another one.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVCopyColumn(BV V,PetscInt j,PetscInt i)
Logically Collective on BV

Input Parameter

V - basis vectors context
j - the number of the source column
i - the number of the destination column

See Also

BVCopy(), BVCopyVec()

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