Program Listing for File time_estimate.hpp

Return to documentation for file (cosm/ta/time_estimate.hpp)

#pragma once

/*******************************************************************************
 * Includes
 ******************************************************************************/
#include "rcppsw/math/ema.hpp"
#include "rcppsw/rcppsw.hpp"

/*******************************************************************************
 * Namespaces/Decls
 ******************************************************************************/
namespace cosm::ta {

/*******************************************************************************
 * Class Definitions
 ******************************************************************************/
using time_estimate = rmath::ema<int>;

} /* namespace cosm::ta */