Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StridedArrays #158

Open
ArnoStrouwen opened this issue Nov 12, 2022 · 1 comment
Open

StridedArrays #158

ArnoStrouwen opened this issue Nov 12, 2022 · 1 comment

Comments

@ArnoStrouwen
Copy link
Contributor

Which non-StridedArrays need to be supported?
The non-strided version is not covered by any docs.

#=
Optimized implementations for StridedArrays.
Essentially, the only difference between these and the AbstractArray case
is that here we can compute the epsilon one by one in local variables and avoid caching it.
=#
function finite_difference_derivative!(
df::StridedArray,

function finite_difference_derivative!(
df,

@ChrisRackauckas
Copy link
Member

I'm not sure what the prototypical non-strided array example would be these days. MultiScaleArrays.jl is always a fine test case for weird stuff.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants