Fix dox for namespaces

This commit is contained in:
Chen-Pang He
2014-07-05 21:48:48 +08:00
parent f365380496
commit 8ee38d2db6
2 changed files with 5 additions and 3 deletions

View File

@@ -9,6 +9,10 @@
#ifndef EIGEN_ITERSCALING_H
#define EIGEN_ITERSCALING_H
namespace Eigen {
using std::abs;
/**
* \ingroup IterativeSolvers_Module
* \brief iterative scaling algorithm to equilibrate rows and column norms in matrices
@@ -41,8 +45,6 @@
*
* \sa \ref IncompleteLUT
*/
namespace Eigen {
using std::abs;
template<typename _MatrixType>
class IterScaling
{