Wednesday, March 30, 2011
Real number computation package in C++
http://www.brics.dk/~barnie/RealLib/
Its primary aim is to be efficient and to avoid the huge overheads usually associated with real number computations.
RealLib3, which is the current version of the library, makes this possible. In this version of the library, the user can work on both a layer where numbers are represented as terms describing the computation, and a layer where functions on real numbers compute on the level of approximations to the real number. The latter can be very fast, depending on the precision that is actually required by the computation. In the cases where machine precision is sufficient, exact real computations can be executed at a speed comparable to the speed of double precision arithmetic, sometimes even running on par with it.
Its primary aim is to be efficient and to avoid the huge overheads usually associated with real number computations.
RealLib3, which is the current version of the library, makes this possible. In this version of the library, the user can work on both a layer where numbers are represented as terms describing the computation, and a layer where functions on real numbers compute on the level of approximations to the real number. The latter can be very fast, depending on the precision that is actually required by the computation. In the cases where machine precision is sufficient, exact real computations can be executed at a speed comparable to the speed of double precision arithmetic, sometimes even running on par with it.
Friday, March 25, 2011
VS 2010: CL : fatal error C1033: cannot open program database ''
- Kill mspdbsrv.exe process
- Delete /Debug folder
- Rebuild the project
http://connect.microsoft.com/VisualStudio/feedback/details/507155/cl-fatal-error-c1033-cannot-open-program-database
Wednesday, March 16, 2011
Архитектура Twitter
Sunday, March 13, 2011
Thursday, March 10, 2011
Friday, March 4, 2011
Subscribe to:
Posts (Atom)
Powered by Blogger.