edu.ufl.cise.amd.tdouble
Class Damd_internal
java.lang.Object
edu.ufl.cise.amd.tdouble.Damd
edu.ufl.cise.amd.tdouble.Damd_internal
- Direct Known Subclasses:
- Damd_1, Damd_2, Damd_aat, Damd_control, Damd_defaults, Damd_dump, Damd_info, Damd_order, Damd_post_tree, Damd_postorder, Damd_preprocess, Damd_valid
public class Damd_internal
- extends Damd
|
Field Summary |
protected static int |
EMPTY
|
protected static int |
FALSE
|
protected static String |
ID
|
protected static int |
Int_MAX
|
static boolean |
NDEBUG
Enable debugging. |
static boolean |
NPRINT
Enable printing and diagnostics. |
protected static int |
TRUE
|
| Fields inherited from class edu.ufl.cise.amd.tdouble.Damd |
AMD_AGGRESSIVE, AMD_CONTROL, AMD_DATE, AMD_debug, AMD_DEFAULT_AGGRESSIVE, AMD_DEFAULT_DENSE, AMD_DENSE, AMD_DMAX, AMD_INFO, AMD_INVALID, AMD_LNZ, AMD_MAIN_VERSION, AMD_MEMORY, AMD_N, AMD_NCMPA, AMD_NDENSE, AMD_NDIV, AMD_NMULTSUBS_LDL, AMD_NMULTSUBS_LU, AMD_NZ, AMD_NZ_A_PLUS_AT, AMD_NZDIAG, AMD_OK, AMD_OK_BUT_JUMBLED, AMD_OUT_OF_MEMORY, AMD_STATUS, AMD_SUB_VERSION, AMD_SUBSUB_VERSION, AMD_SYMMETRY, AMD_VERSION |
|
Method Summary |
protected static void |
AMD_DEBUG0(String format,
Object... args)
|
protected static void |
AMD_DEBUG1(String format,
Object... args)
|
protected static void |
AMD_DEBUG2(String format,
Object... args)
|
protected static void |
AMD_DEBUG3(String format,
Object... args)
|
protected static void |
AMD_DEBUG4(String format,
Object... args)
|
protected static void |
ASSERT(boolean a)
|
protected static void |
ASSERT(int a)
|
protected static int |
FLIP(int i)
|
protected static boolean |
IMPLIES(boolean p,
boolean q)
logical expression of p implies q: |
protected static double |
MAX(double a,
double b)
|
protected static int |
MAX(int a,
int b)
|
protected static double |
MIN(double a,
double b)
|
protected static int |
MIN(int a,
int b)
|
protected static void |
PRINTF(String format,
Object... args)
|
protected static double |
sqrt(double a)
|
protected static int |
UNFLIP(int i)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NDEBUG
public static boolean NDEBUG
- Enable debugging.
NPRINT
public static boolean NPRINT
- Enable printing and diagnostics.
Int_MAX
protected static final int Int_MAX
- See Also:
- Constant Field Values
EMPTY
protected static final int EMPTY
- See Also:
- Constant Field Values
TRUE
protected static final int TRUE
- See Also:
- Constant Field Values
FALSE
protected static final int FALSE
- See Also:
- Constant Field Values
ID
protected static String ID
Damd_internal
public Damd_internal()
FLIP
protected static int FLIP(int i)
UNFLIP
protected static int UNFLIP(int i)
sqrt
protected static double sqrt(double a)
MAX
protected static final int MAX(int a,
int b)
MIN
protected static final int MIN(int a,
int b)
MAX
protected static final double MAX(double a,
double b)
MIN
protected static final double MIN(double a,
double b)
IMPLIES
protected static boolean IMPLIES(boolean p,
boolean q)
- logical expression of p implies q:
PRINTF
protected static void PRINTF(String format,
Object... args)
ASSERT
protected static void ASSERT(boolean a)
ASSERT
protected static void ASSERT(int a)
AMD_DEBUG0
protected static void AMD_DEBUG0(String format,
Object... args)
AMD_DEBUG1
protected static void AMD_DEBUG1(String format,
Object... args)
AMD_DEBUG2
protected static void AMD_DEBUG2(String format,
Object... args)
AMD_DEBUG3
protected static void AMD_DEBUG3(String format,
Object... args)
AMD_DEBUG4
protected static void AMD_DEBUG4(String format,
Object... args)
Copyright © 2012. All Rights Reserved.