edu.emory.mathcs.csparsej.tdouble
Class Dcs_symperm
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_symperm
-
public class Dcs_symperm extends java.lang.ObjectSymmetric permutation of a sparse matrix.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_symperm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Dcs_common.Dcscs_symperm(Dcs_common.Dcs A, int[] pinv, boolean values)Permutes a symmetric sparse matrix.
-
-
-
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 permutationvalues- allocate pattern only if false, values and pattern otherwise- Returns:
- C = PAP', null on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG