Skip to content

MEX, Octave and Context API #13

Open
@PMeira

Description

@PMeira

Since building MEX through GitHub Actions should now be possible, the next major release is planned to add a new MEX version of the bindings.

Much like what the current CallLib-based version, the functions from the C header are grouped by type. Enumerations, also generated from the header, complement that, so we can generate "driver" functions that include most of the boilerplate, copying the numeric arrays, and, additionally, the mapping from DSS.Error to MATLAB exceptions.

As a bonus, supporting MEX should enable Octave users to use DSS_MATLAB, as Octave doesn't support CallLib yet.

This new version will support the DSSContext API from DSS C-API, which should allow users to employ parfor (testing still required).

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