octave-patch-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-patch-tracker] [patch #10278] GSoC 2022: add support for sparse


From: Markus Mützel
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 11:28:50 -0500 (EST)

Follow-up Comment #17, patch #10278 (project octave):

> If we were also to change the Naming Style from CamelCase,I believe they
could be moved to `namespace octave` as our names wouldnt clash with the
defualt implementations of those functions in Sundials as well.

IIUC, you could use the exact same names as the one in SUNDIALS if you were to
move those functions to the octave namespace. The one from SUNDIALS could be
called as `::example_function`. And the one from Octave could be called as
`octave::example_function`. Those would be different identifiers.

But I'll leave that up to you to decide.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/patch/?10278>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]