aboutsummaryrefslogtreecommitdiffhomepage
path: root/unsupported/Eigen/MPRealSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-01-11 10:40:35 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-01-11 10:40:35 +0100
commitb0cb5e6d48fdb8312d2896fdc495d9b6b0d02188 (patch)
tree217edf692ea6c6fdf31996ef6799156c5c1707b0 /unsupported/Eigen/MPRealSupport
parent109cbb6ad3c9ef094b344312d2cbe8ff026fd9a5 (diff)
remove the 'Unsupported Modules' meta module
Diffstat (limited to 'unsupported/Eigen/MPRealSupport')
-rw-r--r--unsupported/Eigen/MPRealSupport33
1 files changed, 16 insertions, 17 deletions
diff --git a/unsupported/Eigen/MPRealSupport b/unsupported/Eigen/MPRealSupport
index 1115a710c..dfef0fe4e 100644
--- a/unsupported/Eigen/MPRealSupport
+++ b/unsupported/Eigen/MPRealSupport
@@ -17,21 +17,20 @@
namespace Eigen {
- /** \ingroup Unsupported_modules
- * \defgroup MPRealSupport_Module MPFRC++ Support module
- *
- * \code
- * #include <Eigen/MPRealSupport>
- * \endcode
- *
- * This module provides support for multi precision floating point numbers
- * via the <a href="http://www.holoborodko.com/pavel/mpfr">MPFR C++</a>
- * library which itself is built upon <a href="http://www.mpfr.org/">MPFR</a>/<a href="http://gmplib.org/">GMP</a>.
- *
- * You can find a copy of MPFR C++ that is known to be compatible in the unsupported/test/mpreal folder.
- *
- * Here is an example:
- *
+/**
+ * \defgroup MPRealSupport_Module MPFRC++ Support module
+ * \code
+ * #include <Eigen/MPRealSupport>
+ * \endcode
+ *
+ * This module provides support for multi precision floating point numbers
+ * via the <a href="http://www.holoborodko.com/pavel/mpfr">MPFR C++</a>
+ * library which itself is built upon <a href="http://www.mpfr.org/">MPFR</a>/<a href="http://gmplib.org/">GMP</a>.
+ *
+ * You can find a copy of MPFR C++ that is known to be compatible in the unsupported/test/mpreal folder.
+ *
+ * Here is an example:
+ *
\code
#include <iostream>
#include <Eigen/MPRealSupport>
@@ -55,8 +54,8 @@ int main()
return 0;
}
\endcode
- *
- */
+ *
+ */
template<> struct NumTraits<mpfr::mpreal>
: GenericNumTraits<mpfr::mpreal>