Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Math library IT++ with C++ builder

Status
Not open for further replies.

mcanidja

Programmer
Jan 29, 2010
3
BR
Hi !

IT++ is a library for C++ that has many math functions to turn C++ programming like Matlab. It has algorithms for Fourier transforms, inverse matrices, vectors, calculation of bit error rates for communications...

I have tested it with gcc under cygwin and ubuntu, and with Microsoft Visual C++. But I really want to use it with Borland C++ Builder.

IT++ is free and open. It's installing instructions teaches how to installs is with M. Visual C++.

Does any one knows how to install it with Borland C++ Builder ?
 
I've never used IT++, I've used Boost for similar functions though.


James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
2ffat:

I've used Boost for similar functions though

Elaborate, Please!

The newer versions of Builder ship with the Boost libraries, correct? I would really like to incorporate advanced math, including matrix manipulation in some of my programs.

Steve.
 
I working in a microwave simulator and I specifically needs to work with Fourier transforms (one dimensional, bidimensional, multidimensional, etc.) and to solve non linear differential equations.

Does any one have already used this kind of math in your program ?
 
The newer versions of Builder ship with the Boost libraries, correct?
Correct, although I've not used the version that comes with Builder 2010, yet. For a listing of the standard math libraries in Boost, look at this listing. For example,this is their Multi-Array Library.

You can also do a search of their blogs/mailings for such items as Fourier transforms.


James P. Cottingham
[sup]I'm number 1,229!
I'm number 1,229![/sup]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top