Home
last modified time | relevance | path

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

/external/eigen/test/eigen2/
Deigen2_swap.cpp27 typedef typename other_matrix_type<MatrixType>::type OtherMatrixType; in swap() typedef
30 ei_assert((!ei_is_same_type<MatrixType,OtherMatrixType>::ret)); in swap()
37OtherMatrixType m3 = OtherMatrixType::Random(rows,cols) + Scalar(200) * OtherMatrixType::Identity(… in swap()
41 OtherMatrixType m3_copy = m3; in swap()
/external/eigen/test/
Dswap.cpp27 typedef typename other_matrix_type<MatrixType>::type OtherMatrixType; in swap() typedef
30 eigen_assert((!internal::is_same<MatrixType,OtherMatrixType>::value)); in swap()
37OtherMatrixType m3 = OtherMatrixType::Random(rows,cols) + Scalar(200) * OtherMatrixType::Identity(… in swap()
41 OtherMatrixType m3_copy = m3; in swap()
/external/eigen/Eigen/src/Geometry/
DUmeyama.h31 template<typename MatrixType, typename OtherMatrixType>
35 …eTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, OtherMatrixType::RowsAtCompil…
DTransform.h324 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType; in Transform() typedef
325 …internal::transform_construct_from_matrix<OtherMatrixType,Mode,Options,Dim,HDim>::run(this, other.… in Transform()
/external/eigen/Eigen/src/Core/
DSelfAdjointView.h176 template<typename OtherMatrixType, unsigned int OtherMode>
177 SelfAdjointView& operator=(const TriangularView<OtherMatrixType, OtherMode>& other)
DTriangularMatrix.h316 template<typename OtherMatrixType>
317 …bool isApprox(const TriangularView<OtherMatrixType, Mode>& other, typename NumTraits<Scalar>::Real…