コード例 #1
0
ファイル: EigenIntegration.hpp プロジェクト: 0x0all/madlib
inline
typename Eigen::MatrixBase<Derived>::CoeffReturnType
static as_scalar(const Eigen::MatrixBase<Derived>& mat) {
    return mat.value();
}