Mathlib v3 is deprecated. Go to Mathlib v4

Commit 2020-10-23 10:15 70b14cee

View on Github →

refactor(*): use is_scalar_tower instead of restrict_scalars (#4733)

  • rename semimodule.restrict_scalars to restrict_scalars
  • rename restrict_scalars to subspace.restrict_scalars
  • use is_scalar_tower wherever possible
  • add warnings to docstrings about restrict_scalars to encourage is_scalar_tower instead

Estimated changes