#include "slepcnep.h" PetscErrorCode NEPApplyFunction(NEP nep,PetscScalar lambda,Vec x,Vec v,Vec y,Mat *A,Mat *B,MatStructure *flg)Collective on NEP
nep | - the nonlinear eigensolver context | |
lambda | - scalar argument | |
x | - vector to be multiplied against | |
v | - workspace vector |
y | - result vector | |
A | - Function matrix | |
B | - optional preconditioning matrix | |
flg | - flag indicating matrix structure (see MatStructure enum) |
Location: src/nep/interface/nepsolve.c
Index of all NEP routines
Table of Contents for all manual pages
Index of all manual pages