Matrix Library??

Started by
3 comments, last by kirkd 21 years, 7 months ago
Can anyone suggest a very good, C++ matrix computation library? Obviously games will use some standard sized matrices, but I need a library that will work with arbitrary matrices. It would be nice it it were fast, too. 8^) Thanks!! -Kirk
Advertisement
There''s a library called NewMat that I''ve used the past, which is fairly nice.

http://www.robertnz.net/nm_intro.htm

downloads at:

http://www.robertnz.net/download.html

Graham Rhodes
Senior Scientist
Applied Research Associates, Inc.
Graham Rhodes Moderator, Math & Physics forum @ gamedev.net
Graham,

Thanks! I knew I could count on you.

-Kirk
Glad to help!

Graham Rhodes
Senior Scientist
Applied Research Associates, Inc.
Graham Rhodes Moderator, Math & Physics forum @ gamedev.net
quote:Original post by kirkd
Can anyone suggest a very good, C++ matrix computation library? -Kirk


Most used library for matrix computation is LAPAC !
It''n not C++ library, but very easy to use.
Bigets calucation of qunatum physics (computation chemical) used such library.


This topic is closed to new replies.

Advertisement