Home
last modified time | relevance | path

Searched refs:capsVegasMatrix (Results 1 – 1 of 1) sorted by relevance

/dports/finance/quantlib/QuantLib-1.20/test-suite/
H A Dmarketmodel.cpp3849 Matrix capsVegasMatrix(caps.size(), theBumps[0].size()); in testPathwiseMarketVegas() local
3862 capsVegasMatrix[i][j] = 0; in testPathwiseMarketVegas()
3867capsVegasMatrix[i][j] += theBumps[k][j][l][m]*thisPseudoDerivative.volatilityDerivative(k)[l][m]; in testPathwiseMarketVegas()
3880 Real thisError = capsVegasMatrix[i][j] - 0.01; in testPathwiseMarketVegas()
3887 Real thisError = capsVegasMatrix[i][j]; in testPathwiseMarketVegas()