Sign in
third-party-mirror
/
eigen
/
2571273647cdf6673639ebe9b3aa3237c1e7a822
/
.
/
lapack
/
lapack_datatypes.h
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_