This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// #include <benchmark/benchmark.h> | |
#include <Eigen/Core> | |
#include <iostream> | |
// using namespace Eigen; | |
template<typename Middle, typename LhsScalar, typename RhsScalar> | |
struct scalar_bracket; | |
template<typename Middle, typename LhsScalar, typename RhsScalar> | |
struct Eigen::internal::functor_traits<scalar_bracket<Middle, LhsScalar, RhsScalar>> { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SCRIPT_DIR="$( dirname "$( readlink -e "${BASH_SOURCE[0]}" )" )" | |
# PRODUCT_DIR="$( cd "${SCRIPT_DIR}"/.. && pwd)" | |
PRODUCT_DIR="$( dirname ${(%):-%N} )" |