Skip to content

Make size(F.Q) == size(Matrix(F.Q))? #513

Open
@andreasnoack

Description

@andreasnoack

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))

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsThis change adds or pertains to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions