org.ejml
Class UtilEjml
java.lang.Object
org.ejml.UtilEjml
public class UtilEjml
- extends Object
Various functions that are useful but don't have a clear location that they belong in.
- Author:
- Peter Abeles
|
Field Summary |
static double |
EPS
|
static double |
TOLERANCE
Default tolerance. |
static String |
VERSION
Version string used to indicate which version of EJML is being used. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VERSION
public static String VERSION
- Version string used to indicate which version of EJML is being used.
TOLERANCE
public static double TOLERANCE
- Default tolerance.
EPS
public static double EPS
UtilEjml
public UtilEjml()
isUncountable
public static boolean isUncountable(double val)
memset
public static void memset(double[] data,
double val)
memset
public static void memset(double[] data,
double val,
int length)
memset
public static void memset(int[] data,
int val,
int length)
setnull
public static <T> void setnull(T[] array)
parseMatrix
public static DenseMatrix64F parseMatrix(String s,
int numColumns)
- Give a string of numbers it returns a DenseMatrix
sortByIndex
public static Integer[] sortByIndex(double[] data,
int size)
Copyright © 2011. All Rights Reserved.