Looking for an elegant and efficient C++ matrix li

2019-01-21 08:04发布

Greetings, googling for that subject brings, e.g., MTL, exmat, LAPACK and also here. I also seem to remember that Microsoft Research released one, but can't put my hands on it. I look for advice from someone who actually used (or developed...) one of those, hoping to achieve a Matlab experience inside C++ (as much as possible). Thanks in advance, Robi

8条回答
冷血范
2楼-- · 2019-01-21 09:01

Read Jack Crenshaw's articles over at www.embedded.com. He's been working up a matrix class for a number of years, while developing the numerical methods code that goes with it and uses it.

查看更多
走好不送
3楼-- · 2019-01-21 09:02

NIST has the TNT (template numerical toolkit). Very lightweight and simple.

查看更多
登录 后发表回答