HomeSort by relevance Sort by last modified time
    Searched defs:Replicate (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/
Replicate.h 17 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
46 * \class Replicate
56 * It is the return type of DenseBase::replicate() and most of the time
59 * \sa DenseBase::replicate()
61 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
62 : public internal::dense_xpr_base< Replicate<MatrixType,RowFactor,ColFactor> >::type
64 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
65 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
68 typedef typename internal::dense_xpr_base<Replicate>::type Base;
69 EIGEN_DENSE_PUBLIC_INTERFACE(Replicate)
119 DenseBase<Derived>::replicate() const function in class:Eigen::DenseBase
134 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const function in class:Eigen::VectorwiseOp
    [all...]
  /external/valgrind/VEX/priv/
guest_arm64_toIR.c     [all...]

Completed in 811 milliseconds