michalkielan / MatrixLibs

Small matrix library, written C++11
Mozilla Public License 2.0
1 stars 2 forks source link

Convolution enhancement #22

Closed JaroslawWiosna closed 7 years ago

JaroslawWiosna commented 7 years ago
 TODO Allow kernel to be square matrix of any siza
  TODO Implement 'full' = full convolution that returns larger than ixj
 TODO Implement 'valid' = returns smaller than ixj
JaroslawWiosna commented 7 years ago

You can admire my commits here #19

michalkielan commented 7 years ago

What is the current status?

JaroslawWiosna commented 7 years ago

@michal915 still in progress.

UPDATE: almost dome, I'm going to commit tonight. UPDATE: done. please, close the issue after merging #19 to master

michalkielan commented 7 years ago

Great! The release has begun very soon!

JaroslawWiosna commented 7 years ago

26