Description Usage Arguments Details Value References Examples
colamdR
returns the column approximate minimum degree permutation of a
sparse matrix S. The permutation of S, S[,p], will result in LU factors sparser
than S.
1 | colamdR(M)
|
M |
A matrix to be permuted. |
This is an implementation of the colamd function available in SuiteSparse, and also implemented in Matlab.
A vector containing the column minimum degree permutation of the matrix M.
The authors of the code for "colamd" are Stefan I. Larimore and Timothy A. Davis (davis@cise.ufl.edu), University of Florida.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.