#include "slepcds.h" PetscErrorCode DSNEPSetFN(DS ds,PetscInt n,FN fn[])Collective on DS and FN
ds | - the direct solver context | |
n | - number of functions | |
fn | - array of functions |
This function must be called before DSAllocate(). Then DSAllocate() will allocate an extra matrix A_i per each function, that can be filled in the usual way.
Location: src/sys/classes/ds/impls/nep/dsnep.c
Index of all DS routines
Table of Contents for all manual pages
Index of all manual pages