| 756 | |
| 757 | #ifdef EIGEN_INTERNAL_DEBUGGING |
| 758 | EIGEN_DEVICE_FUNC void assignCoeff(Index row, Index col) |
| 759 | { |
| 760 | eigen_internal_assert(row!=col); |
| 761 | Base::assignCoeff(row,col); |
| 762 | } |
| 763 | #else |
| 764 | using Base::assignCoeff; |
| 765 | #endif |
no test coverage detected