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.
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*anddouble**, but that gave complaints.