| 132 | * will provide it. |
| 133 | */ |
| 134 | EIGEN_DEVICE_FUNC inline CwiseBinaryOp< internal::scalar_difference_op<Scalar,Scalar>, const VectorType, const VectorType> diagonal() const |
| 135 | { return sizes(); } |
| 136 | |
| 137 | /** \returns the vertex of the bounding box at the corner defined by |
| 138 | * the corner-id corner. It works only for a 1D, 2D or 3D bounding box. |
no outgoing calls
no test coverage detected