Skip to content

Refactor ext_diff_fct #194

@TimSiebert1

Description

@TimSiebert1

To avoid writing onto the tape while evaluation, I had to replace the plain function pointers for the external differentiated function drivers with std::function. Since std::function has no dll-interface, we can not export the ext_diff_fct type when compiling with msvc, without changing its interface. I currently just ignored the warning see here.

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