-
Had anyone tried that?
This is briefly what I've done:
```
# install toolchain
$ sudo apt-get install gcc-4.9-locales mingw32 mingw-w64 mingw-w64-tools \
binutils-mingw-w64 binutils-mingw-w64-x8…
-
These packages were maintained by [xgdgsc](https://github.com/xgdgsc), and he/she has left from this project, so orphaning.
这些软件包原本由 [xgdgsc](https://github.com/xgdgsc),维护。现在他/她离开了,所以弃置之。
-
Hi,
I use QuantLib-1.10 from Python 3.6.
While running "BermudanSwaption.py" from the test folders, I get the following error message listed below.
Seems like method fairRate() is not defin…
-
-
Hi,
I've trying to install the library via pip, but i get the following message:
Could not find a version that satisfies the requirement quantlib-python (from versions: )
No matching distributi…
-
Hello,
In QuantLib, when you initiate a Real value with the Null, the value will be 3.4028234663852886e+038.
In the QLNet version, we have the double? type to be able to set to null.
If we go…
-
the project **QuantLib_vc14** do not include **lgm.cpp** and thus during the linking of the project the line
**test->add(LgmTest::suite());**
can not correctly managed as soon as the linker fails to …
-
Simply declaring an integration method such as
GaussLegendreIntegration gLegInt(64);
results in an access violation, before even applying it.
This occurs at the following lines of tqreigendecompos…
-
This is a revival of issue lballabio/quantlib-old#143. I rebased @pcaspers CDS branch on top of current master here thrasibule/QuantLib@1070866 and fixed a couple bugs.
On top of fixing the original i…
-
Hi,
In Excel dates are counted from 1 Jan 1900. I would like to use this date library but my current implementation (derived from Quantlib) is designed to be compatible with Excel. If I wanted to a…