Uses of Package
fhm.edu.fem.calc.objects.matrix

Packages that use fhm.edu.fem.calc.objects.matrix
fhm.edu.fem.app Provides all main classes used for startup. 
fhm.edu.fem.calc Provides all classes executing the main calculations along with the main FEMManager class. 
fhm.edu.fem.calc.objects Provides all objects used in the calculations along with the static functions used for integral calculation. 
fhm.edu.fem.calc.objects.matrix Provides all Matrix related classes. 
fhm.edu.fem.constants Provides all classes holding public Constants for the whole application. 
fhm.edu.fem.test Provides self-running Test Classes used for some specific problems outside of the normal application. 
 

Classes in fhm.edu.fem.calc.objects.matrix used by fhm.edu.fem.app
Matrix
          Class Description: The interface defining a matrix class
 

Classes in fhm.edu.fem.calc.objects.matrix used by fhm.edu.fem.calc
Matrix
          Class Description: The interface defining a matrix class
 

Classes in fhm.edu.fem.calc.objects.matrix used by fhm.edu.fem.calc.objects
Matrix
          Class Description: The interface defining a matrix class
 

Classes in fhm.edu.fem.calc.objects.matrix used by fhm.edu.fem.calc.objects.matrix
ENVHullMatrix
          Class Description: This class represents the ENV vector used in the HullMatrix (the index starts at 1 not 0)
ENVVector
          Class Description: This kind of Vector is used in the ENV of HullMatrix to make the removeRange(int, int) method accessible to the public cause it works faster than a user-made one.
Matrix
          Class Description: The interface defining a matrix class
MatrixHull
          Class Description: HullMatrix extends the basic matrix.
MatrixHullChain
          Class Description: Test implementation of a Version of the Hull Matrix which is faster and does not have the "small" speed problems of the original MatrixHull class.
MatrixStandard
          Class Description: This class represents the matrix (we start at index 1 not 0 for both the rows and the columns)
 

Classes in fhm.edu.fem.calc.objects.matrix used by fhm.edu.fem.constants
Matrix
          Class Description: The interface defining a matrix class
 

Classes in fhm.edu.fem.calc.objects.matrix used by fhm.edu.fem.test
ENVHullMatrix
          Class Description: This class represents the ENV vector used in the HullMatrix (the index starts at 1 not 0)