medusa.spectral
Class SparseMatrixOps
- java.lang.Object
-
- medusa.spectral.SparseMatrixOps
-
public class SparseMatrixOps extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description SparseMatrixOps()Creates a new instance of MatrixOps
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static DoubleMatrix2Didentity(DoubleMatrix2D m)static double[]rowSum(DoubleMatrix2D m)static DoubleMatrix2DsqrtElement(DoubleMatrix2D m)static DoubleMatrix2DtimesElement(DoubleMatrix2D m, double[] arr)
-
-
-
Method Detail
-
rowSum
public static double[] rowSum(DoubleMatrix2D m)
-
timesElement
public static DoubleMatrix2D timesElement(DoubleMatrix2D m, double[] arr)
-
sqrtElement
public static DoubleMatrix2D sqrtElement(DoubleMatrix2D m)
-
identity
public static DoubleMatrix2D identity(DoubleMatrix2D m)
-
-
DMelt 3.0 © DataMelt by jWork.ORG