]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/boost/math_fwd.hpp
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / boost / math_fwd.hpp
CommitLineData
7c673cae
FG
1// Boost math_fwd.hpp header file ------------------------------------------//
2
3// (C) Copyright Hubert Holin and Daryle Walker 2001-2002. Distributed under the Boost
4// Software License, Version 1.0. (See accompanying file
5// LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7// See http://www.boost.org/libs/math for documentation.
8
9#ifndef BOOST_MATH_FWD_HPP
10#define BOOST_MATH_FWD_HPP
11
7c673cae
FG
12namespace boost
13{
14namespace math
15{
16
17
18// From <boost/math/quaternion.hpp> ----------------------------------------//
19
20template < typename T >
21 class quaternion;
22
7c673cae
FG
23// Also has many function templates (including operators)
24
25
26// From <boost/math/octonion.hpp> ------------------------------------------//
27
28template < typename T >
29 class octonion;
30
31template < >
32 class octonion< float >;
33template < >
34 class octonion< double >;
35template < >
36 class octonion< long double >;
37
7c673cae
FG
38} // namespace math
39} // namespace boost
40
41
42#endif // BOOST_MATH_FWD_HPP