edu.jhu.ece.iacl.jist.structures.tensor
Class Tensor2

java.lang.Object
  extended by edu.jhu.ece.iacl.jist.structures.tensor.Tensor2
All Implemented Interfaces:
TensorX

public class Tensor2
extends java.lang.Object
implements TensorX

Tensor with 2 vectors.

Author:
Blake Lucas

Field Summary
 VectorX t1
          The t2.
 VectorX t2
          The t2.
 
Constructor Summary
Tensor2()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t1

public VectorX t1
The t2.


t2

public VectorX t2
The t2.

Constructor Detail

Tensor2

public Tensor2()