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

/external/eigen/test/eigen2/
H A Deigen2_swap.cpp27 typedef typename other_matrix_type<MatrixType>::type OtherMatrixType; typedef
30 ei_assert((!ei_is_same_type<MatrixType,OtherMatrixType>::ret));
37 OtherMatrixType m3 = OtherMatrixType::Random(rows,cols) + Scalar(200) * OtherMatrixType::Identity(rows,cols);
41 OtherMatrixType m3_copy = m3;
/external/eigen/test/
H A Dswap.cpp27 typedef typename other_matrix_type<MatrixType>::type OtherMatrixType; typedef
30 eigen_assert((!internal::is_same<MatrixType,OtherMatrixType>::value));
37 OtherMatrixType m3 = OtherMatrixType::Random(rows,cols) + Scalar(200) * OtherMatrixType::Identity(rows,cols);
41 OtherMatrixType m3_copy = m3;
/external/eigen/Eigen/src/Geometry/
H A DTransform.h323 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType; typedef
324 internal::transform_construct_from_matrix<OtherMatrixType,Mode,Options,Dim,HDim>::run(this, other.matrix());

Completed in 65 milliseconds