edu.emory.mathcs.csparsej.tdouble
Class Dcs_updown
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_updown
-
public class Dcs_updown extends java.lang.ObjectSparse rank-1 Cholesky update/downate.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_updown()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_updown(Dcs_common.Dcs L, int sigma, Dcs_common.Dcs C, int[] parent)Sparse Cholesky rank-1 update/downdate, L*L' + sigma*w*w' (sigma = +1 or -1)
-
-
-
Method Detail
-
cs_updown
public static boolean cs_updown(Dcs_common.Dcs L, int sigma, Dcs_common.Dcs C, int[] parent)
Sparse Cholesky rank-1 update/downdate, L*L' + sigma*w*w' (sigma = +1 or -1)- Parameters:
L- factorization to update/downdatesigma- +1 for update, -1 for downdateC- the vector cparent- the elimination tree of L- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG