| 71 | } |
| 72 | |
| 73 | EIGEN_DEVICE_FUNC inline Scalar coeff(Index row, Index col) const { return derived().coeff(row, col); } |
| 74 | EIGEN_DEVICE_FUNC inline Scalar& coeffRef(Index row, Index col) { return derived().coeffRef(row, col); } |
| 75 | |
| 76 | /** \see MatrixBase::copyCoeff(row,col) |