Imported Upstream version 1.72.0
[platform/upstream/boost.git] / libs / math / doc / quaternion / math-quaternion.qbk
index 7ca0426..ece71e5 100644 (file)
@@ -48,7 +48,7 @@ Some traditional constructs, such as the exponential, carry over without
 too much change into the realms of quaternions, but other, such as taking
 a square root, do not.
 
-[endsect]
+[endsect] [/section:quat_overview Overview]
 
 [section:quat_header Header File]
 
@@ -141,7 +141,7 @@ The interface and implementation are both supplied by the header file
    } // namespace math
    } // namespace boost
 
-[endsect]
+[endsect] [/section:quat_header Header File]
 
 [section:quat Template Class quaternion]
 
@@ -198,7 +198,7 @@ The interface and implementation are both supplied by the header file
    } // namespace math
    } // namespace boost
 
-[endsect]
+[endsect] [/section:quat Template Class quaternion]
 
 [section:spec Quaternion Specializations]
 
@@ -352,7 +352,7 @@ The interface and implementation are both supplied by the header file
    } // namespace math
    } // namespace boost
 
-[endsect]
+[endsect] [/section:spec Quaternion Specializations]
 
 [section:mem_typedef Quaternion Member Typedefs]
 
@@ -520,7 +520,8 @@ and store the result in `*this`. The unspecialized form has exception guards,
 which the specialized forms do not, so as to insure exception safety.
 For the unspecialized form, the base type's assignment operators must not throw.
 
-[endsect]
+[endsect] [/section:mem_typedef Quaternion Member Typedefs]
+
 [section:quat_non_mem Quaternion Non-Member Operators]
 
 [h4 Unary Plus]
@@ -649,7 +650,7 @@ Inserts the quaternion q onto the stream `os` as if it were implemented as follo
       return os << s.str();
    }
 
-[endsect]
+[endsect] [/section:quat_non_mem Quaternion Non-Member Operators]
 
 [section:value_op Quaternion Value Operations]
 
@@ -696,7 +697,7 @@ Euclidian norm (and quadratic functionals). For this version of
 (the mathematical objects known as) quaternions, the Euclidian norm
 (also known as magnitude) is the square root of the Cayley norm.
 
-[endsect]
+[endsect] [/section:value_op Quaternion Value Operations]
 
 [section:create Quaternion Creation Functions]
 
@@ -757,7 +758,7 @@ done is presented here for
 [@../../example/HSO4.hpp __R4]
 ([@../../example/HSO3SO4.cpp example test file]).
 
-[endsect]
+[endsect] [/section:create Quaternion Creation Functions]
 
 [section:trans Quaternion Transcendentals]
 
@@ -834,7 +835,7 @@ Computes the hyperbolic tangent of the quaternion.
 
 Computes the n-th power of the quaternion q.
 
-[endsect]
+[endsect] [/section:trans Quaternion Transcendentals]
 
 [section:quat_tests Test Program]
 
@@ -853,7 +854,7 @@ BOOST_INTERACTIVE_TEST_INPUT_ITERATOR to interactively test the input
 operator with input of your choice from the standard input
 (instead of hard-coding it in the test).
 
-[endsect]
+[endsect] [/section:quat_tests Test Program]
 
 [section:exp The Quaternionic Exponential]
 
@@ -862,7 +863,8 @@ Please refer to the following PDF's:
 *[@../quaternion/TQE.pdf The Quaternionic Exponential (and beyond)]
 *[@../quaternion/TQE_EA.pdf The Quaternionic Exponential (and beyond) ERRATA & ADDENDA]
 
-[endsect]
+[endsect] [/section:exp The Quaternionic Exponential]
+
 
 [section:acknowledgement Acknowledgements]
 
@@ -872,7 +874,7 @@ portability and standard adherence, and was the Review Manager
 for this library. More acknowledgements in the History section.
 Thank you to all who contributed to the discution about this library.
 
-[endsect]
+[endsect] [/section:quat_tests Test Program]
 
 [section:quat_history History]
 
@@ -893,7 +895,8 @@ Thank you to all who contributed to the discution about this library.
 * 1.1.0 - 23/05/2000: changed sinc into sinc_pi; added sin, cos, sinh, cosh.
 * 1.0.0 - 10/08/1999: first public version.
 
-[endsect]
+[endsect] [/section:quat_history History]
+
 [section:quat_todo To Do]
 
 * Improve testing.
@@ -903,8 +906,9 @@ Thank you to all who contributed to the discution about this library.
 [@../../example/HSO3SO4.cpp example]
 implementation to an efficient one).
 
-[endsect]
-[endmathpart]
+[endsect] [/section:quat_todo To Do]
+
+[endmathpart] [/mathpart quaternions Quaternions]
 
 [/
 Copyright 1999, 2005, 2013 Hubert Holin.