Commit 2025-06-08 11:11 563fcef0
View on Github →docs(LinearAlgebra/Matrix/ToLin): fix docstring (#25571)
The docstring for Matrix.toLin'
references Matrix.vecMulLin
, which does not exist. This PR changes the docstring to correctly reference Matrix.mulVecLin
instead.