Skip to content

File ublas.h

File List > detail > ublas.h

Go to the documentation of this file

// Copyright (c) 2012-2013, IGN France.
// Copyright (c) 2012-2022, Oslandia.
// SPDX-License-Identifier: LGPL-2.0-or-later

#ifndef _SFCGAL_UBLAS_H_
#define _SFCGAL_UBLAS_H_

#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/vector.hpp>

namespace SFCGAL {
namespace detail {
namespace ublas = boost::numeric::ublas;
} // namespace detail
} // namespace SFCGAL

#endif