#include "slepcds.h" PetscErrorCode DSSetFN(DS ds,PetscInt n,FN f[])Collective on DS and FN
ds | - the direct solver context | |
n | - number of functions | |
f | - array of functions |
This function must be called before DSAllocate(). Then DSAllocate() will allocate an extra matrix per each function.
Location: src/ds/interface/dsbasic.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages