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

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

[Octave-bug-tracker] [bug #66521] symbfact outputs predecessors as colum


From: Liang Tang
Subject: [Octave-bug-tracker] [bug #66521] symbfact outputs predecessors as column vector
Date: Tue, 3 Dec 2024 17:49:31 -0500 (EST)

Follow-up Comment #2, bug #66521 (group octave):

count =

     3     4     3     2     1


h =

     5


parent =

     2     3     4     5     0


post =

     1     2     3     4     5


r =

  5x5 sparse double matrix (13 nonzeros)

   (1,1)        1
   (1,2)        1
   (2,2)        1
   (2,3)        1
   (3,3)        1
   (1,4)        1
   (2,4)        1
   (3,4)        1
   (4,4)        1
   (2,5)        1
   (3,5)        1
   (4,5)        1
   (5,5)        1



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?66521>

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

Attachment: signature.asc
Description: PGP signature


reply via email to

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