Home
last modified time | relevance | path

Searched defs:MatrixXf (Results 1 – 2 of 2) sorted by relevance

/external/eigen/failtest/
Dref_4.cpp5 void call_ref(Ref<MatrixXf,0,OuterStride<> > a) {} in call_ref()
/external/eigen/test/
Dref.cpp161 EIGEN_DONT_INLINE void call_ref_5(Ref<MatrixXf,0,OuterStride<> > a, const B &b) { VERIFY_IS_EQUAL(a… in call_ref_5()
163 EIGEN_DONT_INLINE void call_ref_6(const Ref<const MatrixXf,0,OuterStride<> >& a, const B &b) { VERI… in call_ref_6()
230 int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; } in test_ref_overload_fun1()
233 int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; } in test_ref_overload_fun2()