-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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
Labels
enhancementNew feature or requestNew feature or request