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: 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: Fri, 3 Mar 2023 10:44:11 -0500 (EST)

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


[comment #17 comment #17:]

> 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.
> 

I think when something similar had come up during talking to Carlo as well,
and some of the functions have their names based on SUNDIALS native types. And
iirc, the consensus then was we shouldn't have something called a
SUNSparseMatrix() as a function in Octave. While some of them don't have this
and can be called by their exact name as you said example
octave::N_VScaleAddMulti ...


    _______________________________________________________

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]