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

  /external/eigen/Eigen/src/Core/
Array.h 152 Array(Array&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_constructible<Scalar>::value)
160 Array& operator=(Array&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_assignable<Scalar>::value)
Matrix.h 273 Matrix(Matrix&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_constructible<Scalar>::value)
281 Matrix& operator=(Matrix&& other) EIGEN_NOEXCEPT_IF(std::is_nothrow_move_assignable<Scalar>::value)
  /external/eigen/Eigen/src/Core/util/
Macros.h     [all...]

Completed in 143 milliseconds