Grids of AttractorViaRecurrences
unecessarily limit the number type to Float64
#98
Labels
AttractorViaRecurrences
unecessarily limit the number type to Float64
#98
The grids used in
AttractorsViaRecurrences
convert all numbers toFloat64
. E.g., we have:This is unecessary. We should simply extract the number type
T
and use vectors of typeT
. This can impact performance if different number types are used.The text was updated successfully, but these errors were encountered: