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

/external/eigen/test/
H A Dref.cpp166 EIGEN_DONT_INLINE void call_ref_5(Ref<MatrixXf,0,OuterStride<> > a, const B &b) { VERIFY_IS_EQUAL(a,b); }
168 EIGEN_DONT_INLINE void call_ref_6(const Ref<const MatrixXf,0,OuterStride<> >& a, const B &b) { VERIFY_IS_EQUAL(a,b); } argument
177 MatrixXf A = MatrixXf::Random(10,10);
196 MatrixXf tmp = A*A.col(1);
235 int test_ref_overload_fun1(Ref<MatrixXf> ) { return 3; }
238 int test_ref_overload_fun2(Ref<const MatrixXf> ) { return 5; }
248 MatrixXf Af, Bf;

Completed in 127 milliseconds