mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
makes evaluator test use VERIFY_IS_APPROX
This commit is contained in:
@@ -170,9 +170,10 @@ struct copy_using_evaluator_impl<LhsXprType, RhsXprType, DefaultTraversal, NoUnr
|
||||
// Based on DenseBase::LazyAssign()
|
||||
|
||||
template<typename LhsXprType, typename RhsXprType>
|
||||
void copy_using_evaluator(const LhsXprType& lhs, const RhsXprType& rhs)
|
||||
const LhsXprType& copy_using_evaluator(const LhsXprType& lhs, const RhsXprType& rhs)
|
||||
{
|
||||
copy_using_evaluator_impl<LhsXprType, RhsXprType>::run(lhs, rhs);
|
||||
return lhs;
|
||||
}
|
||||
|
||||
} // namespace internal
|
||||
|
||||
Reference in New Issue
Block a user