edu.emory.mathcs.csparsej.tfloat
Class Scs_permute
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tfloat.Scs_permute
-
public class Scs_permute extends java.lang.ObjectPermute 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.Scscs_permute(Scs_common.Scs A, int[] pinv, int[] q, boolean values)Permutes a sparse matrix, C = PAQ.
-
-
-
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 matrixpinv- a permutation vector of length mq- a permutation vector of length nvalues- allocate pattern only if false, values and pattern otherwise- Returns:
- C = PAQ, null on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG