#include "slepcbv.h" PetscErrorCode BVDuplicate(BV V,BV *W)Collective on V
V | - basis vectors context |
W | - location to put the new BV |
BVDuplicate() DOES NOT COPY the entries, but rather allocates storage for the new basis vectors. Use BVCopy() to copy the contents.
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