T3Tangent.tangent_space_dimension ================================= .. py:method:: t3toolbox.manifold.T3Tangent.tangent_space_dimension() .. code-block:: python def tangent_space_dimension(self) -> int: Dimension of the tangent space at this base point (= the fixed-rank manifold dimension). Computed from the structurally-minimal ranks (gauge already quotiented), so it equals the true tangent-space dimension for a minimal-rank base point. See :py:func:`manifold_dim`.