-
-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentation
Description
Following up on the discussion in JuliaLang/julia#26392. E.g.
julia> using LinearAlgebra
julia> A = randn(4,2);
julia> F = qr(A);
julia> size(F.Q), size(Matrix(F.Q))
((4, 4), (4, 2))dlfivefifty, Datseris and araujoms
Metadata
Metadata
Assignees
Labels
docsThis change adds or pertains to documentationThis change adds or pertains to documentation