/**
 * @file EigenRand
 * @author bab2min (bab2min@gmail.com)
 * @brief 
 * @version 0.3.0
 * @date 2020-10-07
 * 
 * @copyright Copyright (c) 2020
 * 
 */

#ifndef EIGENRAND_EIGENRAND_H
#define EIGENRAND_EIGENRAND_H

#include <Eigen/Dense>
#include <EigenRand/Macro.h>
#include <EigenRand/Core.h>

#endif