mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-23 05:14:26 +08:00
oops, this had to be done here, not at the end.
This commit is contained in:
parent
f369dc873e
commit
e1f61b40c8
@ -77,6 +77,10 @@
|
|||||||
|
|
||||||
namespace Eigen {
|
namespace Eigen {
|
||||||
|
|
||||||
|
// we use size_t frequently and we'll never remember to prepend it with std:: everytime just to
|
||||||
|
// ensure QNX/QCC support
|
||||||
|
using std::size_t;
|
||||||
|
|
||||||
/** \defgroup Core_Module Core module
|
/** \defgroup Core_Module Core module
|
||||||
* This is the main module of Eigen providing dense matrix and vector support
|
* This is the main module of Eigen providing dense matrix and vector support
|
||||||
* (both fixed and dynamic size) with all the features corresponding to a BLAS library
|
* (both fixed and dynamic size) with all the features corresponding to a BLAS library
|
||||||
@ -147,10 +151,6 @@ namespace Eigen {
|
|||||||
#include "src/Core/Part.h"
|
#include "src/Core/Part.h"
|
||||||
#include "src/Core/CacheFriendlyProduct.h"
|
#include "src/Core/CacheFriendlyProduct.h"
|
||||||
|
|
||||||
// we use size_t frequently and we'll never remember to prepend it with std:: everytime just to
|
|
||||||
// ensure QNX/QCC support
|
|
||||||
using std::size_t;
|
|
||||||
|
|
||||||
} // namespace Eigen
|
} // namespace Eigen
|
||||||
|
|
||||||
#include "src/Core/util/EnableMSVCWarnings.h"
|
#include "src/Core/util/EnableMSVCWarnings.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user