Add .perpendicular() function in Geometry module (adapted from Eigen1)

Documentation:
 * add an overview for each module.
 * add an example for .all() and Cwise::operator<
This commit is contained in:
Gael Guennebaud
2008-07-22 10:54:42 +00:00
parent 516db2c3b9
commit 172000aaeb
22 changed files with 189 additions and 36 deletions

View File

@@ -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
*

View File

@@ -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
*