Matrix Library??
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
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.
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
Glad to help!
Graham Rhodes
Senior Scientist
Applied Research Associates, Inc.
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
Popular Topics
Advertisement
Recommended Tutorials
Advertisement