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

Class Scs_ipvec



  • public class Scs_ipvec
    extends java.lang.Object
    Permute a vector, x = P'b.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_ipvec() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_ipvec(int[] p, float[] b, float[] x, int n)
      Permutes a vector, x = P'b.
      • Methods inherited from class java.lang.Object

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

      • Scs_ipvec

        public Scs_ipvec()
    • Method Detail

      • cs_ipvec

        public static boolean cs_ipvec(int[] p,
                                       float[] b,
                                       float[] x,
                                       int n)
        Permutes a vector, x = P'b.
        Parameters:
        p - permutation vector, p=null denotes identity
        b - input vector
        x - output vector, x = P'b
        n - length of p, b, and x
        Returns:
        true if successful, false on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.