Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/math_fwd.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 //  Boost math_fwd.hpp header file  ------------------------------------------//
0002 
0003 //  (C) Copyright Hubert Holin and Daryle Walker 2001-2002.  Distributed under the Boost
0004 //  Software License, Version 1.0. (See accompanying file
0005 //  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
0006 
0007 //  See http://www.boost.org/libs/math for documentation.
0008 
0009 #ifndef BOOST_MATH_FWD_HPP
0010 #define BOOST_MATH_FWD_HPP
0011 
0012 namespace boost
0013 {
0014 namespace math
0015 {
0016 
0017 
0018 //  From <boost/math/quaternion.hpp>  ----------------------------------------//
0019 
0020 template < typename T >
0021     class quaternion;
0022 
0023 // Also has many function templates (including operators)
0024 
0025 
0026 //  From <boost/math/octonion.hpp>  ------------------------------------------//
0027 
0028 template < typename T >
0029     class octonion;
0030 
0031 template < >
0032     class octonion< float >;
0033 template < >
0034     class octonion< double >;
0035 template < >
0036     class octonion< long double >;
0037 
0038 }  // namespace math
0039 }  // namespace boost
0040 
0041 
0042 #endif  // BOOST_MATH_FWD_HPP