Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

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

Need Math Matrix/Vector Library

Status
Not open for further replies.

Legionaire

Technical User
May 8, 2003
33
0
0
US
Does anyone know a good library that has implementations for math matrices and vectors?
 
I'm working on one now (see my post from a few days ago about a template issue). What features are you looking for? This one is pretty basic, supports matrices and vectors of arbitrary type and dimensions, addition, scalar, dot product and cross product. Quaternion creation and manipulation.

If anyone else has some ideas please post them, I'm sure I'll be using this library quite a bit in the future.

And no, I'm not optimizing it in assembly (yet).
 
I am basically looking for a very stable implementation of matrices and vectors with all the basics such as addition, subtraction, dot product, cross product, norm, etc built in.

Thanks for your help.

I will check out the links ArkM posted.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top