edu.emory.mathcs.csparsej.tdouble
Class Dcs_permute
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_permute
-
public class Dcs_permute extends java.lang.ObjectPermute a sparse matrix.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_permute()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Dcs_common.Dcscs_permute(Dcs_common.Dcs A, int[] pinv, int[] q, boolean values)Permutes a sparse matrix, C = PAQ.
-
-
-
Method Detail
-
cs_permute
public static Dcs_common.Dcs cs_permute(Dcs_common.Dcs 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