#include "slepcbv.h" PetscErrorCode BVGetArrayRead(BV bv,const PetscScalar **a)Not Collective
bv | - the basis vectors context |
a | - location to put pointer to the array |
The pointer will normally point to the first entry of the first column, but if the BV has constraints then these go before the 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