Search:
Forum
General C++ Programming
matrix operation
matrix operation
Sep 19, 2010 at 4:42pm UTC
chipmunck
(4)
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 UTC
jsmith
(5804)
There isn't a standard library for that.
Sep 20, 2010 at 9:41pm UTC
kevinkjt2000
(1063)
You could just use Maple or Maxima...
Sep 21, 2010 at 9:59am UTC
lseregni
(4)
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.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs