Class SanityChecks
java.lang.Object
org.jblas.util.SanityChecks
Run a few sanity checks on the installation to see whether
everything runs as expected.
- Author:
- Mikio L. Braun
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidstatic voidCompute eigenvalues.static voidstatic voidCheck matrix multiplication.static voidcheckSVD()static voidCheck whether vector addition works.static voidCheck whether error handling works.static void
-
Field Details
-
checksFailed
-
-
Constructor Details
-
SanityChecks
public SanityChecks()
-
-
Method Details
-
check
-
checkVectorAddition
Check whether vector addition works. This is pure Java code and should work. -
checkMatrixMultiplication
Check matrix multiplication. This is already ATLAS/BLAS code. -
checkXerbla
Check whether error handling works. If it works, you should see an ok, otherwise, you might see the actual error message and then the program exits. -
checkEigenvalues
Compute eigenvalues. This is a routine not in ATLAS, but in the original LAPACK. -
checkSVD
-
checkGeneralizedEigenvalues
-
checkComplexReturnValues
-
main
-