blob: 01818a5d2d1978a3e2c27594759b1fddf61d3554 [file] [log] [blame]
#ifndef EIGEN_LAPACK_DATATYPES_H_
#define EIGEN_LAPACK_DATATYPES_H_
#include "../blas/f2c/datatypes.h"
#define TRUE_ (logical)1
#define FALSE_ (logical)0
#endif // EIGEN_LAPACK_DATATYPES_H_