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

Class Dcs_symperm



  • public class Dcs_symperm
    extends java.lang.Object
    Symmetric permutation of a sparse matrix.
    • Constructor Summary

      Constructors 
      Constructor and Description
      Dcs_symperm() 
    • Constructor Detail

      • Dcs_symperm

        public Dcs_symperm()
    • Method Detail

      • cs_symperm

        public static Dcs_common.Dcs cs_symperm(Dcs_common.Dcs A,
                                                int[] pinv,
                                                boolean values)
        Permutes a symmetric sparse matrix. C = PAP' where A and C are symmetric.
        Parameters:
        A - column-compressed matrix (only upper triangular part is used)
        pinv - size n, inverse permutation
        values - allocate pattern only if false, values and pattern otherwise
        Returns:
        C = PAP', null on error

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.