| 106 | |
| 107 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return rhs_.rows(); } |
| 108 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return rhs_.cols(); } |
| 109 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return rhs_.batches(); } |
| 110 | |
| 111 | const _Solver& getDecomposition() const { return decomposition_; } |