Sha256: ec971553df21995910fa5e655906cad7815d38fc5aedb5b94ac15ed70033242b

Contents?: true

Size: 406 Bytes

Versions: 4

Compression:

Stored size: 406 Bytes

Contents

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

#ifndef EIGENRAND_MACRO_H
#define EIGENRAND_MACRO_H

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

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

#endif

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
tomoto-0.2.3 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.2.2 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.2.1 vendor/EigenRand/EigenRand/Macro.h
tomoto-0.2.0 vendor/EigenRand/EigenRand/Macro.h