jnumeric
Class PyMultiarrayPrinter
- java.lang.Object
-
- jnumeric.PyMultiarrayPrinter
-
public class PyMultiarrayPrinter extends java.lang.ObjectPretty printing for PyMultiarray
-
-
Constructor Summary
Constructors Constructor and Description PyMultiarrayPrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static java.lang.Stringarray2string(PyMultiarray a, int maxLineWidth, int precision, boolean suppressSmall, java.lang.String separator, boolean arrayOutput)The main function for converting an array to a string representation.
-
-
-
Method Detail
-
array2string
public static java.lang.String array2string(PyMultiarray a, int maxLineWidth, int precision, boolean suppressSmall, java.lang.String separator, boolean arrayOutput)
The main function for converting an array to a string representation.- Parameters:
a- The input PyMultiarraymaxLineWidth- Maximum line length to adhere toprecision- What precision should be used for floatssuppressSmall- Should small numbers be rounded to 0?separator- String to separate array elementsarrayOutput- Print array(...)?- Returns:
- The string representation
-
-
DataMelt 3.0 © DataMelt by jWork.ORG