Dear GSL team,

The output provided in the example for GSL has changed over the time.
https://www.gnu.org/software/gsl/doc/html/spmatrix.html#examples

It seems that since the output has been generated, the print option for COO
has changes - it now includes a header line, the numbering (at least when
printing has changed to starting from 1, and the line printing format has
changed. This is the diff I got:

15,22c23,32
< (0, 2, 3.1)
< (0, 3, 4.6)
< (1, 0, 1.0)
< (1, 2, 7.2)
< (3, 0, 2.1)
< (3, 1, 2.9)
< (3, 3, 8.5)
< (4, 0, 4.1)
---
> %%MatrixMarket matrix coordinate real general
> 5     4       8
> 1     3       3.1
> 1     4       4.6
> 2     1       1.0
> 2     3       7.2
> 4     1       2.1
> 4     2       2.9
> 4     4       8.5
> 5     1       4.1

I am using

   - commit f6de5706f9287e7b9cf5eebf31274caedf6f9603 (HEAD -> master, tag:
   release-2-8, origin/master, origin/HEAD)
   - 5.14.0-284.30.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Sat Sep 16
   09:55:41 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
   - clang version 16.0.6, with option -O3

Regards
Orna Agmon Ben-Yehuda

-- 
This e-mail message and any attachments thereto are intended only for the 
person or entity to which it is addressed and may contain confidential 
and/or privileged material. Any retransmission, dissemination, copying or 
other use of, or taking of any action in reliance upon this information is 
prohibited. If you are not the intended addressee, please contact the 
sender immediately and delete the materials and information from your 
device and system and confirm the deletion by reply e-mail.

Reply via email to