slepc4py.SLEPc.FN.CombineType#
- class slepc4py.SLEPc.FN.CombineType#
Bases:
objectFN type of combination of child functions.
ADD: Addition \(f(x) = f_1(x)+f_2(x)\)MULTIPLY: Multiplication \(f(x) = f_1(x)f_2(x)\)DIVIDE: Division \(f(x) = f_1(x)/f_2(x)\)COMPOSE: Composition \(f(x) = f_2(f_1(x))\)
See also
Attributes Summary
Constant
ADDof typeintConstant
COMPOSEof typeintConstant
DIVIDEof typeintConstant
MULTIPLYof typeintAttributes Documentation