Skip to content

[Discussion] LinearAlgebra extension #6

@lkdvos

Description

@lkdvos

It is not entirely clear to me if the extensions for LinearAlgebra belong in a package extension, or should just be a part (possibly submodule) of the main module. For now, it would be loaded by default anyways, as LinearAlgebra is still an stdlib that is always included, but it looks like that might not always be the case in the future.

On the other hand, there is probably a large part of the package that actually does depend on implementations in LinearAlgebra, so I would guess that just having this in the main package is the best way forwards, considering that in typical usecases, projects will have LinearAlgebra loaded one way or another.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions