|
From: | Sarrah Bastawala |
Subject: | [Octave-patch-tracker] [patch #10278] GSoC 2022: add support for sparse computations in ode15{i, s} using Octave classes , making dependency on KLU optional. |
Date: | Thu, 2 Mar 2023 10:56:50 -0500 (EST) |
Follow-up Comment #10, patch #10278 (project octave): [comment #7 comment #7:] > > Is that necessary? > From within Octave this may not be necessary anymore if ida only > accesses functions in the context via pointers ... This is actually a good point I had forgotten. It does actually only calls those functions via a pointer to a struct in one of their generic types, and hence from within octave, and I now tested that it is no longer necessary to compile the code with C linkage. Thank you for pointing it out. In this case, should I then consider moving those functions to the octave namespace, and changing their naming style, to be completely compatible with octave itself? _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/patch/?10278> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |