aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/QR
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-19 04:30:28 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2008-08-19 04:30:28 +0000
commit9466e5f94edbff1219cd48639fd0ef80e11b85a9 (patch)
treec3d09398538aee2cb98fe1f4065cba860b91eef9 /Eigen/QR
parent95dd09bea62010ba3aba36d4833a3cd1594a2372 (diff)
* doc improvements in Cwise and PartialRedux:
- 33 new snippets - unfuck doxygen output in Cwise (issues with function macros) - more see-also links from outside, making Cwise more discoverable * rename matrixNorm() to operatorNorm(). There are many matrix norms (the L2 is another one) but only one is called the operator norm. Risk of confusion with keyword operator is not too scary after all.
Diffstat (limited to 'Eigen/QR')
-rw-r--r--Eigen/QR2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/QR b/Eigen/QR
index 3ed9204b1..0c23db2f8 100644
--- a/Eigen/QR
+++ b/Eigen/QR
@@ -20,7 +20,7 @@ namespace Eigen {
* This module also provides some MatrixBase methods, including:
* - MatrixBase::qr(),
* - MatrixBase::eigenvalues(),
- * - MatrixBase::matrixNorm()
+ * - MatrixBase::operatorNorm()
*
* \code
* #include <Eigen/QR>