Package org.ejml

Class FancyPrint


  • public class FancyPrint
    extends java.lang.Object
    Convenience class for fancy print designed to make it less verbose
    • Constructor Summary

      Constructors 
      Constructor Description
      FancyPrint()  
      FancyPrint​(java.text.DecimalFormat format, int length, int significant)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String p​(double value)
      Fancy print without a space added to positive numbers
      java.lang.String s​(double value)  
      java.lang.String sf​(double value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait