| 298 | |
| 299 | public: |
| 300 | explicit CastingOp(const MatrixBase<_Child>& child) |
| 301 | : child_(child.derived()) |
| 302 | {} |
| 303 | |
| 304 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return child_.rows(); } |
| 305 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return child_.cols(); } |
nothing calls this directly
no outgoing calls
no test coverage detected