Skip to content

StridedArrays #158

@ArnoStrouwen

Description

@ArnoStrouwen

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,

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions