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: Sat, 4 Mar 2023 07:58:50 -0500 (EST)

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

[comment #20 comment #20:]
> Another style remark:
> You often use the pattern `return(val);` or `return (val);` when returning a
value from a function. For Octave code, you should use `return val;` (with a
single space and no parenthesis).

Alright, I'll fix these soon too. 
 
I am currently facing a slight issue in the operating system I work in, but
I'll make all these changes at once and commit soon. 


    _______________________________________________________

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]