Uses of Class
fhm.edu.fem.exception.CholeskyFailedException

Packages that use CholeskyFailedException
fhm.edu.fem.calc.objects.matrix Provides all Matrix related classes. 
fhm.edu.fem.test Provides self-running Test Classes used for some specific problems outside of the normal application. 
 

Uses of CholeskyFailedException in fhm.edu.fem.calc.objects.matrix
 

Methods in fhm.edu.fem.calc.objects.matrix that throw CholeskyFailedException
 Matrix MatrixStandard.cholesky()
          Do the cholesky for this matrix
 Matrix MatrixHullChain.cholesky()
          Do the cholesky for this matrix
 Matrix MatrixHull.cholesky()
          Do the cholesky for this matrix
 Matrix Matrix.cholesky()
          Do the cholesky for this matrix
 

Uses of CholeskyFailedException in fhm.edu.fem.test
 

Methods in fhm.edu.fem.test that throw CholeskyFailedException
static void TestHullMatrix.main(java.lang.String[] args)
           
static void TestFourier.main(java.lang.String[] args)