Home | History | Annotate | Download | only in test

Lines Matching refs:ref2

14     ref2 = ref1 = DEST;                               \
17 ref2.template triangularView<TRI>() \
19 VERIFY_IS_APPROX(DEST,ref2); \
22 ref3 = ref2; \
37 MatrixColMaj ref1(size, size), ref2(size, size), ref3(size,size);
74 ref2 = ref1 = matc;
76 ref2.template triangularView<Upper>() = ref1.template triangularView<Upper>();
78 VERIFY_IS_APPROX(matc, ref2);
80 ref2 = ref1 = matc;
82 ref2.template triangularView<Lower>() = ref1.template triangularView<Lower>();
84 VERIFY_IS_APPROX(matc, ref2);