MCPcopy Create free account
hub / github.com/FEniCS/dolfinx / indptr

Method indptr

python/dolfinx/la/__init__.py:258–260  ·  view source on GitHub ↗

Local row pointers.

(self)

Source from the content-addressed store, hash-verified

256
257 @property
258 def indptr(self) -> npt.NDArray[np.int64]:
259 """Local row pointers."""
260 return self._cpp_object.indptr
261
262 def to_dense(self) -> npt.NDArray[Scalar]:
263 """Copy to a dense 2D array.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected