Home
last modified time | relevance | path

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

/external/eigen/test/
Dis_same_dense.cpp16 typedef Matrix<double,Dynamic,Dynamic,ColMajor> ColMatrixXd; in test_is_same_dense() typedef
17 ColMatrixXd m1(10,10); in test_is_same_dense()
18 Ref<ColMatrixXd> ref_m1(m1); in test_is_same_dense()
19 Ref<const ColMatrixXd> const_ref_m1(m1); in test_is_same_dense()
28 Ref<const ColMatrixXd> const_ref_m1_row(m1.row(1)); in test_is_same_dense()
31 Ref<const ColMatrixXd> const_ref_m1_col(m1.col(1)); in test_is_same_dense()