Commit 2025-04-24 23:11 0d05f2a9
View on Github →feat (LinearAlgebra/BilinearMap): restrict scalars and range of a linear map (#24345)
This PR introduces restrictScalarsRange
, which is a linear map that restricts the scalars and range of a linear map. The function previously named restrictScalarsRange
is about bilinear maps, and is renamed restrictScalarsRange₂
.