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

Class Dcs_pvec



  • public class Dcs_pvec
    extends java.lang.Object
    Permutes a vector, x=P*b.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dcs_pvec() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean cs_pvec(int[] p, double[] b, double[] x, int n)
      Permutes a vector, x=P*b, for dense vectors x and b.
      • Methods inherited from class java.lang.Object

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

      • Dcs_pvec

        public Dcs_pvec()
    • Method Detail

      • cs_pvec

        public static boolean cs_pvec(int[] p,
                                      double[] b,
                                      double[] x,
                                      int n)
        Permutes a vector, x=P*b, for dense vectors x and 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 otherwise

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.