Macros.h
Go to the documentation of this file.
00001 // This file is part of Eigen, a lightweight C++ template library
00002 // for linear algebra.
00003 //
00004 // Copyright (C) 2011 Benoit Jacob <jacob.benoit.1@gmail.com>
00005 //
00006 // This Source Code Form is subject to the terms of the Mozilla
00007 // Public License v. 2.0. If a copy of the MPL was not distributed
00008 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
00009 
00010 #ifndef EIGEN2_MACROS_H
00011 #define EIGEN2_MACROS_H
00012 
00013 #define ei_assert eigen_assert
00014 #define ei_internal_assert eigen_internal_assert
00015 
00016 #define EIGEN_ALIGN_128 EIGEN_ALIGN16
00017 
00018 #define EIGEN_ARCH_WANTS_ALIGNMENT EIGEN_ALIGN_STATICALLY
00019 
00020 #endif // EIGEN2_MACROS_H


win_eigen
Author(s): Daniel Stonier
autogenerated on Wed Sep 16 2015 07:11:09