slepc4py.SLEPc.FN.Type#
- class slepc4py.SLEPc.FN.Type#
Bases:
objectFN type.
COMBINE: A math function defined by combining two functions.RATIONAL: A rational function \(f(x)=p(x)/q(x)\).EXP: The exponential function \(f(x)=e^x\).LOG: The logarithm function \(f(x)=\log{x}\).PHI: One of the Phi_k functions with index k.SQRT: The square root function \(f(x)=\sqrt{x}\).INVSQRT: The inverse square root function.
See also
Attributes Summary
Object
COMBINEof typestrObject
EXPof typestrObject
INVSQRTof typestrObject
LOGof typestrObject
PHIof typestrObject
RATIONALof typestrObject
SQRTof typestrAttributes Documentation