edu.emory.mathcs.csparsej.tdouble
Class Dcs_amd
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_amd
-
public class Dcs_amd extends java.lang.ObjectApproximate minimum degree ordering.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_amd()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static int[]cs_amd(int order, Dcs_common.Dcs A)Minimum degree ordering of A+A' (if A is symmetric) or A'A.
-
-
-
Method Detail
-
cs_amd
public static int[] cs_amd(int order, Dcs_common.Dcs A)Minimum degree ordering of A+A' (if A is symmetric) or A'A.- Parameters:
order- 0:natural, 1:Chol, 2:LU, 3:QRA- column-compressed matrix- Returns:
- amd(A+A') if A is symmetric, or amd(A'A) otherwise, null on error or for natural ordering
-
-
DMelt 3.0 © DataMelt by jWork.ORG