Home
last modified time | relevance | path

Searched refs:ref_prod (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dproduct_small.cpp34 const TC& ref_prod(TC &C, const TA &A, const TB &B) in ref_prod() function
56 VERIFY_IS_APPROX(C+=A.lazyProduct(B), ref_prod(D,A,B)); in test_lazy_single()