#include "slepcnep.h" PetscErrorCode NEPApplyJacobian(NEP nep,PetscScalar lambda,Vec x,Vec v,Vec y,Mat *A,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 | - Jacobian 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