aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen
diff options
context:
space:
mode:
authorGravatar Jim Lersch <3578051-jlersch@users.noreply.gitlab.com>2020-11-26 13:39:04 -0700
committerGravatar Jim Lersch <3578051-jlersch@users.noreply.gitlab.com>2020-11-27 08:48:11 -0700
commita7170f2aca4103abc95e983238a02aba2385b198 (patch)
treeb76e77fce498084b68dbdc8e66f01743c3db7fc2 /Eigen
parent550e8f8f57f46130e0b7787ee8557d898ff7d8ef (diff)
Fix doxygen class blocks that were not associated with the correct classes.
Diffstat (limited to 'Eigen')
-rw-r--r--Eigen/src/Core/Reshaped.h3
-rw-r--r--[-rwxr-xr-x]Eigen/src/Geometry/Scaling.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/Eigen/src/Core/Reshaped.h b/Eigen/src/Core/Reshaped.h
index a78fd880f..36b4f410c 100644
--- a/Eigen/src/Core/Reshaped.h
+++ b/Eigen/src/Core/Reshaped.h
@@ -12,7 +12,6 @@
#define EIGEN_RESHAPED_H
namespace Eigen {
-namespace internal {
/** \class Reshaped
* \ingroup Core_Module
@@ -44,6 +43,8 @@ namespace internal {
* \sa DenseBase::reshaped(NRowsType,NColsType)
*/
+namespace internal {
+
template<typename XprType, int Rows, int Cols, int Order>
struct traits<Reshaped<XprType, Rows, Cols, Order> > : traits<XprType>
{
diff --git a/Eigen/src/Geometry/Scaling.h b/Eigen/src/Geometry/Scaling.h
index df650fda6..d352f1f2b 100755..100644
--- a/Eigen/src/Geometry/Scaling.h
+++ b/Eigen/src/Geometry/Scaling.h
@@ -14,7 +14,7 @@ namespace Eigen {
/** \geometry_module \ingroup Geometry_Module
*
- * \class Scaling
+ * \class UniformScaling
*
* \brief Represents a generic uniform scaling transformation
*