diff options
author | Benoit Jacob <jacob.benoit.1@gmail.com> | 2008-08-19 04:30:28 +0000 |
---|---|---|
committer | Benoit Jacob <jacob.benoit.1@gmail.com> | 2008-08-19 04:30:28 +0000 |
commit | 9466e5f94edbff1219cd48639fd0ef80e11b85a9 (patch) | |
tree | c3d09398538aee2cb98fe1f4065cba860b91eef9 /Eigen/QR | |
parent | 95dd09bea62010ba3aba36d4833a3cd1594a2372 (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/QR | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |