mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 20:56:00 +08:00
one more gcc 3.3 fix
This commit is contained in:
parent
db079f3a8c
commit
3361ad4589
@ -78,7 +78,7 @@ public:
|
|||||||
/** Concatenates a uniform scaling and a linear transformation matrix */
|
/** Concatenates a uniform scaling and a linear transformation matrix */
|
||||||
// TODO returns an expression
|
// TODO returns an expression
|
||||||
template<typename Derived>
|
template<typename Derived>
|
||||||
inline typename ei_eval<Derived>::type operator* (const MatrixBase<Derived>& other) const
|
inline typename ei_plain_matrix_type<Derived>::type operator* (const MatrixBase<Derived>& other) const
|
||||||
{ return other * m_factor; }
|
{ return other * m_factor; }
|
||||||
|
|
||||||
template<typename Derived,int Dim>
|
template<typename Derived,int Dim>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user