Skip to content

Instantly share code, notes, and snippets.

@mgopshtein
mgopshtein / performancematrixmultiply.cpp
Last active May 27, 2018 02:47
Performance: matrix multiply
#include <iostream>
#include <opencv2/core.hpp>
#include <chrono>
//#define EIGEN_USE_MKL_ALL
//#define MULTIPLY_ELEMENTWISE
#include <Eigen/Core>