Esempio n. 1
0
 public KlugeExtOUProcess(double rho, ExtOUWithJumpsProcess kluge, ExtendedOrnsteinUhlenbeckProcess extOU) : this(NQuantLibcPINVOKE.new_KlugeExtOUProcess(rho, ExtOUWithJumpsProcess.getCPtr(kluge), ExtendedOrnsteinUhlenbeckProcess.getCPtr(extOU)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS, uint tGrid, uint xGrid, uint yGrid, DoublePairVector shape) : this(NQuantLibcPINVOKE.new_FdSimpleExtOUJumpSwingEngine__SWIG_1(ExtOUWithJumpsProcess.getCPtr(process), YieldTermStructure.getCPtr(rTS), tGrid, xGrid, yGrid, DoublePairVector.getCPtr(shape)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public FdSimpleExtOUJumpSwingEngine(ExtOUWithJumpsProcess process, YieldTermStructure rTS) : this(NQuantLibcPINVOKE.new_FdSimpleExtOUJumpSwingEngine__SWIG_5(ExtOUWithJumpsProcess.getCPtr(process), YieldTermStructure.getCPtr(rTS)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ExtOUWithJumpsProcess obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }