humoto
eigentools.h
Go to the documentation of this file.
1 /**
2  @file
3  @author Alexander Sherikov
4  @copyright 2014-2017 INRIA. Licensed under the Apache License, Version 2.0.
5  (see @ref LICENSE or http://www.apache.org/licenses/LICENSE-2.0)
6 
7  @brief
8 */
9 
10 #pragma once
11 
12 /**
13  * @brief This namespace contains various functions operating on Eigen
14  * matrices and vectors.
15  */
16 namespace etools
17 {
18 }
19 
20 #define EIGENTOOLS_ASSERT(condition, message) HUMOTO_ASSERT(condition, message)
21 #define EIGENTOOLS_VISIBILITY_ATTRIBUTE HUMOTO_LOCAL
22 #define EIGENTOOLS_ENABLE_EIGENTYPE_DETECTION
23 
24 #include "eigentools/eigentools.h"
28 #include "eigentools/blockmatrix.h"
This namespace contains various functions operating on Eigen matrices and vectors.
Definition: blockmatrix.h:19