17#ifndef __stats_enhance_h__
18#define __stats_enhance_h__
41 for (ssize_t col = 0; col != input_statistics.cols(); ++col)
42 (*
this) (input_statistics.col (col), enhanced_statistics.col (col));
Math::Stats::matrix_type::ConstColXpr in_column_type
void operator()(const Math::Stats::matrix_type &input_statistics, Math::Stats::matrix_type &enhanced_statistics) const
Math::Stats::matrix_type::ColXpr out_column_type
Eigen::Matrix< value_type, Eigen::Dynamic, Eigen::Dynamic > matrix_type