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

  /external/eigen/test/
array_replicate.cpp 12 template<typename MatrixType> void replicate(const MatrixType& m) function
15 Replicate.cpp
41 VERIFY_IS_APPROX(x1, m1.replicate(f1,f2));
46 VERIFY_IS_APPROX(x2, (m2.template replicate<2,3>()));
51 VERIFY_IS_APPROX(x2, v1.rowwise().replicate(f1));
56 VERIFY_IS_APPROX(vx1, v1.colwise().replicate(f2));
62 CALL_SUBTEST_1( replicate(Matrix<float, 1, 1>()) );
63 CALL_SUBTEST_2( replicate(Vector2f()) );
64 CALL_SUBTEST_3( replicate(Vector3d()) );
65 CALL_SUBTEST_4( replicate(Vector4f()) )
    [all...]
  /external/eigen/Eigen/src/Core/
Replicate.h 16 * \class Replicate
24 * It is the return type of DenseBase::replicate() and most of the time
27 * \sa DenseBase::replicate()
32 struct traits<Replicate<MatrixType,RowFactor,ColFactor> >
62 template<typename MatrixType,int RowFactor,int ColFactor> class Replicate
63 : public internal::dense_xpr_base< Replicate<MatrixType,RowFactor,ColFactor> >::type
65 typedef typename internal::traits<Replicate>::MatrixTypeNested MatrixTypeNested;
66 typedef typename internal::traits<Replicate>::_MatrixTypeNested _MatrixTypeNested;
69 typedef typename internal::dense_xpr_base<Replicate>::type Base;
70 EIGEN_DENSE_PUBLIC_INTERFACE(Replicate)
139 DenseBase<Derived>::replicate() const function in class:Eigen::DenseBase
154 DenseBase<Derived>::replicate(Index rowFactor,Index colFactor) const function in class:Eigen::DenseBase
169 VectorwiseOp<ExpressionType,Direction>::replicate(Index factor) const function in class:Eigen::VectorwiseOp
    [all...]
VectorwiseOp.h 217 typedef Replicate<OtherDerived,
239 typedef Replicate<OtherDerived,
412 typedef Replicate<ExpressionType,Direction==Vertical?Dynamic:1,Direction==Horizontal?Dynamic:1> ReplicateReturnType;
413 const ReplicateReturnType replicate(Index factor) const;
421 * \sa VectorwiseOp::replicate(Index), DenseBase::replicate(), class Replicate
424 template<int Factor> const Replicate<ExpressionType,(IsVertical?Factor:1),(IsHorizontal?Factor:1)>
425 replicate(Index factor = Factor) const function in class:Eigen::VectorwiseOp
427 return Replicate<ExpressionType,Direction==Vertical?Factor:1,Direction==Horizontal?Factor:1
    [all...]
  /external/guice/extensions/persist/lib/
hibernate-search.jar 
db4o-6.4.14.8131-java5.jar 
hibernate3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.test.performance_3.6.0.v20091014.jar 

Completed in 77 milliseconds