Skip to content

Add C++ option to take functors/lambdas #28

@blackwer

Description

@blackwer

Not possible immediately because, while changing the template code to use std::function<double(const double *)> for the input functions, this still has to pass through the C API because the C++ API is just a then wrapper around that. The C++ API should ideally be its own wrapper, but without having to recompile the template functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions