Skip to content

Document return types of custom c functions #292

Description

@CGMossa

In order to circumvent #291, I decided to try to make a c-function, that takes a rectangular matrix, and performs some calculation on an array.
But there must be a LHS to all lines;
And thus I need a return type that means "2-d array" or even "1-D array".

Is it possible to know how this could look like?
I've tried double* and double**, but that gave complaints.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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