edu.emory.mathcs.csparsej.tdouble
Class Dcs_happly
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_happly
-
public class Dcs_happly extends java.lang.ObjectApply Householder reflection.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_happly()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static booleancs_happly(Dcs_common.Dcs V, int i, double beta, double[] x)Applies a Householder reflection to a dense vector, x = (I - beta*v*v')*x.
-
-
-
Method Detail
-
cs_happly
public static boolean cs_happly(Dcs_common.Dcs V, int i, double beta, double[] x)
Applies a Householder reflection to a dense vector, x = (I - beta*v*v')*x.- Parameters:
V- column-compressed matrix of Householder vectorsi- v = V(:,i), the ith column of Vbeta- scalar betax- vector x of size m- Returns:
- true if successful, false on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG