/usr/include/dune/pdelab/backend/eigen.hh is in libdune-pdelab-dev 2.5.0~rc1-2build1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | // -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*-
// vi: set et ts=4 sw=2 sts=2:
#ifndef DUNE_PDELAB_BACKEND_EIGEN_HH
#define DUNE_PDELAB_BACKEND_EIGEN_HH
#include <dune/pdelab/backend/eigen/descriptors.hh>
#include <dune/pdelab/backend/eigen/vector.hh>
#include <dune/pdelab/backend/eigen/matrix.hh>
#include <dune/pdelab/backend/eigen/solvers.hh>
/** \brief For backward compatibility -- Do not use this! */
namespace Dune {
namespace PDELab {
namespace EIGEN {
using namespace Eigen;
}
}
}
#endif // DUNE_PDELAB_BACKEND_EIGEN_HH
|