Uses of Class
fhm.edu.fem.calc.objects.matrix.MatrixHull

Packages that use MatrixHull
fhm.edu.fem.calc.objects.matrix Provides all Matrix related classes. 
 

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

Subclasses of MatrixHull in fhm.edu.fem.calc.objects.matrix
 class 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.
 

Methods in fhm.edu.fem.calc.objects.matrix that return MatrixHull
static MatrixHull MatrixFactory.createHullMatrix(java.lang.String name, double[][] values)
          Create a new Hull Matrix
static MatrixHull MatrixFactory.createHullMatrix(java.lang.String name, int size)
          Create a new Hull Matrix
 

Constructors in fhm.edu.fem.calc.objects.matrix with parameters of type MatrixHull
MatrixHull(MatrixHull m)
          Copy Constructor