]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/numeric/ublas/tensor.hpp
import quincy beta 17.1.0
[ceph.git] / ceph / src / boost / boost / numeric / ublas / tensor.hpp
CommitLineData
92f5a8d4
TL
1// Copyright (c) 2018-2019
2// Cem Bassoy
3//
4// Distributed under the Boost Software License, Version 1.0. (See
5// accompanying file LICENSE_1_0.txt or copy at
6// http://www.boost.org/LICENSE_1_0.txt)
7//
8// The authors gratefully acknowledge the support of
9// Fraunhofer and Google in producing this work
10// which started as a Google Summer of Code project.
11//
12
13/// \file tensor.hpp Definition for the class vector and its derivative
14
15#ifndef BOOST_NUMERIC_UBLAS_TENSOR_HPP
16#define BOOST_NUMERIC_UBLAS_TENSOR_HPP
17
18#include "tensor/functions.hpp"
19#include "tensor/operators_arithmetic.hpp"
20#include "tensor/operators_comparison.hpp"
21#include "tensor/extents.hpp"
22#include "tensor/strides.hpp"
23#include "tensor/ostream.hpp"
24#include "tensor/tensor.hpp"
25
26#endif // BOOST_NUMERIC_UBLAS_TENSOR_HPP