mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
some renaming in the fuzzy compares, and in the multiplications
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user