public class Print extends Object
| Constructor and Description |
|---|
Print() |
| Modifier and Type | Method and Description |
|---|---|
static String |
DoubletoEstring(double num,
int w,
int d)
Converts a double to w.d e format.
|
static void |
o(double a)
Prints a double in default e format.
|
static void |
o(double[] a)
Prints an array of doubles in default e format.
|
static void |
o(double[][] A)
Prints a 2-dimensional array of doubles in default e format.
|
static void |
o(double[][] A,
int w,
int d)
Prints a 2-dimensional array of doubles in w.d e format.
|
static void |
o(double[] a,
int w,
int d)
Prints an array of doubles in w.d e format.
|
static void |
o(double a,
int w,
int d)
Prints a double in w.d e format.
|
static void |
o(int k)
Prints an int in default format.
|
static void |
o(int[] ia)
Prints an integer array in default format.
|
static void |
o(int[] ia,
int w)
Prints an integer array in fields of width w.
|
static void |
o(int k,
int w)
Prints and int in a field of width w.
|
static void |
o(Z a)
Prints a Z in default e format.
|
static void |
o(Z[] a)
Prints an array of Z's in default e format.
|
static void |
o(Z[][] A)
Prints a 2-dimensional array of Z in default e format.
|
static void |
o(Z[][] A,
int w,
int d)
Prints a 2-dimensional array of Z in w.d e format.
|
static void |
o(Z[] a,
int w,
int d)
Prints an array of Z's in w.d e format.
|
static void |
o(Z1 z)
Prints a Z1 in default format.
|
static void |
o(Z1 z,
int w,
int d)
Prints a Z1 in w.d e format
|
static void |
o(Zdiagmat D)
Prints a Zdiagmat in default format.
|
static void |
o(Zdiagmat D,
int w,
int d)
Prints a Zdiagmat in w.d e format.
|
static void |
o(Z a,
int w,
int d)
Prints a Z in w.d e format.
|
static void |
o(Zmat A)
Prints a Zmat in default e format.
|
static void |
o(Zmat A,
int w,
int d)
Prints a Zmat in w.d e format.
|
static String |
ZtoEstring(Z num,
int w,
int d)
Converts a Z to w.d e format.
|
public static void o(int k)
public static void o(int k,
int w)
public static void o(int[] ia)
public static void o(int[] ia,
int w)
public static void o(double a)
public static void o(double a,
int w,
int d)
public static void o(double[] a)
public static void o(double[] a,
int w,
int d)
public static void o(double[][] A)
public static void o(double[][] A,
int w,
int d)
public static void o(Z a)
public static void o(Z a, int w, int d)
public static void o(Z[] a)
public static void o(Z[] a, int w, int d)
public static void o(Z[][] A)
public static void o(Z[][] A, int w, int d)
public static void o(Z1 z)
public static void o(Z1 z, int w, int d)
public static void o(Zmat A)
public static void o(Zmat A, int w, int d)
public static void o(Zdiagmat D)
public static void o(Zdiagmat D, int w, int d)
public static String DoubletoEstring(double num, int w, int d)
Copyright © 2015. All rights reserved.