public void SetRange(int index, StochasticProcessVector values)
 {
     NQuantLibcPINVOKE.StochasticProcessVector_SetRange(swigCPtr, index, StochasticProcessVector.getCPtr(values));
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public StochasticProcessVector(StochasticProcessVector other) : this(NQuantLibcPINVOKE.new_StochasticProcessVector__SWIG_1(StochasticProcessVector.getCPtr(other)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public StochasticProcessArray(StochasticProcessVector array, Matrix correlation) : this(NQuantLibcPINVOKE.new_StochasticProcessArray(StochasticProcessVector.getCPtr(array), Matrix.getCPtr(correlation)), true)
 {
     if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
     {
         throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
     }
 }