aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Cholesky
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2008-07-22 10:54:42 +0000
committerGravatar Gael Guennebaud <g.gael@free.fr>2008-07-22 10:54:42 +0000
commit172000aaeb968198dcafbb22edc03377bb16f599 (patch)
tree02f2531123f8a3a3f21a5ce7eaa15ab1d24d05af /Eigen/src/Cholesky
parent516db2c3b97345553c3489681fba67f52a8eda6b (diff)
Add .perpendicular() function in Geometry module (adapted from Eigen1)
Documentation: * add an overview for each module. * add an example for .all() and Cwise::operator<
Diffstat (limited to 'Eigen/src/Cholesky')
-rw-r--r--Eigen/src/Cholesky/Cholesky.h4
-rw-r--r--Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h4
2 files changed, 6 insertions, 2 deletions
diff --git a/Eigen/src/Cholesky/Cholesky.h b/Eigen/src/Cholesky/Cholesky.h
index 5c5e6cfc7..4feeee7c6 100644
--- a/Eigen/src/Cholesky/Cholesky.h
+++ b/Eigen/src/Cholesky/Cholesky.h
@@ -25,7 +25,9 @@
#ifndef EIGEN_CHOLESKY_H
#define EIGEN_CHOLESKY_H
-/** \class Cholesky
+/** \ingroup Cholesky_Module
+ *
+ * \class Cholesky
*
* \brief Standard Cholesky decomposition of a matrix and associated features
*
diff --git a/Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h b/Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h
index 0dcedf0dc..38d9e9e50 100644
--- a/Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h
+++ b/Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h
@@ -25,7 +25,9 @@
#ifndef EIGEN_CHOLESKY_WITHOUT_SQUARE_ROOT_H
#define EIGEN_CHOLESKY_WITHOUT_SQUARE_ROOT_H
-/** \class CholeskyWithoutSquareRoot
+/** \ingroup Cholesky_Module
+ *
+ * \class CholeskyWithoutSquareRoot
*
* \brief Robust Cholesky decomposition of a matrix and associated features
*