News

Calling a C++ function on a 2D numpy array took me about 2 hours to figure out, even with the entire internet as a reference, so I'm writing this up. You're welcome. How to use this: Set up your ...
This project demonstrates how to implement a 2D convolution in C++ using template metaprogramming. The convolution operation is performed on a matrix with a given kernel, producing a result matrix.