Skip to content
This repository was archived by the owner on Apr 26, 2021. It is now read-only.

Unnecessarily specific argument types in bidiagonalize.jl #24

@kagalenko-m-b

Description

@kagalenko-m-b

While svd() routine accepts AbstractMatrix, it passes that argument to bidiagonalize_tall!(), which accepts Matrix. It seems to me that bidiagonalization routine can take the abstract type as well. That would allow using GenericSVD on wider range of values.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions