Home
last modified time | relevance | path

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

/external/eigen/test/
Dis_same_dense.cpp35 Ref<const ColMatrixXd> const_ref_m1_col(m1.col(1)); in EIGEN_DECLARE_TEST() local
36 VERIFY(is_same_dense(m1.col(1),const_ref_m1_col)); in EIGEN_DECLARE_TEST()