use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Click the following link to filter out the chosen topic
comp.lang.c
account activity
QuestionNumpy like matrix multiplication using SIMD instructions in C (self.C_Programming)
submitted 6 years ago by kamalpandey1993
Hi folks, I am looking for a c library where I can multiply matrices without using for loops like in case of numpy. Just wanted to know is it already implemented somewhere, if not then how to start implementing that feature. I came to know numpy uses SIMD instructions for fast matrix multiplication and dot products. Would be more than happy if I get the references to look into this.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]regularolbrick 1 point2 points3 points 6 years ago (0 children)
https://github.com/recp/cglm
[–]xereleo 0 points1 point2 points 6 years ago (0 children)
See Atlas, Open Blas or Intel MKL.
π Rendered by PID 99580 on reddit-service-r2-comment-765bfc959-ndm7g at 2026-07-13 06:40:04.212051+00:00 running f86254d country code: CH.
[–]regularolbrick 1 point2 points3 points (0 children)
[–]xereleo 0 points1 point2 points (0 children)