edu.emory.mathcs.csparsej.tdouble
Class Dcs_transpose
- java.lang.Object
-
- edu.emory.mathcs.csparsej.tdouble.Dcs_transpose
-
public class Dcs_transpose extends java.lang.ObjectTranspose a sparse matrix.
-
-
Constructor Summary
Constructors Constructor and Description Dcs_transpose()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static Dcs_common.Dcscs_transpose(Dcs_common.Dcs A, boolean values)Computes the transpose of a sparse matrix, C =A';
-
-
-
Method Detail
-
cs_transpose
public static Dcs_common.Dcs cs_transpose(Dcs_common.Dcs A, boolean values)
Computes the transpose of a sparse matrix, C =A';- Parameters:
A- column-compressed matrixvalues- pattern only if false, both pattern and values otherwise- Returns:
- C=A', null on error
-
-
DMelt 3.0 © DataMelt by jWork.ORG