Uses of Class
org.lcsim.hmatrix.HMatrix

Packages that use HMatrix
org.lcsim.hmatrix   
 

Uses of HMatrix in org.lcsim.hmatrix
 

Methods in org.lcsim.hmatrix that return HMatrix
static HMatrix HMatrix.readSerialized(java.lang.String filename)
          Reads the HMatrix from a Serialized file
static HMatrix HMatrix.read(java.lang.String filename)
          Reads the HMatrix from an ASCII file
 HMatrix HMatrixBuilder.readSerialized(java.lang.String filename)
          Reads the HMatrix from a Serialized file
 HMatrix HMatrixBuilder.read(java.lang.String filename)
          Reads the HMatrix from an ASCII file