-
Notifications
You must be signed in to change notification settings - Fork 0
TheMadGamer/Convolve
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Basic matrix derivative example. Builds a random matrix of specified size. Computes finite difference dx and dy. Computes min/max of dx and dy matrices. To build: g++ -O3 main.cpp Matrix.cpp -o Convolve To run: ./Convolve 10 20 There is a multi-threaded version in multi-thread. But it's actually slower.
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published