|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jblas.util.SanityChecks
public class SanityChecks
Run a few sanity checks on the installation to see whether everything runs as expected.
| Field Summary | |
|---|---|
static int |
checksFailed
|
| Constructor Summary | |
|---|---|
SanityChecks()
|
|
| Method Summary | |
|---|---|
static void |
check(java.lang.String message,
boolean condition)
|
static void |
checkEigenvalues()
Compute eigenvalues. |
static void |
checkMatrixMultiplication()
Check matrix multiplication. |
static void |
checkVectorAddition()
Check whether vector addition works. |
static void |
checkXerbla()
Check whether error handling works. |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int checksFailed
| Constructor Detail |
|---|
public SanityChecks()
| Method Detail |
|---|
public static void check(java.lang.String message,
boolean condition)
public static void checkVectorAddition()
public static void checkMatrixMultiplication()
public static void checkXerbla()
public static void checkEigenvalues()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||