slepc-3.7.3 2016-09-29
Report Typos and Errors

BVCreateVec

Creates a new Vec object with the same type and dimensions as the columns of the basis vectors object.

Synopsis

#include "slepcbv.h" 
PetscErrorCode BVCreateVec(BV bv,Vec *v)
Collective on BV

Input Parameter

bv  - the basis vectors context

Output Parameter

v  - the new vector

Note

The user is responsible of destroying the returned vector.

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