Documentation of 'jnumeric.PyMultiarrayPrinter' Java class
PyMultiarrayPrinter
jnumeric

Class PyMultiarrayPrinter



  • public class PyMultiarrayPrinter
    extends java.lang.Object
    Pretty printing for PyMultiarray
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      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.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PyMultiarrayPrinter

        public PyMultiarrayPrinter()
    • 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 PyMultiarray
        maxLineWidth - Maximum line length to adhere to
        precision - What precision should be used for floats
        suppressSmall - Should small numbers be rounded to 0?
        separator - String to separate array elements
        arrayOutput - Print array(...)?
        Returns:
        The string representation

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.