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

/external/eigen/test/
H A Dref.cpp161 EIGEN_DONT_INLINE void call_ref_5(Ref<MatrixXf,0,OuterStride<> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
163 EIGEN_DONT_INLINE void call_ref_6(const Ref<const MatrixXf,0,OuterStride<> >& a, const B &b) { VERIFY_IS_EQUAL(a,b); } argument
172 MatrixXf A = MatrixXf::Random(10,10);
191 MatrixXf tmp = A*A.col(1);
230 int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; }
233 int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; }
249 MatrixXf Af, Bf;

Completed in 161 milliseconds