Documentation of 'Jama.examples.MagicSquareExample' Java class
MagicSquareExample
Jama.examples

Class MagicSquareExample



  • public class MagicSquareExample
    extends java.lang.Object
    Example of use of Matrix Class, featuring magic squares.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String fixedWidthDoubletoString(double x, int w, int d)
      Format double with Fw.d.
      static java.lang.String fixedWidthIntegertoString(int n, int w)
      Format integer with Iw.
      static Matrix magic(int n)
      Generate magic square test matrix.
      static void main(java.lang.String[] argv) 
      • Methods inherited from class java.lang.Object

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

      • MagicSquareExample

        public MagicSquareExample()
    • Method Detail

      • magic

        public static Matrix magic(int n)
        Generate magic square test matrix.
      • fixedWidthDoubletoString

        public static java.lang.String fixedWidthDoubletoString(double x,
                                                                int w,
                                                                int d)
        Format double with Fw.d.
      • fixedWidthIntegertoString

        public static java.lang.String fixedWidthIntegertoString(int n,
                                                                 int w)
        Format integer with Iw.
      • main

        public static void main(java.lang.String[] argv)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.