public class MatrixTools extends Object
| Constructor and Description |
|---|
MatrixTools() |
| Modifier and Type | Method and Description |
|---|---|
static void |
centerAndScaleColum(cern.colt.matrix.tdouble.DoubleMatrix2D mat) |
static void |
centerColum(cern.colt.matrix.tdouble.DoubleMatrix2D mat) |
static boolean |
containsNaNs(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static boolean |
containsZeros(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
getIndexOfFirstNaN(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
getIndexOfFirstNegative(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
getIndexOfFirstZero(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static Pair<Integer,Integer> |
getIndexOfFirstZeroIgnoreDiagonal(cern.colt.matrix.tdouble.DoubleMatrix2D a) |
static void |
scaleColum(cern.colt.matrix.tdouble.DoubleMatrix2D mat) |
public static void centerAndScaleColum(cern.colt.matrix.tdouble.DoubleMatrix2D mat)
public static void centerColum(cern.colt.matrix.tdouble.DoubleMatrix2D mat)
public static void scaleColum(cern.colt.matrix.tdouble.DoubleMatrix2D mat)
public static boolean containsZeros(cern.colt.matrix.tdouble.DoubleMatrix2D a)
public static boolean containsNaNs(cern.colt.matrix.tdouble.DoubleMatrix2D a)
public static Pair<Integer,Integer> getIndexOfFirstZero(cern.colt.matrix.tdouble.DoubleMatrix2D a)
public static Pair<Integer,Integer> getIndexOfFirstNegative(cern.colt.matrix.tdouble.DoubleMatrix2D a)
public static Pair<Integer,Integer> getIndexOfFirstZeroIgnoreDiagonal(cern.colt.matrix.tdouble.DoubleMatrix2D a)
Copyright © 2015. All Rights Reserved.