22 Jul
2015
22 Jul
'15
4:30 p.m.
On 7/22/15 3:34pm, Michael Powell wrote:
On Wed, Jul 22, 2015 at 9:30 AM, Sensei
wrote: Dear all,
I am defining a "scalar" type for a project, and this scalar I'd like to be an interval. Among the operations, already provided by boost interval, I need pow(interval, interval).
That sounds more like a Range ?
http://www.boost.org/doc/libs/1_58_0/libs/range/doc/html/index.html
I don't think so, I'd like to have something like a very basic subset of this(*): http://www.ti3.tu-harburg.de/rump/intlab/ As far as I see, boost interval is the C++ implementation of (some) interval algebra. Thanks for any pointers! (*) Scholarly article, if needed: http://www.ti3.tuhh.de/rump/intlab/ActaNumerica2010.pdf