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

Class Scs_house



  • public class Scs_house
    extends java.lang.Object
    Compute Householder reflection.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_house() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static float cs_house(float[] x, int x_offset, float[] beta, int n)
      Compute a Householder reflection, overwrite x with v, where (I-beta*v*v')*x = s*e1.
      • Methods inherited from class java.lang.Object

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

      • Scs_house

        public Scs_house()
    • Method Detail

      • cs_house

        public static float cs_house(float[] x,
                                     int x_offset,
                                     float[] beta,
                                     int n)
        Compute a Householder reflection, overwrite x with v, where (I-beta*v*v')*x = s*e1. See Algo 5.1f.1f, Golub & Van Loan, 3rd ed.
        Parameters:
        x - x on output, v on input
        x_offset - the index of the first element in array x
        beta - scalar beta
        n - the length of x
        Returns:
        norm2(x), -1 on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.