LinearConstraintEVD.sumzero_term()# classmethod LinearConstraintEVD.sumzero_term(basis)[source]# Reparameterization matrix for enforcing a constraint jnp.ones(...).T @ B(x) @ coef. In other words, this applies a sum-to-zero-constraint to the full term. Return type: Array