Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:43:15

0001 //  Copyright (c) 2018-2019
0002 //  Cem Bassoy
0003 //
0004 //  Distributed under the Boost Software License, Version 1.0. (See
0005 //  accompanying file LICENSE_1_0.txt or copy at
0006 //  http://www.boost.org/LICENSE_1_0.txt)
0007 //
0008 //  The authors gratefully acknowledge the support of
0009 //  Fraunhofer and Google in producing this work
0010 //  which started as a Google Summer of Code project.
0011 //
0012 
0013 /// \file tensor.hpp Definition for the class vector and its derivative
0014 
0015 #ifndef BOOST_NUMERIC_UBLAS_TENSOR_HPP
0016 #define BOOST_NUMERIC_UBLAS_TENSOR_HPP
0017 
0018 #include "tensor/functions.hpp"
0019 #include "tensor/operators_arithmetic.hpp"
0020 #include "tensor/operators_comparison.hpp"
0021 #include "tensor/extents.hpp"
0022 #include "tensor/strides.hpp"
0023 #include "tensor/ostream.hpp"
0024 #include "tensor/tensor.hpp"
0025 
0026 #endif // BOOST_NUMERIC_UBLAS_TENSOR_HPP