Manjree Garg wrote:
> Hi David
>
> Thanks for your reply.
>
> First of all I need to know if there is any standard doubles Matrix class
> available in VC++ (VS.NET 2005).
>
> If Yes then how to use it (some link?).
>
> How can I find Numerical Recipes matrix class as the code is not available
> at www.nr.com?
Manj:
Yes, the Numerical Recipes web site is rather annoying. The utility
vector and matrix classes are actually public domain (I believe) and may
be found at
http://www.nr.com/codefile.php?nr3
Or, you could do what I just did and put "C++ matrix library" into
Google. You will find lots of hits, including the "Matrix Template
Library" which is based on STL.
--
David Wilkinson
Visual C++ MVP