edu.emory.mathcs.csparsej.tfloat
Class Scs_symperm
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_symperm
-
public class Scs_symperm extends java.lang.ObjectSymmetric permutation of a sparse matrix.
-
-
Constructor Summary
Constructors Constructor and Description Scs_symperm()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Scs_common.Scscs_symperm(Scs_common.Scs A, int[] pinv, boolean values)Permutes a symmetric sparse matrix.
-
-
-
Method Detail
-
cs_symperm
public static Scs_common.Scs cs_symperm(Scs_common.Scs 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