Exemplo n.º 1
0
        public DoubleVector k(DoubleVector t, DoubleVector blackVols)
        {
            DoubleVector ret = new DoubleVector(NQuantLibcPINVOKE.AbcdCalibration_k(swigCPtr, DoubleVector.getCPtr(t), DoubleVector.getCPtr(blackVols)), true);

            if (NQuantLibcPINVOKE.SWIGPendingException.Pending)
            {
                throw NQuantLibcPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }