You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README doesn't specify in any detail how to obtain a copy of the AMD ordering routine. Adding a link to the SuiteSparse homepage, or the AMD User Guide from the SuiteSparse Github repository would be helpful.
I've noticed that only the C interface (i.e. "amd.h") is actually needed:
The AMD package provided in SuiteSparse however also includes two F77 routines, and a similar routine MC47 can be found in the Harwell Subroutine Library. I would recommend emphasizing that the C interface is used.
Otherwise one can get easily confused by the early versions of the AMD package which can be found in the linalg/amd/ folder on Netlib, or directly from ACM TOMS Algorithm 837: AMD (Netlib mirror: toms/837).
The text was updated successfully, but these errors were encountered:
BTW, the C version does not overwrite the input matrix (the Fortran version does according to the SuiteSparse docs).
In any case, AMD is an optional package
Uh oh!
There was an error while loading. Please reload this page.
The README doesn't specify in any detail how to obtain a copy of the AMD ordering routine. Adding a link to the SuiteSparse homepage, or the AMD User Guide from the SuiteSparse Github repository would be helpful.
I've noticed that only the C interface (i.e.
"amd.h"
) is actually needed:psblas3/util/psb_amd_order.c
Line 33 in b05679f
The AMD package provided in SuiteSparse however also includes two F77 routines, and a similar routine MC47 can be found in the Harwell Subroutine Library. I would recommend emphasizing that the C interface is used.
Otherwise one can get easily confused by the early versions of the AMD package which can be found in the
linalg/amd/
folder on Netlib, or directly from ACM TOMS Algorithm 837: AMD (Netlib mirror:toms/837
).The text was updated successfully, but these errors were encountered: