-
Notifications
You must be signed in to change notification settings - Fork 25
Closed
Description
Throughout the package, it seems numerical arguments are restricted to Float32
. This prevents usage of the code with custom real numeric types. Can this constraint be relaxed to <:Real
, or even no constraint at all?
Likewise, in a number of places array types are constraint to Array
, so that the code cannot be used with custom array types. Can that likewise be relaxed? Fewer type constraints means greater potential for composeability with other packages.
Metadata
Metadata
Assignees
Labels
No labels