#include "slepcbv.h" PetscErrorCode BVSetNumConstraints(BV V,PetscInt nc)Logically Collective on V
V | - basis vectors | |
nc | - number of constraints |
If nc is smaller than the previously set value, then some of the constraints are discarded. In particular, using nc=0 removes all constraints preserving the content of regular columns.
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