From 172000aaeb968198dcafbb22edc03377bb16f599 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Tue, 22 Jul 2008 10:54:42 +0000 Subject: Add .perpendicular() function in Geometry module (adapted from Eigen1) Documentation: * add an overview for each module. * add an example for .all() and Cwise::operator< --- Eigen/src/Cholesky/Cholesky.h | 4 +++- Eigen/src/Cholesky/CholeskyWithoutSquareRoot.h | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Eigen/src/Cholesky') 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 * -- cgit v1.2.3