Home | History | Annotate | Download | only in Core

Lines Matching refs:Factor

413     const ReplicateReturnType replicate(Index factor) const;
424 template<int Factor> const Replicate<ExpressionType,(IsVertical?Factor:1),(IsHorizontal?Factor:1)>
425 replicate(Index factor = Factor) const
427 return Replicate<ExpressionType,Direction==Vertical?Factor:1,Direction==Horizontal?Factor:1>
428 (_expression(),Direction==Vertical?factor:1,Direction==Horizontal?factor:1);