Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/eigen3/unsupported/Eigen/CXX11/TensorSymmetry is written in an unsupported language. File is not indexed.

0001 // This file is part of Eigen, a lightweight C++ template library
0002 // for linear algebra.
0003 //
0004 // Copyright (C) 2013 Christian Seiler <christian@iwakd.de>
0005 //
0006 // This Source Code Form is subject to the terms of the Mozilla
0007 // Public License v. 2.0. If a copy of the MPL was not distributed
0008 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
0009 
0010 #ifndef EIGEN_CXX11_TENSORSYMMETRY_MODULE
0011 #define EIGEN_CXX11_TENSORSYMMETRY_MODULE
0012 
0013 #include "Tensor"
0014 
0015 #include "../../../Eigen/src/Core/util/DisableStupidWarnings.h"
0016 
0017 #include "src/util/CXX11Meta.h"
0018 
0019 /** \defgroup CXX11_TensorSymmetry_Module Tensor Symmetry Module
0020   *
0021   * This module provides a classes that allow for the definition of
0022   * symmetries w.r.t. tensor indices.
0023   *
0024   * Including this module will implicitly include the Tensor module.
0025   *
0026   * \code
0027   * #include <Eigen/TensorSymmetry>
0028   * \endcode
0029   */
0030 
0031 #include "src/TensorSymmetry/util/TemplateGroupTheory.h"
0032 #include "src/TensorSymmetry/Symmetry.h"
0033 #include "src/TensorSymmetry/StaticSymmetry.h"
0034 #include "src/TensorSymmetry/DynamicSymmetry.h"
0035 
0036 #include "../../../Eigen/src/Core/util/ReenableStupidWarnings.h"
0037 
0038 #endif // EIGEN_CXX11_TENSORSYMMETRY_MODULE
0039 
0040 /*
0041  * kate: space-indent on; indent-width 2; mixedindent off; indent-mode cstyle;
0042  */