Home
last modified time | relevance | path

Searched refs:Mat_cd (Results 1 – 1 of 1) sorted by relevance

/external/eigen/test/
Dmixingtypes.cpp45 typedef Matrix<std::complex<double>, SizeAtCompileType, SizeAtCompileType> Mat_cd; in mixingtypes() typedef
55 Mat_cd mcd = mcf.template cast<complex<double> >(); in mixingtypes()
56 Mat_cd rcd = mcd; in mixingtypes()
146 Mat_cd mcd2 = mcd; in mixingtypes()
222 VERIFY_IS_APPROX(Mat_cd(rcd.template triangularView<Upper>() = sd * mcd * md), in mixingtypes()
223Mat_cd((sd * mcd * md.template cast<CD>().eval()).template triangularView<Upper>())); in mixingtypes()
224 VERIFY_IS_APPROX(Mat_cd(rcd.template triangularView<Upper>() = sd * md * mcd), in mixingtypes()
225Mat_cd((sd * md.template cast<CD>().eval() * mcd).template triangularView<Upper>())); in mixingtypes()
226 VERIFY_IS_APPROX(Mat_cd(rcd.template triangularView<Upper>() = scd * mcd * md), in mixingtypes()
227Mat_cd((scd * mcd * md.template cast<CD>().eval()).template triangularView<Upper>())); in mixingtypes()
[all …]