mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
make some changes to please clang, fix some warnings too.
This commit is contained in:
@@ -381,7 +381,7 @@ template<typename ExpressionType, int Direction> class VectorwiseOp
|
||||
const Reverse<ExpressionType, Direction> reverse() const
|
||||
{ return Reverse<ExpressionType, Direction>( _expression() ); }
|
||||
|
||||
const Replicate<ExpressionType,Direction==Vertical?Dynamic:1,Direction==Horizontal?Dynamic:1>
|
||||
const Replicate<ExpressionType,(Direction==Vertical?Dynamic:1),(Direction==Horizontal?Dynamic:1)>
|
||||
replicate(int factor) const;
|
||||
|
||||
/** \nonstableyet
|
||||
|
||||
Reference in New Issue
Block a user