aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-10-13 14:19:23 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-10-13 14:19:23 +0000
commit12bcafdc7587d3ea14195eeeb1e9a307db6131cd (patch)
treedd5653078dd1eb26c755f301218ee8407e26ed4b /doc
parenta4626cc80837007673dd95e43c4a97e636ae79eb (diff)
some renaming in the fuzzy compares, and in the multiplications
Diffstat (limited to 'doc')
-rw-r--r--doc/example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/example.cpp b/doc/example.cpp
index ca10d077a..b5582f006 100644
--- a/doc/example.cpp
+++ b/doc/example.cpp
@@ -11,7 +11,7 @@ void foo(const Eigen::Object<Scalar, Derived>& m)
}
template<typename Scalar, typename Derived>
-Eigen::ScalarProduct<Derived>
+Eigen::ScalarMultiple<Derived>
twice(const Eigen::Object<Scalar, Derived>& m)
{
return 2 * m;