humoto
core
include
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
"
25
#include "
eigentools/cross_product.h
"
26
#include "
eigentools/blockmatrix_base.h
"
27
#include "
eigentools/blockmatrix_kronecker.h
"
28
#include "
eigentools/blockmatrix.h
"
cross_product.h
blockmatrix_kronecker.h
eigentools.h
blockmatrix_base.h
etools
This namespace contains various functions operating on Eigen matrices and vectors.
Definition:
blockmatrix.h:19
blockmatrix.h
Generated on Fri Sep 29 2017 16:44:40 for humoto by
1.8.13