forum.alglib.net

ALGLIB forum
It is currently Thu Mar 28, 2024 11:18 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Tolerance for quadrature and dll export
PostPosted: Mon Jul 15, 2013 10:29 am 
Offline

Joined: Mon Jul 15, 2013 10:05 am
Posts: 1
Hi,

Just downloaded and trying out ALGLIB - so far it is working very well. Very pleased with how easy it was to build and use (though see my 2nd question below).

However I have a couple of queries.

1)
When using the autogkintegrate function, I gather it calculates at close to machine precision. This is really too much for me, I would prefer less precision and greater performance. I edited line 3395 in integration.cpp...

state->eps = 100000*ae_machineepsilon

... to increase the multiplier, it seemed to work just fine and give me acceptable results in a much quicker time.

However I don't want to really make a global change like that as the level of precision required will be context dependent. How easy would it be for me to set up a method SetPrecision or something similar? Or are there plans to add functionality like this in the near future?

2) I have built alglib as a separate dll - but how then can I easily export all the required classes and functions? Even for the single integration there are 2 classes and 3 functions. I don't want to make extensive modifications to headers etc as I would have to merge in later releases. What I have done so far is to include the necessary source code in my project, but if I get to the point of having several projects which use alglib this isn't really a good solution.

Any thoughts or ideas on either of these would be very welcome.

Many thanks,

Mike


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 70 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group