matrix operation

Sep 19, 2010 at 4:42pm
Hi, i want to know is there a standard library in c++ for doing matrix operation (multiplication, determinant for example).

Also, i goolge and fell into this site: http://www.codecogs.com/d-ox/computing/array/matrix.php
It is nice but where can i find the header file?

Thank you
Sep 19, 2010 at 11:24pm
There isn't a standard library for that.
Sep 20, 2010 at 9:41pm
You could just use Maple or Maxima...
Sep 21, 2010 at 9:59am
There are some libraries which include also matrix operation, but they are not easy to manage.
Good matrix operation are provided by boost (http://www.boost.org/).
If you are working on win32 I could suggest you to use It++ (http://itpp.sourceforge.net/current/index.html) that is a set of libraries for many tasks, include matrix operation (http://itpp.sourceforge.net/current/vector_and_matrix.html).

Topic archived. No new replies allowed.