| 182 | EIGEN_DEVICE_FUNC inline CwiseBinaryOp<internal::scalar_difference_op<Scalar, Scalar>, const VectorType, |
| 183 | const VectorType> |
| 184 | diagonal() const { |
| 185 | return sizes(); |
| 186 | } |
| 187 | |
| 188 | /** \returns the vertex of the bounding box at the corner defined by |
| 189 | * the corner-id corner. It works only for a 1D, 2D or 3D bounding box. |
no outgoing calls
no test coverage detected