Searched refs:RowMatrixXd (Results 1 – 1 of 1) sorted by relevance
227 typedef Matrix<double,Dynamic,Dynamic,RowMajor> RowMatrixXd; typedef229 int test_ref_overload_fun1(Ref<RowMatrixXd> ) { return 2; } in test_ref_overload_fun1() argument245 RowMatrixXd rAd, rBd; in test_ref_overloads()