joelib.util
Class LineMatrixHelper

java.lang.Object
joelib.util.LineMatrixHelper
- public class LineMatrixHelper
- extends java.lang.Object
Helper methods for writing and loading line matrices.
|
Constructor Summary |
private |
LineMatrixHelper()
Constructor for the JOERandom object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
private static org.apache.log4j.Category logger
lineMatrixHelper
private static LineMatrixHelper lineMatrixHelper
LineMatrixHelper
private LineMatrixHelper()
- Constructor for the JOERandom object
doubleMatrixFromString
public static double[][] doubleMatrixFromString(java.lang.String sMatrix)
- Description of the Method
instance
public static LineMatrixHelper instance()
- Description of the Method
intMatrixFromString
public static int[][] intMatrixFromString(java.lang.String sMatrix)
- Description of the Method
toString
public static java.lang.StringBuffer toString(java.lang.StringBuffer sb,
int[][] matrix)
- Description of the Method
toString
public static java.lang.StringBuffer toString(java.lang.StringBuffer sb,
double[][] matrix)
- Description of the Method
toString
public static java.lang.StringBuffer toString(java.lang.StringBuffer sb,
double[][] matrix,
wsi.ra.text.DecimalFormatter format)
- Description of the Method