Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
eigen.hh 759 B
// This file is part of the dune-xt-la project:
//   https://github.com/dune-community/dune-xt-la
// Copyright 2009-2018 dune-xt-la developers and contributors. All rights reserved.
// License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
//      or  GPL-2.0+ (http://opensource.org/licenses/gpl-license)
//          with "runtime exception" (http://www.dune-project.org/license.html)
// Authors:
//   Felix Schindler (2012 - 2014, 2016 - 2017)
//   Rene Milk       (2013 - 2016, 2018)
//   Sven Kaulmann   (2014)
//   Tobias Leibner  (2014, 2017)

#ifndef DUNE_XT_LA_CONTAINER_EIGEN_HH
#define DUNE_XT_LA_CONTAINER_EIGEN_HH

#include "eigen/dense.hh"
#include "eigen/sparse.hh"

#endif // DUNE_XT_LA_CONTAINER_EIGEN_HH