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

Class Dcs_ipvec



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

      Constructors 
      Constructor and Description
      Dcs_ipvec() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_ipvec(int[] p, double[] b, double[] 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

      • Dcs_ipvec

        public Dcs_ipvec()
    • Method Detail

      • cs_ipvec

        public static boolean cs_ipvec(int[] p,
                                       double[] b,
                                       double[] 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.