edu.emory.mathcs.csparsej.tdouble
Class Dcs_counts
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_counts
-
public class Dcs_counts extends java.lang.ObjectColumn counts for Cholesky and QR.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_counts()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static int[]cs_counts(Dcs_common.Dcs A, int[] parent, int[] post, boolean ata)Column counts of LL'=A or LL'=A'A, given parent & postordering
-
-
-
Method Detail
-
cs_counts
public static int[] cs_counts(Dcs_common.Dcs A, int[] parent, int[] post, boolean ata)
Column counts of LL'=A or LL'=A'A, given parent & postordering- Parameters:
A- column-compressed matrixparent- elimination tree of Apost- postordering of parentata- analyze A if false, A'A otherwise- Returns:
- column counts of LL'=A or LL'=A'A, null on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG