Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations SSS148 on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Matrix class templates

Status
Not open for further replies.

W00dman

Mechanical
Jul 13, 2005
5
Hi there,
I'm beginning with C++ and looking for matrix class templates. I'll probably have to handle large matrix (1000*1000), and there are quite a few different templates that are free.
Which one is the easiest and most efficient for handling large systems (dynamic memory allocation)? What did you think of the different templates?
Thank you all for your answers!
Have a nice day
 
Replies continue below

Recommended for you

A good temlplate must offer you data encapsulation and yet a variety of manipulation tools. Look for these properties. Pointer is almost a must with this size of matrix otherwise you may not exploit true power of C++.

Ciao.
 
Status
Not open for further replies.

Similar threads

Part and Inventory Search

Sponsor