Jama.examples
Class MagicSquareExample

java.lang.Object
  extended by Jama.examples.MagicSquareExample

public class MagicSquareExample
extends Object

Example of use of Matrix Class, featuring magic squares.


Constructor Summary
MagicSquareExample()
           
 
Method Summary
static String fixedWidthDoubletoString(double x, int w, int d)
          Format double with Fw.d.
static String fixedWidthIntegertoString(int n, int w)
          Format integer with Iw.
static Jama.Matrix magic(int n)
          Generate magic square test matrix.
static void main(String[] argv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MagicSquareExample

public MagicSquareExample()
Method Detail

magic

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


fixedWidthDoubletoString

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


fixedWidthIntegertoString

public static String fixedWidthIntegertoString(int n,
                                               int w)
Format integer with Iw.


main

public static void main(String[] argv)