matrix operation

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
There isn't a standard library for that.
You could just use Maple or Maxima...
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.