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

Provides all Matrix related classes.

See:
          Description

Interface Summary
Matrix Class Description: The interface defining a matrix class
 

Class Summary
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.
MatrixFactory Class Description: This class creates the different types of matrices
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.
MatrixPanel Class Description: This class is an extension of JPanel to make a Matrix displayable to the user
MatrixStandard Class Description: This class represents the matrix (we start at index 1 not 0 for both the rows and the columns)
 

Package fhm.edu.fem.calc.objects.matrix Description

Provides all Matrix related classes.