Underlying matrix entry data.
(self)
| 246 | |
| 247 | @property |
| 248 | def data(self) -> npt.NDArray[Scalar]: |
| 249 | """Underlying matrix entry data.""" |
| 250 | return self._cpp_object.data |
| 251 | |
| 252 | @property |
| 253 | def indices(self) -> npt.NDArray[np.int32]: |
no outgoing calls