Searched refs:copy_using_evaluator (Results 1 – 1 of 1) sorted by relevance
/external/eigen/test/ |
D | evaluators.cpp | 22 DstXprType& copy_using_evaluator(const EigenBase<DstXprType> &dst, const SrcXprType &src) in copy_using_evaluator() function 30 …const DstXprType& copy_using_evaluator(const NoAlias<DstXprType, StorageBase>& dst, const SrcXprTy… in copy_using_evaluator() function 38 DstXprType& copy_using_evaluator(const PlainObjectBase<DstXprType> &dst, const SrcXprType &src) in copy_using_evaluator() function 101 #define VERIFY_IS_APPROX_EVALUATOR(DEST,EXPR) VERIFY_IS_APPROX(copy_using_evaluator(DEST,(EXPR)), (… 102 #define VERIFY_IS_APPROX_EVALUATOR2(DEST,EXPR,REF) VERIFY_IS_APPROX(copy_using_evaluator(DEST,(EXPR… 119 copy_using_evaluator(w.transpose(), v); // Transpose as lvalue in test_evaluators() 122 copy_using_evaluator(w.transpose(), v_const); in test_evaluators() 137 copy_using_evaluator(w, RowVector2d::Random()); in test_evaluators() 167 copy_using_evaluator(a, prod(a,a)); in test_evaluators() 247 copy_using_evaluator(mat2.transpose(), mat1); in test_evaluators() [all …]
|