Searched defs:MatrixXf (Results 1 - 1 of 1) sorted by last modified time

/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);

Completed in 288 milliseconds