Sha256: 4915cff604cb7df926787e0cf92db8b3d02cec19309a6b758e3afa9742696854

Contents?: true

Size: 406 Bytes

Versions: 5

Compression:

Stored size: 406 Bytes

Contents

/**
 * @file Macro.h
 * @author bab2min (bab2min@gmail.com)
 * @brief 
 * @version 0.2.1
 * @date 2020-07-11
 * 
 * @copyright Copyright (c) 2020
 * 
 */

#ifndef EIGENRAND_MACRO_H
#define EIGENRAND_MACRO_H

#define EIGENRAND_WORLD_VERSION 0
#define EIGENRAND_MAJOR_VERSION 2
#define EIGENRAND_MINOR_VERSION 0

#if EIGEN_VERSION_AT_LEAST(3,3,7)
#else
#error At least Eigen 3.3.7 is required.
#endif

#endif

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tomoto-0.1.4 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.1.3 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.1.2 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.1.1 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.1.0 vendor/EigenRand/EigenRand/Macro.h