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

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

public class Tensor3
extends java.lang.Object
implements TensorX

Tensor with 3 vectors.

Author:
Blake Lucas

Field Summary
 VectorX t1
          The t3.
 VectorX t2
          The t3.
 VectorX t3
          The t3.
 
Constructor Summary
Tensor3()
           
 
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 t3.


t2

public VectorX t2
The t3.


t3

public VectorX t3
The t3.

Constructor Detail

Tensor3

public Tensor3()