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

Class Scs_permute



  • public class Scs_permute
    extends java.lang.Object
    Permute a sparse matrix.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Scs_permute() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static Scs_common.Scs cs_permute(Scs_common.Scs A, int[] pinv, int[] q, boolean values)
      Permutes a sparse matrix, C = PAQ.
      • Methods inherited from class java.lang.Object

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

      • Scs_permute

        public Scs_permute()
    • Method Detail

      • cs_permute

        public static Scs_common.Scs cs_permute(Scs_common.Scs A,
                                                int[] pinv,
                                                int[] q,
                                                boolean values)
        Permutes a sparse matrix, C = PAQ.
        Parameters:
        A - m-by-n, column-compressed matrix
        pinv - a permutation vector of length m
        q - a permutation vector of length n
        values - allocate pattern only if false, values and pattern otherwise
        Returns:
        C = PAQ, null on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.