Documentation of 'edu.emory.mathcs.csparsej.tfloat.Scs_happly' Java class
Scs_happly
edu.emory.mathcs.csparsej.tfloat

Class Scs_happly



  • public class Scs_happly
    extends java.lang.Object
    Apply Householder reflection.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_happly() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_happly(Scs_common.Scs V, int i, float beta, float[] 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

      • Scs_happly

        public Scs_happly()
    • Method Detail

      • cs_happly

        public static boolean cs_happly(Scs_common.Scs V,
                                        int i,
                                        float beta,
                                        float[] 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.