On Wednesday, 27 November 2019 at 16:16:04 UTC, René Heldmaier wrote:
Hi,

I'm looking for some basic matrix/vector operations and other numeric stuff.

I spent quite a lot time in reading through the mir documentation, but i kinda miss the bigger picture. I'm not a Python user btw. (I know C,C++,C#,Matlab..).

I have also looked at the documentation of the lubeck package.

What i have seen right now reminds me of the saying "Real programmers can write FORTRAN in any language".

Is there a type to do matrix operations with nice syntax (e.g. using * operator for multiplication)?

Probably you should go for mir packages. But if you live with c++ linkage and matrix support of opencv is enough for your case, there is OpenCV binding for D.
https://github.com/aferust/opencvd

Reply via email to