HomeSort by relevance Sort by last modified time
    Searched refs:OtherMatrixType (Results 1 - 6 of 6) sorted by null

  /external/eigen/test/eigen2/
eigen2_swap.cpp 27 typedef typename other_matrix_type<MatrixType>::type OtherMatrixType;
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/
swap.cpp 27 typedef typename other_matrix_type<MatrixType>::type OtherMatrixType;
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/
Umeyama.h 31 template<typename MatrixType, typename OtherMatrixType>
35 MinRowsAtCompileTime = EIGEN_SIZE_MIN_PREFER_DYNAMIC(MatrixType::RowsAtCompileTime, OtherMatrixType::RowsAtCompileTime),
Transform.h 323 typedef typename Transform<Scalar,Dim,OtherMode,OtherOptions>::MatrixType OtherMatrixType;
324 internal::transform_construct_from_matrix<OtherMatrixType,Mode,Options,Dim,HDim>::run(this, other.matrix());
    [all...]
  /external/eigen/Eigen/src/Core/
SelfAdjointView.h 176 template<typename OtherMatrixType, unsigned int OtherMode>
177 SelfAdjointView& operator=(const TriangularView<OtherMatrixType, OtherMode>& other)
TriangularMatrix.h 316 template<typename OtherMatrixType>
317 bool isApprox(const TriangularView<OtherMatrixType, Mode>& other, typename NumTraits<Scalar>::Real precision = NumTraits<Scalar>::dummy_precision()) const

Completed in 904 milliseconds