我正在将一些MATLAB代码移植到Python中,但无法在numpy或scipy中找到SYMAMD的等效函数。
在MATLAB中对该函数的部分描述:
SYMAMD Symmetric approximate minimum degree permutation.
P = SYMAMD(S) for a symmetric positive definite matrix S, returns the
permutation vector p such that S(p,p) tends to have a sparser Cholesky
factor than S.
有人知道等效功能吗?我打算尝试从作者的网站http://www.cise.ufl.edu/research/sparse移植C代码,但我不想这样做。