Documentation of 'edu.emory.mathcs.csparsej.tdouble.Dcs_happly' Java class
Dcs_happly
edu.emory.mathcs.csparsej.tdouble

Class Dcs_happly



  • public class Dcs_happly
    extends java.lang.Object
    Apply 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 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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Dcs_happly

        public Dcs_happly()
    • 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 vectors
        i - v = V(:,i), the ith column of V
        beta - scalar beta
        x - vector x of size m
        Returns:
        true if successful, false on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.