List view
All routines were marked as `recursive` in the scipy port. I think this reduces performance. For Fortran compilers to fully optimize code it's better that all of them are `pure`, and `elemental` wherever possible.
No due date
All routines were marked as `recursive` in the scipy port. I think this reduces performance. For Fortran compilers to fully optimize code it's better that all of them are `pure`, and `elemental` wherever possible.