analyzer.reader
Class TensorReader

java.lang.Object
  |
  +--analyzer.reader.TensorReader

public class TensorReader
extends java.lang.Object

Read tensors from ascii files, using format from David Ceperley's codes. This class doesn't actually implement analyzer.core.DataReader, but that should be changed soon.


Constructor Summary
TensorReader(SciStreamTokenizer t)
           
 
Method Summary
 DataSource getDataSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TensorReader

public TensorReader(SciStreamTokenizer t)
Method Detail

getDataSource

public DataSource getDataSource()
                         throws java.io.IOException


Email questions and comments to
shumway@uiuc.edu or nzhong@ncsa.uiuc.edu