Re: Need help please!

"Paul C. Leopardi" <[email protected]>
Newsgroups gmane.comp.lib.mtl.devel
Message-ID <[email protected]>
Reza,
1) Why do you need to include mtl/matrix.h before mtl/mtl.h ? GluCat - 
http://glucat.sf.net - includes MTL headers in the following order:
#include <mtl/mtl_limits.h>
#include <mtl/mtl.h>
#include <mtl/norm.h>
#include <mtl/lu.h>
You may not need mtl_limits.h or norm.h in your application, so try just:
#include <mtl/mtl.h>
#include <mtl/lu.h>

Please note that the latest - unreleased - GluCat compiles with gcc 3.2 and 
Intel C++ 7.0 on Linux, but the code has never been tested with any Microsoft 
compiler. 
See http://sourceforge.net/forum/forum.php?forum_id=203469 for compatibility 
of the latest GluCat release, 0.0.7.

2) MTL 2.1.2-20 needs a number of bug fixes, listed at:
http://www.osl.iu.edu/research/mtl/bug_fixes.php3
You may want to try incorporating some or all of these, or just try using MTL 
2.1.2-21 with MSVC 6.0.

3) MTL mailing list has had very little MTL developer participation lately. 
You may want to consider Boost uBLAS instead. See 
http://www.boost.org/libs/numeric/ublas/doc/index.htm

While uBLAS is new and raw, it has a very active and responsive development 
community. Development of uBLAS used MSVC 6.0. I am currently completing a 
port of GluCat from MTL to uBLAS.
Best regards

On Sat, 23 Nov 2002 00:51, [email protected] wrote:
> Hi!
> I downloaded MTL yesterday (VC6 compiler) and using lu_solve.cc as an
> example, tried to incorporate MTL into my project.  The header files are
> #include <mtl/matrix.h>
> #include <mtl/mtl.h>
> #include <mtl/utils.h>
> #include <mtl/lu.h>

_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.