Program Listing for File numerical_diff.hpp

Return to documentation for file (/tmp/ws/src/ecl_core/ecl_linear_algebra/include/ecl/linear_algebra/eigen/unsupported/numerical_diff.hpp)

/*****************************************************************************
** Ifdefs
*****************************************************************************/

#ifndef ECL_LINEAR_ALGEBRA_NUMERICAL_DIFF_HPP_
#define ECL_LINEAR_ALGEBRA_NUMERICAL_DIFF_HPP_

/*****************************************************************************
** Includes
*****************************************************************************/

#ifndef EIGEN_MATRIXBASE_PLUGIN
  #define EIGEN_MATRIXBASE_PLUGIN <ecl/linear_algebra/eigen_plugin.hpp>
#endif

#include <unsupported/Eigen/NumericalDiff>

#endif /* ECL_LINEAR_ALGEBRA_NUMERICAL_DIFF_HPP_ */